Discard numeric status
This commit is contained in:
parent
51ac1a3ab7
commit
6c232a1fd0
@ -7,13 +7,6 @@ var debug = require('../util/debug')('scheduler');
|
||||
|
||||
var forever = require('../util/forever');
|
||||
|
||||
//var STATUS = {
|
||||
// PENDING: 100,
|
||||
// WAITING: 50,
|
||||
// RUNNING: 0,
|
||||
// DONE: -10
|
||||
//};
|
||||
|
||||
var STATUS = {
|
||||
PENDING: 'pending',
|
||||
WAITING: 'waiting',
|
||||
|
Loading…
Reference in New Issue
Block a user