DexterPOSH / PSRemotely

Remote operations validation framework, exposes a DSL to wrap existing Pester/PoshSpec based validation tests.
http://psremotely.readthedocs.io/en/latest/
MIT License
46 stars 7 forks source link

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

Open kvprasoon opened 7 years ago

kvprasoon commented 7 years ago

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

DexterPOSH commented 7 years ago

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.