Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to deal with message queues in testing #286

Open
spladug opened this issue May 23, 2019 · 1 comment
Open

Make it easier to deal with message queues in testing #286

spladug opened this issue May 23, 2019 · 1 comment
Labels

Comments

@spladug
Copy link
Contributor

spladug commented May 23, 2019

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?

@spladug
Copy link
Contributor Author

spladug commented May 23, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant