exception documentation
class DeferTask(Exception):
Special exception class to defer a task.
This class can be raised by BaseWorker.RunTask
to defer the execution of a task. Optionally, the priority of the task can be changed.
class DeferTask(Exception):
Special exception class to defer a task.
This class can be raised by BaseWorker.RunTask
to defer the execution of a task. Optionally, the priority of the task can be changed.