TaskHandler.remove method now functions. Previous it would have removed the task from the TaskHandler.tasks dictionary, but never canceled the task. Making the "remove a persistent task without executing it" incorrect. Previous there was no method to get a persistent tasks's deferral instance, which was likely why TaskHandler.remove was not used within the module. Added unit tests to test TaskHandler.remove |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| manager.py | ||
| models.py | ||
| monitorhandler.py | ||
| scripthandler.py | ||
| scripts.py | ||
| taskhandler.py | ||
| tests.py | ||
| tickerhandler.py | ||