Skip to content

Commit

Permalink
fix stalled job #463 (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
nassiharel authored and yehiyam committed Aug 7, 2019
1 parent 0e3954e commit 09aa83c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/algorithm-queue/lib/jobs/producer.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ class JobProducer {
calculated: {
latestScores: {},
entranceTime: taskData.entranceTime,
enrichment: {}
enrichment: {
batchIndex: {}
}
},
...taskData,
attempts: taskData.attempts + 1
Expand Down

0 comments on commit 09aa83c

Please sign in to comment.