tangled
alpha
login
or
join now
socksthewolf.com
/
skyscheduler
2
fork
atom
Schedule posts to Bluesky with Cloudflare workers.
skyscheduler.work
cf
tool
bsky-tool
cloudflare
bluesky
schedule
bsky
service
social-media
cloudflare-workers
2
fork
atom
overview
issues
pulls
pipelines
Update wrangler.toml
authored by
SocksTheWolf
and committed by
GitHub
3 weeks ago
26500d4e
e998c50f
+3
-1
1 changed file
expand all
collapse all
unified
split
wrangler.toml
+3
-1
wrangler.toml
···
72
72
[[queues.consumers]]
73
73
queue = "skyscheduler-post-queue"
74
74
max_batch_size = 5
75
75
-
max_batch_timeout = 10
75
75
+
max_batch_timeout = 5
76
76
+
max_retries = 3
76
77
77
78
[[queues.consumers]]
78
79
queue = "skyscheduler-repost-queue"
80
80
+
max_retries = 3
79
81
80
82
[images]
81
83
binding = "IMAGES"