-
Alexandru Croitor authored
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.
656b4bbd