We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402d974 commit eeffe13Copy full SHA for eeffe13
apps/webapp/app/v3/marqs/sharedQueueConsumer.server.ts
@@ -621,7 +621,8 @@ export class SharedQueueConsumer {
621
const worker = deployment?.worker;
622
623
if (!deployment || !worker) {
624
- logger.error("No matching deployment found for task run", {
+ // This happens when a run is "WAITING_FOR_DEPLOY" and is expected
625
+ logger.info("No matching deployment found for task run", {
626
queueMessage: message.data,
627
messageId: message.messageId,
628
});
0 commit comments