mobeets / rss-replay

Play back older posts in an RSS feed
7 stars 0 forks source link

handling web vs. processing: two apps or one? #1

Closed mobeets closed 9 years ago

mobeets commented 9 years ago
mobeets commented 9 years ago

the main problem, which i didn't mention above, is that i need a web server both for accepting new rss feeds to replay and for hosting the resulting new rss feed, and i need a background task that periodically updates all the new rss feeds to have new posts.

so for heroku, i'll need two dynos; to keep it all free, that means two apps. and this seems to be the official heroku solution for sharing dbs.