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

NoFreeWorkers: context deadline exceeded #22

Open
zabakala opened this issue Mar 30, 2024 · 0 comments
Open

NoFreeWorkers: context deadline exceeded #22

zabakala opened this issue Mar 30, 2024 · 0 comments

Comments

@zabakala
Copy link

zabakala commented Mar 30, 2024

Hi guys. Pulling the project´s docker files starting it all up, it only takes a while before requests stepping out of the SPA FE app, for example auth/profile or tickets/reserve keep hanging forever. After a couple of interactions with the app, I can inside inside the logs of the web container:

ERROR server no free workers in the pool, wait timeout exceed {"reason": "no free workers", "internal_event_name": "EventNoFreeWorkers", "error": "worker_watcher_get_free_worker: NoFreeWorkers:\n\tcontext deadline exceeded"}

Dockerfile uses the following version ARG ROAD_RUNNER_IMAGE=2023.3.12. I tried to set num_workers to 0, but to no avail. Would you have any suggestion for me as to what might be wrong? The specs of the machine within which the error is encountered is a Linux one with 8 CPUs and 16 GB of RAM. When I observe the load on CPUs and RAM sideways, there are plenty of available resources even with the error in place.

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

No branches or pull requests

1 participant