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
CI environments have trouble with the POSIX message queues. This makes stuff that touches experiments or events really painful to work with. How can we improve this without detriment to production?
The text was updated successfully, but these errors were encountered:
Lazily opening the message queue on first use could dodge the pain when events aren't actually used, but if they are we're still in the same world of hurt. It's also a bummer to do that because baseplate generally tries to feel out that its whole environment is ready during startup so that the process doesn't suddenly realize it's missing key environmental components after it started serving client requests.
CI environments have trouble with the POSIX message queues. This makes stuff that touches experiments or events really painful to work with. How can we improve this without detriment to production?
The text was updated successfully, but these errors were encountered: