Is there a way to increase the read timeout on the database? I have been getting "Read operation timed out" error recently since my data has grown substantially and sometimes the read operation takes a lot of time.
Also, I have moved some of the heavy processing to a task queue. I wanted to ask if the always on task is run in a separate process which is independent of the worker threads, correct? It won't impact my website's performance?