You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that if enough images (URLs, in my case) are submitted, lots of transcoding requests will be submitted simultaneously, eventually resulting in ECONNRESET and ECONNREFUSED.
The number of concurrent promises should be limited here:
This means that if enough images (URLs, in my case) are submitted, lots of transcoding requests will be submitted simultaneously, eventually resulting in
ECONNRESET
andECONNREFUSED
.The number of concurrent promises should be limited here:
oam-api/routes/uploads.js
Lines 527 to 547 in ed8af6e
The text was updated successfully, but these errors were encountered: