-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
notification:overdue-tasks vs trigger:tasks #12
Comments
You're running cron every hour? |
A while back, I added a rule for the task due date action, it will only mail once per day. I never added it to the subtask due date action though. |
This rule for subtask would be perfect :) |
I'll have to find a solution for subtasks, i knew there was a reason why I didn't add to being with: |
Hey @creecros,
in our system we have the following jobs:
trigger:tasks -> every hour
notification:overdue-tasks -> once a day at 6:00
We like the idea to inform the user before the due date is overdue, like this plugin does.
Unfortunately the trigger of this plugins runs every hour :(
Maybe it is possible to trigger this action by notification:overdue-tasks as well and not by the task backgound worker?
Regards,
Timo
The text was updated successfully, but these errors were encountered: