ShopOrderModel and ShopDailyReport system
This commit is contained in:
@@ -69,6 +69,10 @@ CELERY_BEAT_SCHEDULE = {
|
||||
'task': 'order.tasks.udpate_bank_status',
|
||||
'schedule': crontab(minute='*'),
|
||||
},
|
||||
'generate-daily-shop-reports': {
|
||||
'task': 'order.tasks.generate_daily_shop_reports',
|
||||
'schedule': crontab(hour=0, minute=5), # Run daily at 00:05 UTC
|
||||
},
|
||||
}
|
||||
|
||||
# ==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user