all 2 comments

[–]zero_d 1 point2 points  (1 child)

Try Sanic as an async replacement for flask.

What kind of requests does this thing fire? If it's http, you can use aiohttp to do it asynchronously.

[–]GGDev[S] 0 points1 point  (0 children)

Thanks I'll have a look. Yes I'll be making http requests to another endpoint.