AI Implementation feature(1089): Scheduled Execution with Cron and Retry Handling (#9)

This commit was merged in pull request #9.
This commit is contained in:
2026-08-04 20:48:16 +00:00
parent 3545b81546
commit 5f6ddf76a4
27 changed files with 644 additions and 272 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