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

Test Server should add warning logging if no workers listen on a task queue with tasks #1403

Open
Tracked by #1094
Spikhalskiy opened this issue Aug 31, 2022 · 0 comments
Labels
enhancement User experience

Comments

@Spikhalskiy
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A typical user mistake in unit tests which may be a little tricky for users to realize is forgetting to register workers on all the queues that participate in a unit test. This situation typically leads to a test timeout that has no useful information to understand the root cause.

Describe the solution you'd like
The test server may print warning log messages if there are tasks getting scheduled on a task queue that nobody listens on.

@Spikhalskiy Spikhalskiy added the enhancement User experience label Aug 31, 2022
@Spikhalskiy Spikhalskiy mentioned this issue Aug 31, 2022
49 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement User experience
Projects
None yet
Development

No branches or pull requests

1 participant