Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kvprasoon opened this issue May 27, 2017 · 1 comment
Labels

Comments

@kvprasoon
Copy link

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

@DexterPOSH
Copy link
Owner

DexterPOSH commented May 29, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants