Schedule posts to Bluesky with Cloudflare workers. skyscheduler.work
cf tool bsky-tool cloudflare bluesky schedule bsky service social-media cloudflare-workers

small update

just some extra tuning

+2 -2
+1 -1
src/utils/db/violations.ts
··· 76 76 AccountStatus.None, AccountStatus.UnhandledError]; 77 77 // Don't do anything in these cases 78 78 if (violationType in NoHandleState) { 79 - console.warn(`createViolationForUser got a not valid add request for user ${userId} with violation ${violationType}`); 79 + console.warn(`createViolationForUser got an invalid add request for user ${userId} with violation ${violationType}`); 80 80 return false; 81 81 } 82 82
+1 -1
wrangler.toml
··· 46 46 [[ratelimits]] 47 47 name = "POST_LIMITER" 48 48 namespace_id = "1002" 49 - simple = { limit = 2, period = 10 } 49 + simple = { limit = 3, period = 10 } 50 50 [[ratelimits]] 51 51 name = "UPDATE_LIMITER" 52 52 namespace_id = "1003"