Skip to content

Commit

Permalink
status started = 100
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Aug 29, 2019
1 parent 1b48ba2 commit 432fe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atasker/supervisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
TT_MP = 2

TASK_STATUS_QUEUED = 0
TASK_STATUS_STARTED = 1
TASK_STATUS_DELAYED = 2
TASK_STATUS_STARTED = 100
TASK_STATUS_CANCELED = -1

logger = logging.getLogger('atasker')
Expand Down

0 comments on commit 432fe41

Please sign in to comment.