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:
+3
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user