Skip to content

Modify original job body while dedublication #3261

Answered by manast
Bubuioc asked this question in Q&A
Discussion options

You must be logged in to vote

There is no reliable way to do this. You could listen to the deduplication event, and then act on it by updating the old job (assuming it has not yet started), but events do not provide any guarantees, so sometimes either you loose the event or maybe you fail updating the job because maybe the process happens to crash exactly at that moment, and then you will end without updating the job as you wanted. So it all depends on your requirements.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Bubuioc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants