Skip to content

Temporarily rescue Module::DelegationError in worker

What does this MR do?

Groups::ExportMembershipsWorker is currently raising Module::DelegationError in circumstances where User records are unavailable. That is causing these workers to fail and be re-tried, only to fail again. That is particularly a problem due to the ongoing rapid action for Redis saturation. To avoid this impact on infrastructure while we troubleshoot the bug, this adds a temporary rescue clause to the worker. This clause will be removed when the bug is fixed in a follow-up MR.

See #338707 (closed)

Does this MR meet the acceptance criteria?

Conformity

Related to #338707 (closed)

Edited by Dan Jensen

Merge request reports