Skip to content

Do not retry LdapGroupLinksWorker jobs

Prevent the second scenario where duplicate group links workers could occur for a given user. The first scenario is a race condition and this scenario is where a sync fails and is re-enqueued. We should just fail and let the sync happen on the next interval.

cc/ @jacobvosmaer

Merge request reports