All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2020-11-20
- Support for setting a concurrency policy. The default policy is to wait for
the current worker to complete and immediately spawn a new one if the next start
time has lapsed. The other available policies are
ConcurrencyPolic.SKIP
which will skip the lapsed schedule andConcurrencyPolicy.ALLOW
which will launch a new worker concurrently if one is still running. - MIT license.
0.0.1 - 2020-11-19
- Cron entrypoint that supports timezone-aware cron schedules.