mrhan1993 / Fooocus-API

FastAPI powered API for Fooocus
GNU General Public License v3.0
567 stars 152 forks source link

feature request: a persistent queue #403

Open xinjiguaike opened 3 weeks ago

xinjiguaike commented 3 weeks ago

In my case, we need to run the project in multi instances, but current queue is in memory, the queue can't be shared between instances; so a persistent queue(like celery...) would be very helpful, then this project would be suitable for production. Any play for this ?