You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: