On Monday, November 23, 2015 at 2:44:33 AM UTC+1, Jason Solack wrote: > > So i realized i could have the scheduler run once a day and have my code > verify it's the day i need the actual code to run. >
Yep, it's probably the best idea given the current feature-set. I manage it with a "master task" that runs every day and queues "immediate" tasks accordingly. BTW: it's not that far fetched to queue 60 tasks that will be valid for the next five years, too :-P > > On Saturday, November 21, 2015 at 8:47:34 PM UTC-5, Jason Solack wrote: >> >> Hello, i'm aware of being able to set the period in seconds we'd like a >> task executed in the scheduler... but i'm wondering if there's a way to >> have the scheduler fire a task on the 1st of each month or if cron is >> required for that behavior. >> >> Thank you for your input >> >> Jason >> > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

