Updated: 2022-11-27
Description I have come across many issues where I need async API calls, but not just to run multiple calls, but to also run long running tasks that I just need to check the status of. I have been leveraging NATS to handle message queuing between systems see: Python NATS Github Repo and information on NATS Project . Unfortunately, I’ve run into some issues with how to handle messaging through API calls.
read more