anandhs

Results 4 issues of anandhs

* **asyncpg version**: 0.22.0 * **PostgreSQL version**: 12 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: AWS Aurora...

Hi there, I am trying to create a workload and running into the following error ``` Error: maximum retries reached: Invalid query label.cai:catalog:tier3-team-name=Buy AND type = 'DASHBOARD', details: Provided filter:...

When I default to `numpy.nan`, i get a `NameError: name 'nan' is not defined`. Here is the full code ``` import fastjsonschema import numpy as np nnnan = np.nan print(nnnan)...

enhancement

does the kinesis-agent have options to gracefully shutdown in case of a kill signal or a `sudo service aws-kinesis-agent stop` signal ? it looks like there is a `shutdownTimeoutMillis` to...