Skip to content
Snippets Groups Projects
Commit ba955f88 authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Added max retries and concurrency to sidekiq setting

parent 87e68ce2
No related branches found
No related tags found
3 merge requests!115Tombstone not available for dataset,!77Bump ruby v2.7.7,!26Feature/s3 storage
Pipeline #4702 failed
......@@ -14,4 +14,4 @@ end
Sidekiq.configure_client do |s|
# s.redis = redis_conn
s.redis = redis_config
end
end
\ No newline at end of file
:queues:
- default
- import # added
- export # added
\ No newline at end of file
- export # added
:max_retries: 5
development:
:concurrency: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
production:
:concurrency: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
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