Skip to content

Commit 11bb96a

Browse files
committed
chore: turn it all on
1 parent 3fcf471 commit 11bb96a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ DRIVERS_API="https://indycar.blob.core.windows.net/racecontrol/driversfeed.json"
33
GRID_API="https://indycar.blob.core.windows.net/racecontrol/livegrid.json"
44
INDYCAR_URL="https://www.indycar.com/Drivers"
55
SCORING_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"
77
SCORING_UPDATES="enabled"

config/schedule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

fly.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)