mlazlo

Results 3 issues of mlazlo

AWS Aurora Postresql pg_cron v1.4 I have an anonymous block where I call multiple procedures: ``` select cron.schedule ('load_asrs_snapshot','00 02 10 * *',$command$ do $$ begin call asrs_ga_supplement.ingest_asrs_ga_supplement_data(); call asrs_public.ingest_asrs_public_data();...

### Summary "msg": "Error creating stream source event mapping: An error occurred (InvalidParameterValueException) when calling the CreateEventSourceMapping operation: **Maximum batch window in seconds must be greater than 0 if maximum...

bug
jira

To get this to work with a Python 3.10.13 environment I needed to change v-env/lib/python3.10/site-packages/**tornado/httputil.py** this line 25: From: `import collections` To: `import collections.abc` and also here line 107: From:...