Asyncio in Actions?

Does Pickaxe support async handlers?

Is it possible to use asyncio in actions to make webhook response time better?

Under the hood Pickaxe uses Modal for our Action system.

Modal does support async operations, and even has some of their own libraries dedicated to it.

That being said, I don’t think the container will persist after returning the request. You can try it, I might be wrong!

1 Like