How do I write handler for /run
When I create a handler
Only http://localhost:8000/runsync triggers
However when posting against
But nothing happens in the backend
runpod.serverless.start({"handler": async_generator_handler})Only http://localhost:8000/runsync triggers
async_generator_handlerHowever when posting against
http://localhost:8000/run async_generator_handleris not triggered. Just returnsBut nothing happens in the backend
