forked from erp-dev/erp
feat: mission replied calling task
This commit is contained in:
@@ -606,6 +606,13 @@ CELERY_BEAT_SCHEDULE = {
|
||||
'limit': 100,
|
||||
},
|
||||
},
|
||||
'notify_unreplied_missions_every_minute': {
|
||||
'task': 'notifier.tasks.notify_unreplied_missions_task',
|
||||
'schedule': crontab(minute='*'),
|
||||
'kwargs': {
|
||||
'limit': 100,
|
||||
},
|
||||
},
|
||||
'backfill_external_product_images_hourly': {
|
||||
'task': 'api_v1.tasks.backfill_external_product_images',
|
||||
'schedule': crontab(minute=17),
|
||||
|
||||
Reference in New Issue
Block a user