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

[Bug] cant accept connection in log repeating although no scripts are calling it #1244

Open
andytriboletti opened this issue Feb 22, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@andytriboletti
Copy link

andytriboletti commented Feb 22, 2025

I installed firecrawl through docker. I see this in the docker logs repeating after awhile. What is going? I'm not looping anything connecting. It won't connect at all. I'm going to try and stop it and restart it.

worker-1              | 2025-02-22 23:51:55 error [queue-worker:workerFun]: WORKER STALLED {"module":"queue-worker","method":"workerFun","cpuUsage":0.07962085308056872,"memoryUsage":0.8414273645491451}
worker-1              | Cant accept connection
worker-1              | 2025-02-22 23:51:55 error [queue-worker:workerFun]: WORKER STALLED {"module":"queue-worker","method":"workerFun","cpuUsage":0.07962085308056872,"memoryUsage":0.8414273645491451}
worker-1              | Cant accept connection
worker-1              | 2025-02-22 23:51:57 error [queue-worker:workerFun]: WORKER STALLED {"module":"queue-worker","method":"workerFun","cpuUsage":0.02793471437539234,"memoryUsage":0.8410181647814071}
worker-1              | Cant accept connection
worker-1              | 2025-02-22 23:51:57 error [queue-worker:workerFun]: WORKER STALLED {"module":"queue-worker","method":"workerFun","cpuUsage":0.02793471437539234,"memoryUsage":0.8410181647814071}
worker-1              | Cant accept connection
worker-1              | 2025-02-22 23:51:59 error [queue-worker:workerFun]: WORKER STALLED {"module":"queue-worker","method":"workerFun","cpuUsage":0.028849169018501097,"memoryUsage":0.8410719937398915}
worker-1              | Cant accept connection
worker-1              | 2025-02-22 23:51:59 error [queue-worker:workerFun]: WORKER STALLED {"module":"queue-worker","method":"workerFun","cpuUsage":0.028849169018501097,"memoryUsage":0.8410719937398915}
worker-1              | Cant accept connection
worker-1              | 2025-02-22 23:52:01 error [queue-worker:workerFun]: WORKER STALLED {"module":"queue-worker","method":"workerFun","cpuUsage":0.028490920475892297,"memoryUsage":0.841101400300545}
worker-1              | Cant accept connection
worker-1              | 2025-02-22 23:52:01 error [queue-worker:workerFun]: WORKER STALLED {"module":"queue-worker","method":"workerFun","cpuUsage":0.028490920475892297,"memoryUsage":0.841101400300545}```
@andytriboletti andytriboletti added the bug Something isn't working label Feb 22, 2025
@mogery
Copy link
Member

mogery commented Feb 23, 2025

"memoryUsage":0.841101400300545

Your memory usage is above 80%, which is the default max RAM setting that the queue worker operates with. (It will not take any jobs if it's above 80% RAM.) You can change this in the .env file to e.g. 90% with MAX_RAM=0.9, 100% with MAX_RAM=1, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants