Skip to content
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

Closed
TimoStahl opened this issue Nov 6, 2019 · 5 comments
Closed

notification:overdue-tasks vs trigger:tasks #12

TimoStahl opened this issue Nov 6, 2019 · 5 comments

Comments

@TimoStahl
Copy link

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

@creecros
Copy link
Owner

creecros commented Nov 6, 2019

You're running cron every hour?

@creecros
Copy link
Owner

creecros commented Nov 6, 2019

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.

@TimoStahl
Copy link
Author

./cli cronjob once at 06:00 to collect data and send overdue notifications
./cli trigger:tasks every hour to trigger some actions more than once a day

This rule for subtask would be perfect :)

@creecros
Copy link
Owner

creecros commented Nov 7, 2019

I'll have to find a solution for subtasks, i knew there was a reason why I didn't add to being with:
kanboard/kanboard#4066 (comment)

@creecros
Copy link
Owner

ea3cd7f

creecros added a commit that referenced this issue Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants