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

Investigate the use of Python Celery for API job queueing #1037

Open
securestep9 opened this issue Mar 7, 2025 · 0 comments
Open

Investigate the use of Python Celery for API job queueing #1037

securestep9 opened this issue Mar 7, 2025 · 0 comments

Comments

@securestep9
Copy link
Collaborator

at the moment, Nettacker is using Python multi-threading for API tasks, which is not very scalable. It would be good to replace it with a proper task queue system that can handle retires/tracking/background jobs and scheduled jobs. Something like RabbitMQ is probably overkill for now, but Celery is an interesting and widely used Python-based task queue that can be used to improve Nettacker

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