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
When used with idle-queues --delete, we often see temporary failure to resolve queues in _cheapIdleCheck(). These should be able to be safely ignored, as they will disappear at the next listening round. Catch this error instead of throwing.
QueueDoesNotExist: The specified queue does not exist.
File "/usr/lib/node_modules/qdone/node_modules/@aws-sdk/client-sqs/dist-cjs/protocols/Aws_json1_0.js", line 1537, in de_QueueDoesNotExistRes
const exception = new models_0_1.QueueDoesNotExist({
File "/usr/lib/node_modules/qdone/node_modules/@aws-sdk/client-sqs/dist-cjs/protocols/Aws_json1_0.js", line 607, in de_GetQueueAttributesCommandError
throw await de_QueueDoesNotExistRes(parsedOutput, context);
File "node:internal/process/task_queues", line 96, in processTicksAndRejections
File "/usr/lib/node_modules/qdone/node_modules/@smithy/middleware-serde/dist-cjs/index.js", line 35, in <anonymous>
const parsed = await deserializer(response, options);
File "/usr/lib/node_modules/qdone/node_modules/@smithy/core/dist-cjs/index.js", line 165, in <anonymous>
const output = await next({
...
(5 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
Sentry Issue: QDONE-F
When used with
idle-queues --delete
, we often see temporary failure to resolve queues in_cheapIdleCheck()
. These should be able to be safely ignored, as they will disappear at the next listening round. Catch this error instead of throwing.The text was updated successfully, but these errors were encountered: