celic / echo_location_server

A server that echoes locations nearby the given point.
1 stars 0 forks source link

Drop points from database after X hours of upload time #2

Open celic opened 10 years ago

celic commented 10 years ago

Likely via cron jobs. Check every so often which points were created more than 6 hours ago and drop them from the table if they are old.

arempe93 commented 10 years ago

The ruby gem Whenever is perfect for this. Railscast