MLTSHP / best-of-mltshp-bot

Posts new feed items to Mastodon
1 stars 0 forks source link

Stateless stuckness #4

Closed dphiffer closed 5 months ago

dphiffer commented 5 months ago

It occurred to me that if an entry from the MLTSHP Popular RSS feed failed to post onto the bot's timeline, it would just retry it again on the next cron job run. Without keeping a log of which posts had been attempted, it would eventually just get stuck trying to upload a single entry forever. A simple log file should fix this.

dphiffer commented 5 months ago

Fixed!