Skip to content

Commit

Permalink
reorder process startup to avoid race condition (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
panentheos authored May 31, 2024
1 parent 8f710b2 commit 6fc3738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/realtime_signs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ defmodule RealtimeSigns do
:hackney_pool.child_spec(:arinc_pool, []),
Engine.Health,
Engine.Config,
Engine.Locations,
Engine.LastTrip,
Engine.Predictions,
Engine.ScheduledHeadways,
Engine.Static,
Engine.Alerts,
Engine.BusPredictions,
Engine.ChelseaBridge,
Engine.Routes,
Engine.LastTrip,
MessageQueue,
RealtimeSigns.Scheduler,
RealtimeSignsWeb.Endpoint,
Engine.Locations,
HeadwayAnalysis.Supervisor
] ++
http_updater_children() ++
Expand Down

0 comments on commit 6fc3738

Please sign in to comment.