tokoko commented on issue #24171: URL: https://github.com/apache/airflow/issues/24171#issuecomment-1775814934
@vchiapaikeo Hey, I went through several iterations of this since this issue. The version I'm trying to adopt right now is deferrable and uses yarn rest api rather than yarn cli, because making `aiohttp` calls from triggerer is a lot simpler than launching subprocesses. I'm using a modified version of `HttpTrigger` (the one that can listen for specific sentinel values being returned as response content) to listen for application state changes. I can share the code later if that helps. -- 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]
