Skip to content

Commit

Permalink
Higher Sidekiq concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Feb 10, 2025
1 parent 3d64829 commit 1788cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RAILS_MAX_THREADS = "5"
RAILS_MIN_THREADS = "4"
RAILS_SERVE_STATIC_FILES = "enabled"
REDIS_PROVIDER = "REDIS_SIDEKIQ_URL"
SIDEKIQ_CONCURRENCY = "3"
SIDEKIQ_CONCURRENCY = "5"
WEB_CONCURRENCY = "3"

[processes]
Expand Down

0 comments on commit 1788cbb

Please sign in to comment.