1. 26 Aug, 2021 1 commit
    • Dan Jensen's avatar
      Temporarily rescue Module::DelegationError in worker · 5864364b
      Dan Jensen authored
      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. 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.
      5864364b
  2. 25 Aug, 2021 39 commits