[web2py] Re: A schedule automatic delete from Database

2019-06-11 Thread mostwanted
Thanks for the elaborate explanation Dave, really means a-lot. On Tuesday, June 11, 2019 at 5:20:13 PM UTC+2, Dave S wrote: > > > > On Monday, June 10, 2019 at 9:52:59 PM UTC-7, mostwanted wrote: >> >> I am yet to understand how the scheduler works. >> >> Thanks Dave >> >> > It's simple: the Sche

[web2py] Re: A schedule automatic delete from Database

2019-06-11 Thread Dave S
On Tuesday, June 11, 2019 at 8:20:13 AM UTC-7, Dave S wrote: > > > > On Monday, June 10, 2019 at 9:52:59 PM UTC-7, mostwanted wrote: >> >> I am yet to understand how the scheduler works. >> >> Thanks Dave >> >> > It's simple: the Scheduler runs as an independent process that watches > only one

[web2py] Re: A schedule automatic delete from Database

2019-06-11 Thread Dave S
On Monday, June 10, 2019 at 9:52:59 PM UTC-7, mostwanted wrote: > > I am yet to understand how the scheduler works. > > Thanks Dave > > It's simple: the Scheduler runs as an independent process that watches only one thing: the list of queued tasks. When it finds that it is time to run a queu

[web2py] Re: A schedule automatic delete from Database

2019-06-10 Thread mostwanted
I am yet to understand how the scheduler works. Thanks Dave On Monday, June 10, 2019 at 9:59:04 PM UTC+2, Dave S wrote: > > > > On Saturday, June 8, 2019 at 11:47:47 PM UTC-7, mostwanted wrote: >> >> Is there a way to schedule an automatic deleting of content from database >> on a specified date

[web2py] Re: A schedule automatic delete from Database

2019-06-10 Thread Dave S
On Saturday, June 8, 2019 at 11:47:47 PM UTC-7, mostwanted wrote: > > Is there a way to schedule an automatic deleting of content from database > on a specified date? I have an application that I want to delete posts > when we reach specified dates. If anyone is familiar with this, your > ass