generated from golang-templates/seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.