Open jeffsaracco opened 12 years ago
If you change the minute checker to be < 10 rather than <20 it should fix the duplicate messages (since the task only runs every 10 min)
If you have time, it'd also be cool to add a couple more events from heavensabove
Yeah we changed it to 9 minutes, and I am now grabbing the timezone name from the latitude and longitude.
We will look into grabbing some more events from heavens above
Just a note - I was originally grabbing timezone name from lat/long (if you check commit history) but the timezone abbreviations he was using on the site didn't match the ones internally in Rails so it would cause his site to return 500 errors... To solve, I copy/pasted his timezone selection box so the values would match up