How to keep a program running continuously in IDX without interruptions?

I recently started working in IDX and ran into an issue. I wrote a program that needs to run continuously for around 9 hours to complete its tasks. However, after a few hours, I get an error saying: “Your Workstation has stopped. Please refresh the browser window to restart it.” This causes the program to stop running.

I’ve tried keeping the browser tab active and disabled power-saving settings for both the browser and the system, but it didn’t solve the problem. Has anyone experienced this issue? How can I ensure that the program runs uninterrupted without the workstation stopping? Any tips or workarounds would be greatly appreciated!

Hi @Dmitrii_Nenashev - we currently don’t have plans to support such long-running tasks. What exactly are you trying to do? Maybe there are other workarounds we can find.

Hello, understood. I have a straightforward program that makes approximately 15,000 requests to OpenAI. Each request takes about 2–3 seconds, and the process needs to run consistently because the result of each response serves as input for the next request.