Skip to content

Commit

Permalink
Merge pull request #941 from AI4Bharat/minorchange01
Browse files Browse the repository at this point in the history
add send users active tasks email
  • Loading branch information
kartikvirendrar authored Nov 14, 2024
2 parents 20dd3b5 + 2c69146 commit 0072e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"Send_mail_to_users_active": {
"task": "send_active_tasks_mail",
"schedule": crontab(minute="50", hour="*"),
"schedule": crontab(minute="55", hour="*"),
},
"Send_mail_to_managers_new": {
"task": "send_new_tasks_mail",
Expand Down

0 comments on commit 0072e79

Please sign in to comment.