Releases: flohoss/gocron
Releases · flohoss/gocron
v0.3.1
v0.3.0
BREAKING CHANGES!
To support more notification services apprise is now included in the docker container. To send notifications use an apprise url of choice.
New ENV:
-
APPRISE_URL=ntfys://{token}@{hostname}/{topics}
Check apprise for supported services (https://github.com/caronc/apprise?tab=readme-ov-file#supported-notifications) -
APPRISE_NOTIFY_LEVEL=warn
one of: debug info warn error
Removed ENV:
- NTFY_URL
- NTFY_TOPIC
- NTFY_TOKEN
- SEND_ON_SUCCESS
NEW api endpoint:
Send a test notification to the configured Apprise-URL:
curl http://localhost:8156/api/notify
--request POST
Changelog
v0.2.3
v0.2.2
NEW ENV
DELETE_RUNS_AFTER_DAYS
with a default of 7, will cleanup old runs at midnight
Changelog
- 32070f8 Add cleanup function to run at midnight
- edc37ab Convert status to int64
- 92fa01b Do not query db for refresh
- a29d16b Fix job update without db query
- 90565c5 Merge branch 'main' into 3-handle-logs
- 3b8e064 Merge pull request #7 from flohoss/3-handle-logs
- 08b807f Prepare for changeable limit
- d1c4a71 Swap date and time
- 3f2c7f4 Update README.md
- 6391e1b Upgrade golang