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

[Feature]: Improve cron handling #14381

Open
3 of 6 tasks
jdalsem opened this issue Jun 14, 2023 · 0 comments
Open
3 of 6 tasks

[Feature]: Improve cron handling #14381

jdalsem opened this issue Jun 14, 2023 · 0 comments
Labels

Comments

@jdalsem
Copy link
Member

jdalsem commented Jun 14, 2023

Describe the feature

  • catch exceptions so a crashe in the first job will not halt execution of other jobs (similar to [Feature]: make notification queue handler more robust #13699)
  • show admins a list of jobs with the ability to trigger individual jobs manually
  • wrap each job with some extra log data (start/stop timestamp and job name)
  • report if there is a failure with a cron job (at least a specific error log)
  • how to deal with OOM issues during a cron job?
  • have an indication if there are jobs/intervals running

Is your feature request related to a problem?

Easier debugging

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant