[web2py] Re: Scheduler Replacement

2018-11-28 Thread Boris Aramis Aguilar Rodríguez
Thanks for your answer!, I'm a poor worker. lol. Really, really thanks, I'm tempted to take the road of doing some "interface" code to emulate the same functionality the scheduler currently does but using mrq.io library/framework as a backend... that to avoid changing the current code within th

[web2py] Re: Scheduler Replacement

2018-11-23 Thread Niphlod
jokes aside, yeah, you definitely hit scheduler's limits, or, for better saying, limits using a relational database as a queue table. web2py's scheduler can still be optimized, and I feel that 30k tasks are manageable, if they are spread throughout the day (20 tasks a minute if math is not faili

[web2py] Re: Scheduler Replacement

2018-11-23 Thread Dave S
On Thursday, November 22, 2018 at 11:57:08 PM UTC-8, Niphlod wrote: > > https://gph.is/1eNXnLk > > Simone, I bow before the master. /dps > > > On Wednesday, November 21, 2018 at 10:19:40 PM UTC+1, Dave S wrote: >> >> >> >> On Wednesday, November 21, 2018 at 10:31:13 AM UTC-8, Boris Aramis >

[web2py] Re: Scheduler Replacement

2018-11-22 Thread Niphlod
https://gph.is/1eNXnLk On Wednesday, November 21, 2018 at 10:19:40 PM UTC+1, Dave S wrote: > > > > On Wednesday, November 21, 2018 at 10:31:13 AM UTC-8, Boris Aramis Aguilar > Rodríguez wrote: >> >> TL;DR : Do you guys know or has experience with an alternative scheduler >> to web2py's one th

[web2py] Re: Scheduler Replacement

2018-11-21 Thread Dave S
On Wednesday, November 21, 2018 at 10:31:13 AM UTC-8, Boris Aramis Aguilar Rodríguez wrote: > > TL;DR : Do you guys know or has experience with an alternative scheduler > to web2py's one that you would recommend? we use features such as > scheduling tasks at a specific time, repetitions, timeo