If the 6 connection limit is reached, what happens to the worker? Is there some error reported somew
If the 6 connection limit is reached, what happens to the worker?
Is there some error reported somewhere?
Is there some error reported somewhere?
send or sendBatch counts as one) . An invocation is each call to queue or fetch.fetch that is finalised at the end of the queue() handlerfetch, then all the requests within the queue invocation must be < 1000, or else the log message would never make itQueue send failed: Service Temporarily Unavailablesend(“foo”)

"Queue send failed: Service Temporarily Unavailable"3037173
sendqueuequeuequeue()return handleMessages(batch, { ...env, logger }).finally(() =>
tracer.finalizeQueueEvent({ batch }),
);Queue send failed: Service Temporarily Unavailable "Queue sendBatch failed: Service Temporarily Unavailablesend(“foo”) env.logger.info('Sending foo');
env.PROCESS_QUEUE.send('FOO')
.then(() => env.logger.info('sent foo'))
.catch((e) => env.logger.error('failed to send foo', e)); "Queue send failed: Service Temporarily Unavailable"3037173