Skip to content

Make scheduler tick logs opt-in with debug option#9

Merged
QuenumGerald merged 1 commit into
mainfrom
task-title
Apr 19, 2026
Merged

Make scheduler tick logs opt-in with debug option#9
QuenumGerald merged 1 commit into
mainfrom
task-title

Conversation

@QuenumGerald

Copy link
Copy Markdown
Owner

Motivation

  • Avoid noisy scheduler output by making the internal tick() logs optional so they are only printed when explicitly requested.

Description

  • Added a debug?: boolean field to BlazeJobOptions, stored as this.debug on the BlazeJob instance, and wrapped the tick() console logs to run only when debug is true; updated README.md to document the new option (src/index.ts, README.md).

Testing

  • Ran npm run build which invoked tsc and completed successfully.

Codex Task

@QuenumGerald QuenumGerald merged commit 58060b2 into main Apr 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant