I need to schedule jobs, but i'm looking for solution which can dispatch task by following rules like: launch one task by rss feed i need to refresh but dispatch it during the day.
I imagine a queue system where i send a list a command to execute and a time period where they need to be dispatch.
Thanks