Skip to content

Commit b740164

Browse files
committed
Add temp log for debugging
1 parent 857586c commit b740164

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/server/job-executors/build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export async function product(job: Job<BullMQ.Build.Product>): Promise<unknown>
5050
});
5151
}
5252
const name = pollName(build.id);
53+
job.log(`repeat opts: ${JSON.stringify(BullMQ.RepeatEveryMinute)}`);
5354
await getQueues().Polling.upsertJobScheduler(name, BullMQ.RepeatEveryMinute, {
5455
name,
5556
data: {

0 commit comments

Comments
 (0)