dondaum commented on issue #55237: URL: https://github.com/apache/airflow/issues/55237#issuecomment-3302668113
Hello, I would like to contribute here. I checked the Python libraries used for `JiraNotifier` and `PagerdutyNotifier` as they are ranked HIGH priority. It seems they don't support Asyncio yet. I also looked for asynchronous alternatives but couldn't find anything suitable. We could use `asgiref` `sync_to_async`, which we already use internally as a trigger for calling sync methods in asynchronous logic. Or I can start with other notfiers. Any ideas or thoughts on this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
