PSRemotely icon indicating copy to clipboard operation
PSRemotely copied to clipboard

[Question] : About Background Jobs for each node - Info from PSBUG UGmeet

Open kvprasoon opened this issue 7 years ago • 1 comments

Is there any timeout for these jobs or it can go to infinite in worst case ?

kvprasoon avatar May 27 '17 07:05 kvprasoon

Good question. At the moment the Start-RemotelyJobProcessing Function (under Private\Helper.ps1) handles processing of these jobs, based on the current logic there is no timeout. It simply waits for the jobs state to be either completed or failed.

Might be a good idea to add this timeout setting and expose it in the PSRemotely.json as a configurable option.

DexterPOSH avatar May 29 '17 06:05 DexterPOSH