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

Cronjob is marked as Gone and message "Process %pid% on %host% can not be found anymore", duplicate jobs #397

Open
magicdude4eva opened this issue Mar 16, 2022 · 0 comments

Comments

@magicdude4eva
Copy link

I have this cronjob run every 5 minute (*/5 * * * *) in a separate crongroup. From the screenshot you see:

  1. Seemingly every 30 minutes there is a duplicate job. (blue border)
  2. Although the job is scheduled for every 5 minutes you see there are jobs outside those intervals (red border)

CleanShot 2022-03-16 at 19 56 16@2x

The crontab is as follows:

* * * * * /bin/bash /home/www-data/scheduler_cron.sh --mode always
* * * * * /bin/bash /home/www-data/scheduler_cron.sh --mode default --includeGroups somejobs
* * * * * /bin/bash /home/www-data/scheduler_cron.sh --mode default --includeGroups THEFAILINGJOB

* * * * * /bin/bash /home/www-data/scheduler_cron.sh --mode default --excludeGroups somejobs,THEFAILINGJOB

All other jobs behave fine. The jobs marked as "GONE" are actually executed and completed. I have no explanation for the "empty lines"

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

1 participant