-
**Do you want to request a *feature* or report a *bug*?**
Possibly a bug? Likely an issue with my knowledge of how to use it though.
**What is the current behavior?**
Nesting jobs while still tr…
-
I would like to reopen issue #45 as passing synchronized hashtable as argument does not work.
_Update:_ I guess this behaviour may be related to issue #132.
This does not work:
```powershell
$ha…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
I'm experiencing massive amount of job hangs (hundreds of jobs across two servers) when running the…
-
I did a Remove-Module PoshRSJob and deleted all of the files from the PoshRSJob folder. I then extracted the 1.7.3.5 files from the downloaded zip file and placed them in the PoshRSJob folder. Next, …
-
Passing synchronized arraylist as an argument, using [System.Threading.Monitor]::Enter(***.SyncRoot) to lock the object and adding a new member never gets saved to the array, doesn't throw error. You …
-
**Do you want to request a *feature* or report a *bug*?**
Both.
**What is the current behavior?**
Wait-RSJob doesn't sleep between completed job checks in its Do/While loop. So it's probably cons…
-
Stop-RSJob should "just work" without the need of the -Force parameter so it doesn't hang on waiting for a job to finish. Fix already completed and just needs uploaded tonight.
proxb updated
7 years ago
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
When a single parameter is passed with -ArgumentList, the parameter does not get set, instead $…
-
I'm unclear on the correct usage from reading through past issues. I'm struggling to get solid error handling inside runspaces, so I'm hoping someone could validate this is the correct way to pass in …
-
I'm probably being a bit pedantic, but as a point of documentation it may be worth clarifying the nature of the timeout parameter in the Wait-RSJob function a little more in the context of job throttl…