Skip to content

Releases: alexgcarretero/taskeduler

1.0.1

15 Jan 11:52
Compare
Choose a tag to compare

Added prossibility to run the tasks contained in the yaml form the proper python code, easily.

Taskeduler 1.0.0

05 Oct 17:38
9a45fab
Compare
Choose a tag to compare

This is the first version of the Taskeduler.

Features:

  • Schedule your tasks via entrypoint function.
  • Frecuencies supported:
    • minutely
    • hourly
    • daily
    • weekly
    • monthly
    • yearly
  • Execution rules supported:
    • time
    • month_days
    • week_days
    • month
  • YAML description of the tasks