moduleGitlabmoduleGithubImportmoduleQueueextendActiveSupport::Concernincludeddo# If a job produces an error it may block a stage from advancing# forever. To prevent this from happening we prevent jobs from going to# the dead queue. This does mean some resources may not be imported, but# this is better than a project being stuck in the "import" state# forever.sidekiq_optionsqueue: 'github_importer',dead: false,retry: 5endendendend