uppsaladatavetare / foobar-api

The backend of the FooBar kiosk and inventory system.
MIT License
12 stars 6 forks source link

Automatic resupplying times out #37

Open kjagiello opened 7 years ago

kjagiello commented 7 years ago

When a lot if products need to be resupplied, the request triggering that action will most likely time out. This kind of tasks should be moved to a background worker. Celery will be a perfect fit here.