Allow a long-running process?

We need to let an unattended job run continually for weeks. What issues are we going to have when we execute this long-running job?

Hi @Craig1,

If you’re using any sites/applications with 2FA then you will need to factor that in. Machine speed may slow down as you would be generating temp files through the process.

Hi Will.

Thanks for the quick reply. Where are these temp files? It would be a single browser window that’s in constant use for that period.

Hi @Craig1,

Temp files are normally stored in C:\Users\[user]\AppData\Local\Temp

If it’s a single browser window under constant use then I suppose 2FA wouldn’t be an issue.

In some of my long-running processes I have made a sequence that restarts the browser/application after a certain amount of records processed. Might not be necessary, but it’s something worth considering.

1 Like

Thanks Will.

1 Like