What is your goal?
I want to find the best error handling module for my use case
What is the problem & what have you tried?
I have a scenario with multiple gpt modules. 9/10 times it works fine and gives good results. However, when it fails, the gpt modules just HANG . The circumference timer indicatoron the module just keeps going around. Sometimes the module takes up to 5 minutes to run and that’s fine. ButI know it has failedusually after 5 minutes. What kind of error handler should I be setting up?
The GPT api modules have system and user prompts, they receive webhook bundles and I use helper fields throughout, usual stuff. It’s the 10% I need to fix. I’d like to set error handler TRY AGAIN after 5 minutes. That possible? Would really appreciate a simple solution. THanks
Error messages or input/output bundles
My problem—there is never a specific error or timeout message, it just HANGS there until I need to FORCE STOP.
