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

rate_limit usage for Task queue #1289

Open
kalaomer opened this issue Jan 14, 2025 · 1 comment
Open

rate_limit usage for Task queue #1289

kalaomer opened this issue Jan 14, 2025 · 1 comment
Labels
Issue appropriate for: Occasional contributors 😉 This issue will be best tackled by people with a minimum of experience on the project Issue contains: Exploration & Design decisions 🧩 We don't know how this will be implemented yet Issue contains: Some documentation 📚 This issues involves writing some documentation Issue contains: Some Python 🐍 This issue involves writing some Python code

Comments

@kalaomer
Copy link

Hi,

Is there any way for rate_limit on task queue? Celery doing this with rate_limit param. Here is the link.

@medihack
Copy link
Member

Hi @kalaomer. Yes, that would be a nice feature. But maybe we can implement it in a more general way. We recently discussed a middleware feature and this could help with rate limiting, too. Depending on how the middleware is implemented by the user it could even work across multiple workers.

@medihack medihack added Issue type: Feature ⭐️ Issue contains: Some documentation 📚 This issues involves writing some documentation Issue contains: Exploration & Design decisions 🧩 We don't know how this will be implemented yet Issue contains: Some Python 🐍 This issue involves writing some Python code Issue appropriate for: Occasional contributors 😉 This issue will be best tackled by people with a minimum of experience on the project labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue appropriate for: Occasional contributors 😉 This issue will be best tackled by people with a minimum of experience on the project Issue contains: Exploration & Design decisions 🧩 We don't know how this will be implemented yet Issue contains: Some documentation 📚 This issues involves writing some documentation Issue contains: Some Python 🐍 This issue involves writing some Python code
Projects
None yet
Development

No branches or pull requests

3 participants