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 857586c commit b740164Copy full SHA for b740164
1 file changed
src/lib/server/job-executors/build.ts
@@ -50,6 +50,7 @@ export async function product(job: Job<BullMQ.Build.Product>): Promise<unknown>
50
});
51
}
52
const name = pollName(build.id);
53
+ job.log(`repeat opts: ${JSON.stringify(BullMQ.RepeatEveryMinute)}`);
54
await getQueues().Polling.upsertJobScheduler(name, BullMQ.RepeatEveryMinute, {
55
name,
56
data: {
0 commit comments