Skip to content

v0.4.0

Compare
Choose a tag to compare
@Koed00 Koed00 released this 19 Jul 15:34
· 940 commits to master since this release

Please run python manage.py migrate after this update to add the new database columns

  • adds result groups
  • adds optional name to schedules
  • async() now has an optional group keyword
  • tasks created by a schedule will assume the schedule name as a group label, allowing for a schedule history
  • admin now has a sortable and searchable group column

New functions:

  • result_group(group_id) returns a list of results from a group
  • fetch_group(group_id) returns a list of task objects from a group
  • count_group(group_id) counts the number of results in a group
  • delete_group(group_id) deletes a group label or optionally the associated tasks

All these can be instructed to ignore or included failed tasks.

For more information check the Groups documentation.