Set deduplicate strategy to untill_executed
IssuePlacementWorker is being invoked on every issue creation. If a project creates multiple issues in a very short time, the IssuePlacementWorker can be invoked multiple times for the same project. Avoid that by deduplicating the job through untill_executed strategy.
Showing
Please register or sign in to comment