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

Have a cron task api schedule cleaner #116

Open
3 tasks
brendanheywood opened this issue Sep 8, 2020 · 0 comments
Open
3 tasks

Have a cron task api schedule cleaner #116

brendanheywood opened this issue Sep 8, 2020 · 0 comments

Comments

@brendanheywood
Copy link
Contributor

We have lots of tasks that we want to ramp down in non prod. At the moment we are doing this with a post sql cleaner but it's cumbersome.

There is quite a lot of overlap with this tracker to force the schedule in config.php which might be a better solution:

https://tracker.moodle.org/browse/MDL-65843

We are already ramping down cron itself to be less frequent at the OS level eg 1 min -> 5 mins but we additionally want to

  • choose specific tasks and change their timing
  • it would be nicer to have rulesets ie 'objectfs*' => midnight so we don't have to list every task
  • disable some tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant