Re: [web2py] Re: PostgreSQL log flooded with "could not receive data from client: Connection reset by peer" messages;

2018-12-07 Thread Tadas U
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? >> >>

Re: [web2py] Re: PostgreSQL log flooded with "could not receive data from client: Connection reset by peer" messages;

2018-12-06 Thread Tadas U
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] PostgreSQL log flooded with "could not receive data from client: Connection reset by peer" messages;

2018-11-18 Thread Tadas U
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