- Issue created by @alexmoreno
The AI module should handle these requests in a non-blocking manner and implement proper timeout handling. Currently, whatever operation calls this is waiting for a response from OpenAI. What it means, the PHP worker remains blocked for the full 8 seconds while waiting for OpenAI's response.
Handle these requests in a non-blocking manner and implement proper timeout handling
Active
1.1
Code