github jhuckaby/Cronicle v0.8.28
Version 0.8.28

latest releases: v0.9.49, v0.9.48, v0.9.47...
5 years ago

One small bug fix in this release:

Issue #112

I think it should be noted here that Cronicle has some limits, which this bug exercised quite nicely. The main schedule, for example, is only designed to handle a few hundred items, possibly a thousand at the extreme maximum. The author of issue #112 was trying to push this far beyond that soft limit, and thus it inevitably caused memory issues. The Cronicle schedule is stored in memory at all times, and synced to all clients, so it needs to be small and compact.

The schedule is really intended as a replacement for a Crontab. That is, with a relatively small amount of repeating events, possibly hourly, daily, or weekly. It isn't meant to hold a large number of arbitrary events.

Perhaps I will look into redesigning this in v2.0.

Don't miss a new Cronicle release

NewReleases is sending notifications on new releases.