Commit fa41f376 authored by Imre Farkas's avatar Imre Farkas

Deduplicate scheduled low urgency project authorization refresh jobs

parent f40aa0d3
......@@ -5,6 +5,7 @@ module AuthorizedProjectUpdate
feature_category :authentication_and_authorization
urgency :low
queue_namespace :authorized_project_update
deduplicate :until_executing, including_scheduled: true
idempotent!
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment