Skip to content

Commit

Permalink
add send users active tasks email
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar committed Nov 14, 2024
1 parent 957b10a commit 6b54cee
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="0,30", hour="*"),
"schedule": crontab(minute="10,40", hour="*"),
},
"Send_mail_to_managers_new": {
"task": "send_new_tasks_mail",
Expand Down

0 comments on commit 6b54cee

Please sign in to comment.