change const value

This commit is contained in:
aynsix
2020-08-06 17:05:14 +03:00
parent b5b69343bd
commit 8907e85b8a

View File

@@ -14,7 +14,7 @@ class WorkerRunningJob
const FINISHED = 'finished';
const RUNNING = 'running';
const ERROR = 'error';
const INTERRUPT = 'interrupt manually';
const INTERRUPT = 'interrupted manually';
const ATTEMPT = 'attempt ';