mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
add KV namespaces & implement sending of notifications if waittime changes
This commit is contained in:
parent
c1336fbc88
commit
fd042118ad
7 changed files with 193 additions and 5 deletions
|
|
@ -30,6 +30,13 @@
|
|||
"migrations_dir": "drizzle/migrations"
|
||||
}
|
||||
],
|
||||
"kv_namespaces": [
|
||||
{
|
||||
"binding": "waittime_cache",
|
||||
"id": "496e1b5c3a1d4211b5f63315dd1423e3",
|
||||
"preview_id": "1a44ab1983f04d9e90d035b6f11ccb09"
|
||||
}
|
||||
],
|
||||
"triggers": {
|
||||
"crons": [
|
||||
"0 1-6 7,14,21,28 * *", // Each hour from 01:00 to 06:00 on day-of-month 7, 14, 21, and 28. -> update attraction list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue