mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
implement background job for fetching attractions
This commit is contained in:
parent
ff859475a0
commit
ebb3191757
4 changed files with 195 additions and 6 deletions
|
|
@ -32,7 +32,8 @@
|
|||
],
|
||||
"triggers": {
|
||||
"crons": [
|
||||
"0 4 7,14,21,28 * *", // At 04:00 on day-of-month 7, 14, 21, and 28.
|
||||
"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
|
||||
"0 4 1 * *", // At 04:00 on the 1th of each month -> update themeparks
|
||||
"* * * * *" // every minute
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue