Config: VDH Event-Import wöchentlich → quartalsweise (Jan/Apr/Jul/Okt, 2. des Monats 02:00)
This commit is contained in:
parent
f2e87bd681
commit
9fd146440f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def start():
|
||||||
)
|
)
|
||||||
_scheduler.add_job(
|
_scheduler.add_job(
|
||||||
_job_import_events,
|
_job_import_events,
|
||||||
CronTrigger(day_of_week='sun', hour=2), # jeden Sonntag 02:00 Uhr
|
CronTrigger(month="1,4,7,10", day=2, hour=2), # quartalsweise Jan/Apr/Jul/Okt
|
||||||
id="import_events",
|
id="import_events",
|
||||||
replace_existing=True,
|
replace_existing=True,
|
||||||
misfire_grace_time=7200,
|
misfire_grace_time=7200,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue