change the queue error

This commit is contained in:
2016-10-19 13:39:07 -07:00
parent 160f087c9f
commit 64ff676fab

View File

@@ -1,5 +1,5 @@
export default {
EVENT_QUEUE_ERROR: 'error',
EVENT_QUEUE_ERROR: 'queue:error',
EVENT_JOB_ERROR: 'job:error',
EVENT_JOB_CREATED: 'job:created',
EVENT_JOB_CREATE_ERROR: 'job:creation error',