STORDIS / orca_backend

Other
2 stars 3 forks source link

backend requests queueing (log panel) #15

Open rahul-1475 opened 4 months ago

rahul-1475 commented 4 months ago
rahul-1475 commented 3 weeks ago

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

kamalkrbh commented 3 weeks 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 3 weeks 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.