File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ export const processBulkRequest = async <
301301 payload : task ,
302302 } ) ;
303303 vOnStatusUpdate ( {
304- title : 'CONSUME_TASK ' ,
304+ title : 'TASK_EXECUTION ' ,
305305 isDone : false ,
306306 payload : task ,
307307 } ) ;
@@ -313,7 +313,7 @@ export const processBulkRequest = async <
313313 task . status = status ;
314314 task . success = success ;
315315 vOnStatusUpdate ( {
316- title : 'CONSUME_TASK ' ,
316+ title : 'TASK_EXECUTION ' ,
317317 isDone : true ,
318318 payload : task ,
319319 } ) ;
Original file line number Diff line number Diff line change @@ -539,9 +539,9 @@ export type ProcessBulkRequestStatuses =
539539 | 'MATCH_ORDERS_LOOP'
540540 | 'WAITING_FOR_WORKERPOOL_ORDERS'
541541 | 'REQUEST_TO_PROCESS_BULK_DATA'
542- | 'CONSUME_TASK '
543- | 'CONSUME_RESULT_DOWNLOAD '
544- | 'CONSUME_RESULT_DECRYPT '
542+ | 'TASK_EXECUTION '
543+ | 'TASK_RESULT_DOWNLOAD '
544+ | 'TASK_RESULT_DECRYPT '
545545 | 'PROCESS_BULK_SLICE' ;
546546
547547export type ProcessBulkRequestParams = {
You can’t perform that action at this time.
0 commit comments