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 eba2e89 commit e877b4dCopy full SHA for e877b4d
apps/webapp/app/v3/services/triggerTask.server.ts
@@ -439,7 +439,7 @@ export class TriggerTaskService extends BaseService {
439
return defaultQueueName;
440
}
441
442
- const queueConfig = QueueOptions.optional().safeParse(task.queueConfig);
+ const queueConfig = QueueOptions.optional().nullable().safeParse(task.queueConfig);
443
444
if (!queueConfig.success) {
445
console.log("Failed to get queue name: Invalid queue config", {
0 commit comments