STORDIS / orca_backend

ORCA Backend is a REST API server written using Django framework to access orca_nw_lib functionalities. It is a backend service that can be used by applications to interact with SONiC Network and devices.
https://stordis.github.io/
Apache License 2.0
2 stars 4 forks source link

backend requests queueing (log panel) #15

Open rahul-1475 opened 9 months ago

rahul-1475 commented 9 months ago
rahul-1475 commented 5 months ago

Integrated celery[redis] into djnago backend for put and delete apis in network.

kamalkrbh commented 5 months ago

For a simple setup user need to run addition process. Look for a unified django processes when its a development setup for example.

kamalkrbh commented 5 months ago

Pushed some modifications to the branch backend-request-queuing. The solution as a whole creates a big footprint, as there redis and celery processes need to be running apart from orca_backend actual server process. Needs a bit more brain storming.