feat: Scheduled Execution with Cron and Retry Handling

This commit is contained in:
OpenVelo Agent
2026-08-04 20:48:13 +00:00
parent abbfad76dc
commit 1a5c6c5c26
19 changed files with 451 additions and 185 deletions
+3 -3
View File
@@ -2,11 +2,11 @@
MASTODON_BASE_URL=https://mastodon.example
MASTODON_ACCESS_TOKEN=replace-me
VISIBILITY=public
MASTODON_VISIBILITY=public
SITE_URL=https://blog.example.com
HASHTAGS=#throwback,#10backward
THROWNBACK_PREFIX=Heute vor 10 Jahren:
MAX_RETRIES=3
THROWBACK_PREFIX=Heute vor 10 Jahren:
MAX_RETRIES=5
RUN_AT=09:00
TZ=Europe/Berlin