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

Weekly reminder email #35

Open
Brianfcs98 opened this issue May 24, 2024 · 1 comment
Open

Weekly reminder email #35

Brianfcs98 opened this issue May 24, 2024 · 1 comment

Comments

@Brianfcs98
Copy link

I have tried to create an automated action that sends an email every week reminding the tasks assigned to the user that are still open. I can't do it, I don't know if I failed with the cronjob or something else...Have you done something similar by chance?

@creecros
Copy link
Owner

creecros commented May 24, 2024

There really isn't enough information here to offer assistance. I can tell you, this action has no issues working if setup properly, so I would say it's most likely your cronjob.

If your aim is to send the email only every 7 days, you have 2 options to achieve that.

  1. Set the cron to only run once every 7 days. (I don't really recommend this option, the cron should be running often)
  2. Edit the code to do so.

If you edit php code, I will note that many servers are setup to cache php, I recommend a server restart if you are not sure.

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