mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-15 18:07:02 +00:00
added notification for top leaderboard junior, added related celery task, created method to send notification to multiple users
This commit is contained in:
@ -34,7 +34,11 @@ app.conf.beat_schedule = {
|
||||
},
|
||||
'notify_task_expiry': {
|
||||
'task': 'base.tasks.notify_task_expiry',
|
||||
'schedule': crontab(minute='30', hour='19'),
|
||||
'schedule': crontab(minute='0', hour='13'),
|
||||
},
|
||||
'notify_top_junior': {
|
||||
'task': 'base.tasks.notify_top_junior',
|
||||
'schedule': crontab(minute='0', hour='*/1'),
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user