1
0
forked from erp-dev/erp

feat: mission replied calling task

This commit is contained in:
2026-04-17 23:26:33 +08:00
parent e109c00837
commit 8b1afc64c5
22 changed files with 1056 additions and 95 deletions

View File

@@ -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),