added notification for getting points after reading article

This commit is contained in:
abutalib-kiwi
2023-08-25 19:08:15 +05:30
parent 9b6a84c7d1
commit 5b2ab2275e
5 changed files with 18 additions and 8 deletions

View File

@ -35,11 +35,11 @@ app.conf.beat_schedule = {
},
'notify_task_expiry': {
'task': 'base.tasks.notify_task_expiry',
'schedule': crontab(minute='5', hour='12'),
'schedule': crontab(minute='0', hour='18'),
},
'notify_top_junior': {
'task': 'base.tasks.notify_top_junior',
'schedule': crontab(minute='*/5',),
'schedule': crontab(minute='0', hour='*/2'),
},
}