Madhu Kanoor

Results 7 issues of Madhu Kanoor

When using the psycopg.AsyncConnection.connect we have observed that it leaks memory, attached is a sample code. Using Version: 3.1.12 of psycopg ```python import asyncio import json import logging import psycopg...

Added a new action called kafka_notify to contrast with pg_notify This action would allow an event to be posted to a Kafka topic for other consumers. To generate arbitrary sized...

On Mac we were not ignoring the .DS_Store

* ansible-events version: 0.4.0 * Python version: 3.9.13 * Operating System: Mac OS ### Description If an action has attribute names that conflict with the arguments being passed to the...

* ansible-events version: 0.4.0 * Python version:3.9.13 * Operating System: MacOS ### Description Get a Key Error when we making an assignment to events after a match. Trying to run...

Also fixed some spelling mistakes

AAP Credential Types support File contents via file injectors. https://docs.ansible.com/automation-controller/latest/html/userguide/credential_types.html We create temporary files with the data sent from Server The source plugin can access the temporary file names to...