sckott / cchecksapi

CRAN checks API (DEFUNCT)
https://github.com/r-hub/cchecksbadges
MIT License
33 stars 1 forks source link

cache email metadata #70

Closed sckott closed 4 years ago

sckott commented 4 years ago

Its not stored AFAICT - sidekiq-status helps us see the details for the emails, but after 5 days i think they expire. we use the expiry time to let new emails be sent if there aren't matching emails already sent. Probably should after successfully sending an email pop it into a database table or nosql thing in case need to look through later.

Sendgrid that we use to send emails is an option but they only save 3 days of data, would have to pay for keeping more data around.