Skip to content

Commit

Permalink
chore: Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
FMotalleb committed Jun 6, 2024
1 parent 95a7742 commit df9e802
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 130 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ LOG_FORMAT=ansi
LOG_FILE=/var/log/crontab-go.log
LOG_STDOUT=true
LOG_LEVEL=debug
SHELL=/usr/bin/bash
SHELL_ARGS=-c
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## v0.1

* Initial release
* Added support for multiple scheduler methods:
* Cron string (with seconds)
* Interval (duration)
* At (time)
* Tasks:
* Built-in http request methods (get,post)
* Can invoke external commands (same as cron)
* Supports setting environments variable
* Can be configured to use any terminal/shell you want such as sh,bash,nu,cmd,powershell,...
* Can have retries per task (on commands exit-code !=0 or http request errors)
* Support for hooks, for both when tasks fail or they finish successfully (structure is the same as a task)
* Multiple scheduler for each job
* Multiple task for each job
* Logging:
* File logging
* ansi/plain/json log formatter
130 changes: 0 additions & 130 deletions config.schema.yaml

This file was deleted.

0 comments on commit df9e802

Please sign in to comment.