You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the rake task to shoot warning emails to people who's registration is about to be cancelled is not automated via puppet.
As a consequence, new machines won't have the cronjob necessary. That's bad.
So we need to automate the job that has been manually set up:
Using the rake task to shoot warning emails to people who's registration is about to be cancelled is not automated via puppet.
As a consequence, new machines won't have the cronjob necessary. That's bad.
So we need to automate the job that has been manually set up:
With cron schedule
*/5 * * * * script.sh > /dev/null
The text was updated successfully, but these errors were encountered: