Skip to content

Ensure "new SSH key" email do not ends up as dead Sidekiq jobs

Related to #2235 (closed).

This is done by:

  1. Delaying the notification sending after the SSH key is commited in DB
  2. Gracefully exit the mailer method if the record cannot be found

/cc @dblessing @stanhu @DouweM

Merge request reports