You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In production, don't attempt to connect to the REST API on startup
Passenger can only boot one rack app at a time, and attempting to contact the broker during startup causes a timeout and then wait (broker can't be started until site completes, and we can't change the order).
0 commit comments