igolaizola / bulkai

AI image generation in bulk automatically
MIT License
191 stars 40 forks source link

Handle midjourney queue errors #17

Closed igolaizola closed 1 year ago

igolaizola commented 1 year ago

When job queued error is received instead of returning an error the response is read from the embedded data of the message and the process continues.

When a non temporary error is received such as a "queue full" error the tool should wait before retrying to avoid flooding the queue.

References #14