Files
klz-cables.com/.pnpm-store/v10/files/fa/3c340918949aefd0e7ca748cc724e598c150c6ef4e4d909f4b1058a53454801d6c0d5586f92db97698126b2b8cf13fe7c533ea63dee6b7f3d7f9eef6ed6cf6
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
1.4 KiB
Plaintext

{"version":3,"sources":["../../../../src/queues/operations/handleSchedules/defaultBeforeSchedule.ts"],"sourcesContent":["import type { BeforeScheduleFn } from '../../config/types/index.js'\n\nimport { countRunnableOrActiveJobsForQueue } from './countRunnableOrActiveJobsForQueue.js'\n\nexport const defaultBeforeSchedule: BeforeScheduleFn = async ({ queueable, req }) => {\n // All tasks in that queue that are either currently processing or can be run\n const runnableOrActiveJobsForQueue = await countRunnableOrActiveJobsForQueue({\n onlyScheduled: true,\n queue: queueable.scheduleConfig.queue,\n req,\n taskSlug: queueable.taskConfig?.slug,\n workflowSlug: queueable.workflowConfig?.slug,\n })\n\n return {\n input: {},\n shouldSchedule: runnableOrActiveJobsForQueue === 0,\n waitUntil: queueable.waitUntil,\n }\n}\n"],"names":["countRunnableOrActiveJobsForQueue","defaultBeforeSchedule","queueable","req","runnableOrActiveJobsForQueue","onlyScheduled","queue","scheduleConfig","taskSlug","taskConfig","slug","workflowSlug","workflowConfig","input","shouldSchedule","waitUntil"],"mappings":"AAEA,SAASA,iCAAiC,QAAQ,yCAAwC;AAE1F,OAAO,MAAMC,wBAA0C,OAAO,EAAEC,SAAS,EAAEC,GAAG,EAAE;IAC9E,6EAA6E;IAC7E,MAAMC,+BAA+B,MAAMJ,kCAAkC;QAC3EK,eAAe;QACfC,OAAOJ,UAAUK,cAAc,CAACD,KAAK;QACrCH;QACAK,UAAUN,UAAUO,UAAU,EAAEC;QAChCC,cAAcT,UAAUU,cAAc,EAAEF;IAC1C;IAEA,OAAO;QACLG,OAAO,CAAC;QACRC,gBAAgBV,iCAAiC;QACjDW,WAAWb,UAAUa,SAAS;IAChC;AACF,EAAC"}