Skip to content

Examples

Runnable code, not fragments: every snippet in this section is a real file in v2/examples/ that compiles as part of the module, so it cannot drift away from the API it demonstrates.

Jobs

A tour of the job runner — scheduled jobs, manual triggers with parameters, queueing, cancellation, concurrency limits, replay and log policies.

  • Basics — Defining a job and giving it typed input — the two things every job needs before anything else applies.
  • Controlling execution — What happens when runs pile up, when one has to be stopped, and when the same work needs to happen again.
  • Running in production — The parts that matter once the jobs are someone else's to operate: what gets written down, what survives a restart, and what operators can see.

Maintained by Passakon Puttasuwan & Dev Core Team.