• Alexandru Croitor's avatar
    Set deduplicate strategy to untill_executed · 656b4bbd
    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
issue_placement_worker.rb 1.54 KB