philgyford / samuelpepys-twitter

Python script to publish timed tweets and Mastodon posts
0 stars 0 forks source link

Store last-run-time #1

Closed philgyford closed 9 years ago

philgyford commented 10 years ago

Heroku scheduler doesn't run exactly every 10 minutes (or even close to exact). So some tweets are falling through the gaps, or might get sent twice.

Should store last-run-time (in Redis?) and then post tweet(s) since that time.