File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ DRIVERS_API="https://indycar.blob.core.windows.net/racecontrol/driversfeed.json"
33GRID_API = " https://indycar.blob.core.windows.net/racecontrol/livegrid.json"
44INDYCAR_URL = " https://www.indycar.com/Drivers"
55SCORING_API = " https://indycar.blob.core.windows.net/racecontrol/timingscoring-ris.json"
6- SCORING_EVENT_NAME = " 109th Running of the Indianapolis 500"
6+ SCORING_EVENT_NAME = " 110th Running of the Indianapolis 500"
77SCORING_UPDATES = " enabled"
Original file line number Diff line number Diff line change 1- # fetch_scoring_job:
2- # cron: "*/2 * * * *"
3- # class: "FetchScoringJob"
4- # queue: default
1+ fetch_scoring_job :
2+ cron : " */2 * * * *"
3+ class : " FetchScoringJob"
4+ queue : default
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ console_command = "/rails/bin/rails console"
1313 GRID_API = " https://indycar.blob.core.windows.net/racecontrol/livegrid.json"
1414 INDYCAR_URL = " https://www.indycar.com/Drivers"
1515 SCORING_API = " https://indycar.blob.core.windows.net/racecontrol/timingscoring-ris.json"
16- SCORING_EVENT_NAME = " 109th Running of the Indianapolis 500"
17- SCORING_UPDATES = " disabled "
16+ SCORING_EVENT_NAME = " 110th Running of the Indianapolis 500"
17+ SCORING_UPDATES = " enabled "
1818 LANG = " en_US.UTF-8"
1919 RACK_ENV = " production"
2020 RAILS_ENV = " production"
@@ -23,7 +23,7 @@ console_command = "/rails/bin/rails console"
2323
2424[processes ]
2525 web = " bundle exec puma -C config/puma.rb"
26- # worker = "bundle exec sidekiq -t 25"
26+ worker = " bundle exec sidekiq -t 25"
2727
2828[deploy ]
2929 release_command = " bundle exec rake db:migrate data:migrate"
@@ -32,9 +32,9 @@ console_command = "/rails/bin/rails console"
3232 processes = [" web" ]
3333 internal_port = 3000
3434 force_https = true
35- auto_stop_machines = true
35+ auto_stop_machines = " off "
3636 auto_start_machines = true
37- min_machines_running = 0
37+ min_machines_running = 1
3838
3939[[statics ]]
4040 guest_path = " /rails/public"
You can’t perform that action at this time.
0 commit comments