A program to manage (older) books on the platform.
- Every X interval Heroku dyno spins up and executes
- Looks through all books with
avaliable
status, finds books withlastRenewed
field more than 6 months old - Emails users who own these books prompting to renew
- If
lastRenewed
field doesn't exist, then look atdate
field
- Create Heroku Dyno
- Make mongoDB connection
- Create service that finds user email list