rename the timeout error type
This commit is contained in:
@@ -3,7 +3,7 @@ import typedError from 'error/typed';
|
||||
const errors = {};
|
||||
|
||||
errors.WorkerTimeoutError = typedError({
|
||||
type: 'WorkerTimeout',
|
||||
type: 'WorkerTimeoutError',
|
||||
message: 'worker timed out, timeout={timeout}',
|
||||
timeout: null,
|
||||
jobId: null
|
||||
|
||||
Reference in New Issue
Block a user