rename the timeout error type

This commit is contained in:
2016-06-28 17:46:06 -07:00
parent db1d282da2
commit df03738b9a
2 changed files with 2 additions and 2 deletions

View File

@@ -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