20 tasks ** ..
On Fri, 7 Dec 2018 at 09:50, Tadas U wrote:
> Sorry, yes, postgres is 9.3 by the way, forgot to mention
>
>
> On Fri, 7 Dec 2018, 09:46 Massimo Di Pierro wrote:
>
>> What do you mean by "20 schedulers"? 20 workers? 20 tasks?
>>
>>
Sorry, yes, postgres is 9.3 by the way, forgot to mention
On Fri, 7 Dec 2018, 09:46 Massimo Di Pierro What do you mean by "20 schedulers"? 20 workers? 20 tasks?
>
> On Sunday, 18 November 2018 10:46:35 UTC-8, Tadas U wrote:
>>
>> Web2py version: Ver
Web2py version: Version 2.14.6-stable+timestamp.2016.05.10.00.21.47
AFAIK, the scheduler is responsible, e.x.:
SETUP (e.x.):
scheduler.queue_task(
'test__task_insert', application_name='app', repeats=0, period=60,
timeout=3600, retry_failed=-1)
def task_insert():
db.table.insert(ti
3 matches
Mail list logo