Skip to content
Snippets Groups Projects
Commit 9c4dc65a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fixed resque config

parent d1130424
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,7 @@ config_file = Rails.root.join('config', 'resque.yml')
 
if File.exists?(config_file)
resque_config = YAML.load_file(config_file)
Resque.redis = resque_config[rails_env]
Resque.redis = resque_config[Rails.env]
end
 
Resque.redis.namespace = 'resque:gitlab_ci'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment