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

Add a feature to reporting "missing" job #195

Open
onlinebizsoft opened this issue Mar 28, 2023 · 4 comments
Open

Add a feature to reporting "missing" job #195

onlinebizsoft opened this issue Mar 28, 2023 · 4 comments

Comments

@onlinebizsoft
Copy link

Sometime due to the bad configuration for the cron job and cron job group, maybe some jobs will never run. It would be good if the module has a button which trigger a validation check to find out which job never been running.

@fredden
Copy link
Collaborator

fredden commented Mar 28, 2023

This sounds like a good feature to add. Can you help by explaining some examples of 'bad' configuration?

@onlinebizsoft
Copy link
Author

@fredden for example in default cron job group (which expect all runs fast)
We may have some jobs run once per hour for example
Then in the same group, we have another job but it is slow and scheduled at same time with above jobs
-> in this case, the above fast jobs will never been executed because the setting "Skip if over X minutes"

@peterjaap
Copy link

@onlinebizsoft I guess something like that could be solved with the feature asked in #151

@onlinebizsoft
Copy link
Author

@peterjaap it is different point. Basically you may have some cron jobs which never run for some reasons so there is no success or error record at all. It would be helpful to find out this.

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

3 participants