Skip to content

Commit

Permalink
Merge pull request #190 from ymaheshwari1/preorder/#188
Browse files Browse the repository at this point in the history
Fixed: wrong service being used for fetching background job details(#188)
  • Loading branch information
ravilodhi authored Aug 7, 2023
2 parents 86190dd + 4c923f6 commit f0d9466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/JobService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const prepareFetchJobsQuery = () => {
const lastActionTimestamp = (store.state as any).order.lastActionTimestamp;
return {
"inputFields": {
"serviceName": "ftpExportProductThresholdCsv",
"serviceName": "brokerReleasedOrderItems",
"statusId": ['SERVICE_PENDING', 'SERVICE_RUNNING', 'SERVICE_QUEUED'],
"statusId_op": "in",
"runTime": DateTime.fromMillis(lastActionTimestamp).plus({ minutes: 10 }).valueOf(), // Fetch Jobs for next 10 mins from the last action
Expand Down

0 comments on commit f0d9466

Please sign in to comment.