Skip to content

Releases: barrage/crony

Change dependencies version

28 Jun 12:45
Compare
Choose a tag to compare
  • Updated dependency versions
  • Added handling if job panic so that after panic cron still functions

v0.3.0

28 Feb 07:44
Compare
Choose a tag to compare

Adding a working parameter to runner that will let us know when its actually processing crons

Added example

31 Jan 09:19
aa5c905
Compare
Choose a tag to compare
Bumping version and regenerating readme (#6)

* Bumping version and regenerating readme

* fixing actions

* Clippy will fail actions if not correct

Updated clippy warnings and add Default impl

26 Jan 12:27
Compare
Choose a tag to compare

Update thread spawning and added tracker

08 Jan 15:00
c06ef61
Compare
Choose a tag to compare

Updated thread spawning:

  • threads are spawned gracefully
  • each job gets its own thread for running (if OS allows)

Added tracker for running jobs so that we can control if job will run base on the track if its already running.

First release

10 Dec 17:58
Compare
Choose a tag to compare

Simple cron runner that spawns another thread to run your cron jobs