Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1003 Bytes

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 1003 Bytes

Changelog

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

Added

  • 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 and ConcurrencyPolicy.ALLOW which will launch a new worker concurrently if one is still running.
  • MIT license.

0.0.1 - 2020-11-19

Added

  • Cron entrypoint that supports timezone-aware cron schedules.