Skip to content

v0.7.1

Compare
Choose a tag to compare
@Koed00 Koed00 released this 16 Sep 16:56
· 711 commits to master since this release
  • adds python management.py qinfo --config to print the current configuration
  • the Queue admin view for the orm broker now shows name, function and task id columns
  • adds group functions to task instances:
task.group_count()
task.group_result()
task.group_delete()
  • some other minor enhancements