Re: Async queries pretending to be synchronous

2019-04-08 Thread Dave Page
Done. On Mon, Apr 8, 2019 at 9:27 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Tue, Mar 5, 2019 at 10:13 PM Dave Page wrote: > >> >> >> On Tue, Mar 5, 2019 at 6:36 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Mon, Mar 4, 2019 at 4:05

Re: Async queries pretending to be synchronous

2019-04-08 Thread Khushboo Vashi
On Tue, Mar 5, 2019 at 10:13 PM Dave Page wrote: > > > On Tue, Mar 5, 2019 at 6:36 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Mar 4, 2019 at 4:05 PM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Mon, Mar 4, 2019 at 4:00 PM

Re: Async queries pretending to be synchronous

2019-03-05 Thread Dave Page
On Tue, Mar 5, 2019 at 6:36 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Mar 4, 2019 at 4:05 PM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Mar 4, 2019 at 4:00 PM Dave Page wrote: >> >>> >>> >>> On Mon, Mar 4, 2019 at 10:18 AM

Re: Async queries pretending to be synchronous

2019-03-04 Thread Khushboo Vashi
On Mon, Mar 4, 2019 at 4:05 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Mar 4, 2019 at 4:00 PM Dave Page wrote: > >> >> >> On Mon, Mar 4, 2019 at 10:18 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Mon, Mar 4, 2019 at 3:43 PM Dave

Re: Async queries pretending to be synchronous

2019-03-04 Thread Khushboo Vashi
On Mon, Mar 4, 2019 at 4:00 PM Dave Page wrote: > > > On Mon, Mar 4, 2019 at 10:18 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Mar 4, 2019 at 3:43 PM Dave Page wrote: >> >>> Hi >>> >>> On Mon, Mar 4, 2019 at 5:43 AM Khushboo Vashi < >>>

Re: Async queries pretending to be synchronous

2019-03-04 Thread Dave Page
On Mon, Mar 4, 2019 at 10:18 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Mon, Mar 4, 2019 at 3:43 PM Dave Page wrote: > >> Hi >> >> On Mon, Mar 4, 2019 at 5:43 AM Khushboo Vashi < >> khushboo.va...@enterprisedb.com> wrote: >> >>> >>> >>> On Fri, Mar 1, 2019 at 10:01 PM

Re: Async queries pretending to be synchronous

2019-03-04 Thread Khushboo Vashi
On Mon, Mar 4, 2019 at 3:43 PM Dave Page wrote: > Hi > > On Mon, Mar 4, 2019 at 5:43 AM Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Fri, Mar 1, 2019 at 10:01 PM Dave Page wrote: >> >>> In investigating #3656 I found the initial problem to be that when >>> running in

Re: Async queries pretending to be synchronous

2019-03-04 Thread Dave Page
Hi On Mon, Mar 4, 2019 at 5:43 AM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > > On Fri, Mar 1, 2019 at 10:01 PM Dave Page wrote: > >> In investigating #3656 I found the initial problem to be that when >> running in a container, Gunicorn will kill the worker process if a thread

Re: Async queries pretending to be synchronous

2019-03-03 Thread Khushboo Vashi
On Fri, Mar 1, 2019 at 10:01 PM Dave Page wrote: > In investigating #3656 I found the initial problem to be that when running > in a container, Gunicorn will kill the worker process if a thread doesn't > respond for 30 seconds by default. I fixed that by making the timeout match > the

Async queries pretending to be synchronous

2019-03-01 Thread Dave Page
In investigating #3656 I found the initial problem to be that when running in a container, Gunicorn will kill the worker process if a thread doesn't respond for 30 seconds by default. I fixed that by making the timeout match the application session timeout, but it revealed another issue. Given