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 12, 2024
1 parent 5cda612 commit f8585e1
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=17),
"schedule": crontab(minute=0, hour=18),
},
"Send_mail_to_managers_new": {
"task": "send_new_tasks_mail",
Expand Down

0 comments on commit f8585e1

Please sign in to comment.