MS
Size: a a a
MS
NK
NK
NK
Z
Z
Z
AO
PB
M
Z
M
Z
M
BB
BB
CELERY_BEAT_SCHEDULE = {
'program_end_notification': {
'task': 'trafficwave_back.core.tasks.program_end_notification',
'schedule': crontab(minute='*', hour='2', day_of_week='*', day_of_month='*', month_of_year='*')
},
'recalculate_revision': {
'task': 'trafficwave_back.core.tasks.recalculate_revision',
'schedule': crontab(minute='*', hour='1', day_of_week='*', day_of_month='*', month_of_year='*')
}
}
BB
DT