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

Admin improvements #605

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

msabatier
Copy link

Some minor improvements to django-admin interface to ease operations with scheduled tasks :

  • Add group field to tasks list and search_field
  • Add search by name to Schedule admin page
  • Improve ScheduleAdmin list view performance
  • Add the group column to OrmQ admin page

I am also proposing to introduce a new setting SAVE_LIMIT_PER_GROUP, to limit the number of successful runs kept per schedule task.
This is particularly useful when you have some tasks running every few minutes and some every week or month. Currently the first type of task fills the history and status of last_run for tasks running every week or month is lost.

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

Successfully merging this pull request may close these issues.

1 participant