Skip to content

Do not try to send a new ssh key email when the key is not found.

gitlab-qa-bot requested to merge github/fork/knu/fix_key_not_found into master

Created by: knu

When a user adds a key and then removes it immediately, a background job for the "SSH key was added" notification fails in retrieving the key record and the job will get stuck in the queue.

Merge request reports