I'm using APScheduler for most of my scheduling tasks.
Does Red Engine integrate with asyncio? When searching the docs for this keyword no hits showed up.
Going to shamelessly plug Temporal’s Python SDK which was designed for asyncio.
https://github.com/temporalio/sdk-python
Disclaimer: I work for Temporal