Skip to content

Commit

Permalink
update sidekiq concurrency and aws url expiry in poroduction applicat…
Browse files Browse the repository at this point in the history
…ion config
  • Loading branch information
oscgonfer committed Sep 6, 2024
1 parent a7f2f44 commit d558333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ class Application < Rails::Application
end

config.api_only = true
config.active_storage.service_urls_expire_in = 30.minutes
end
end
2 changes: 1 addition & 1 deletion config/sidekiq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
- mqtt_forward

production:
:concurrency: 25
:concurrency: 20
staging:
:concurrency: 15

0 comments on commit d558333

Please sign in to comment.