Skip to content

Commit

Permalink
Disable the wait timeout setting so that we can wait longer than 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Dec 27, 2024
1 parent f153201 commit 0a89a97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ NEW_RELIC_BROWSER_MONITORING_AUTO_INSTRUMENT = "false"
NEW_RELIC_LOG = "stdout"
RACK_ENV = "production"
RACK_TIMEOUT_SERVICE_TIMEOUT = "300"
RACK_TIMEOUT_WAIT_TIMEOUT = "0" # Disable the wait timeout
RAILS_ENV = "production"
RAILS_LOG_TO_STDOUT = "enabled"
RAILS_MAX_THREADS = "5"
Expand Down

0 comments on commit 0a89a97

Please sign in to comment.