Forums

Prevent OS.write error from occuring after 5 minutes of loading time

Hey so I have a bot that users can access online and essentially it detects new cryptos being created, however, the bot can be detecting for sometimes an hour depending on the input, but due to the OSerror it's capped out at 5 minutes. Does anyone have any idea on how to fix this (extend the maximum load time)? Would be greatly appreciated thanks.

We have a 5 minutes timeout set on requests -- you may want to delegate some processing to a queue run in background, as suggested in this help page.

ok thank you very much