-
Notifications
You must be signed in to change notification settings - Fork 20
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
Better monitoring of recursive tasks progression #97
Comments
Skrattoune
added a commit
to Skrattoune/django-huey-monitor
that referenced
this issue
Mar 24, 2022
Documenting the use of the helper functions described in boxine#97
I didn't create any testing associated to those fonctions, |
Skrattoune
added a commit
to Skrattoune/django-huey-monitor
that referenced
this issue
Mar 24, 2022
helper functions described in boxine#97 Use documented in https://github.com/boxine/django-huey-monitor/blob/master/huey_monitor_tests/test_app/tasks.py
Skrattoune
added a commit
to Skrattoune/django-huey-monitor
that referenced
this issue
Mar 30, 2022
I let make_complete and make_task_complete as they are slightly different
Hi, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refering to issue #91,
I have implemented locally a few helpers which enable better monitoring of progression, especially useful in the case of recursive sub-tasks.
To document their usage, I have added functional example in https://github.com/boxine/django-huey-monitor/blob/master/huey_monitor_tests/test_app/tasks.py
Please have a look at the corresponding PR
The text was updated successfully, but these errors were encountered: