Hey, I’m currently working on an API.
I’d like to create an API where users can sign-up to get informed frequently about, let’s say the weather at their current location. The user should be able to set a personal preferred frequency.
Let’s say user A signs up to get informed 3 times a day about the weather in New York.
How could I implement this kind of recurring jobs?
Could I use resque for that?
Happy to hear your ideas