github bdd/runitor v1.1.0

latest releases: v1.3.0, v1.2.0-build.2, v1.3.0-beta.2...
19 months ago

v1.1.0

New Features:

  • Add Run Id support
    https://blog.healthchecks.io/2022/11/using-run-ids-to-track-run-times-of-overlapping-jobs/
    A UUID-4 (random) run id is generated for every run and sent with
    related pings, unless instructed otherwise with -no-run-id flag.
    .
    For use cases where runitor is in charge of periodically running a
    command (specified with -every <duration>), each run gets its own
    random UUID as expected.
    .
    There is no way for the user to supply the run ids, and I don't intend
    to add such functionality. Furthermore I may consider removing
    -no-run-id flag altogether.

Misc:

  • Require Go 1.19

Don't miss a new runitor release

NewReleases is sending notifications on new releases.