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

Handle lack of "sleepiness" in web and background workers #46

Open
ankush opened this issue Dec 28, 2024 · 1 comment
Open

Handle lack of "sleepiness" in web and background workers #46

ankush opened this issue Dec 28, 2024 · 1 comment

Comments

@ankush
Copy link
Member

ankush commented Dec 28, 2024

  1. RQ's pubsub thread wakes up very aggressively (every 0.2s): [perf] possible to increase sleep_time for pubsub thread? rq/rq#2170
  2. Gunicorn's threaded worker aggressively wakes up (every 1s): perf(gthread): reduce unnecessary polling benoitc/gunicorn#3319

Either get it improved upstream or override in our code.

@ankush
Copy link
Member Author

ankush commented Jan 7, 2025

There's still some more stuff in worker-pool, though possibly unavoidable.

Scheduler can be disabled by us though.

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