issues
search
PaulHigin
/
PSThreadJob
A PowerShell module for running concurrent jobs based on threads rather than processes
MIT License
180
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Failing without throwing from within job
#68
God-damnit-all
opened
1 year ago
0
Contrary to what the documentation says, the current directory (location) is not inherited by the job
#67
Stevie-O
opened
2 years ago
0
Scriptblock exceptions are not returned in object-events
#66
Marvin-Keller
opened
2 years ago
0
Published module doesnt show project link
#65
kilasuit
opened
3 years ago
0
$PSScriptRoot is not populated for scripts run in a ThreadJob
#64
jazzdelightsme
opened
4 years ago
0
Feature request: would be nice for a ThreadJob to be able to clean itself up
#63
jazzdelightsme
opened
4 years ago
1
Remoting question
#62
Stephanevg
opened
4 years ago
1
Module help
#61
indented-automation
opened
4 years ago
0
[README] Update readme to indicate move to Powershell Modules repo
#60
JustinGrote
opened
4 years ago
0
[Feature Request] Add -ParameterList argument to allow "splatting" parameters to be passed to the threadjob
#59
JustinGrote
closed
4 years ago
1
LiteralPath parameter binding when setting location
#58
IISResetMe
closed
4 years ago
1
Link to powershell gallery leads to old 1.1.2 release
#57
tehserial
opened
4 years ago
0
Add support for showprogress like poshrsjob
#56
ksurl
closed
4 years ago
0
Populate Runspace & Debugger properties
#55
TylerLeonhardt
opened
4 years ago
0
Will this module move to PowerShell/Modules Repo?
#54
ThomasNieto
closed
4 years ago
1
Fix TSA project
#53
PaulHigin
closed
4 years ago
0
Update TSA upload to use latest version.
#52
PaulHigin
closed
4 years ago
0
Add help Uri to module.
#51
PaulHigin
closed
4 years ago
0
Add `HelpInfoURI` to `psd1` to point to updatable help content
#50
adityapatwardhan
closed
4 years ago
0
Feature: Throttle by Name (or Some sort of Job Group)
#49
AaronG1234
opened
4 years ago
0
NONISSUE QUESTION... Variable Share/Scopes/Etc
#48
AaronG1234
opened
4 years ago
1
Add setting the current working directory in the job runspace.
#47
PaulHigin
closed
5 years ago
0
Make $PWD default to the caller's current location in the script blocks passed to Start-ThreadJob
#46
mklement0
closed
5 years ago
1
-InitializationScript does not support $using: variable references
#45
mklement0
opened
5 years ago
1
Feature request: Implement a -WorkingDirectory parameter, for symmetry with Start-Job
#44
mklement0
opened
5 years ago
0
We need a way to force threads to STA ApartmentState (for UI jobs)
#43
Jaykul
opened
5 years ago
0
What do you do with this module when additional virtual methods are added to the base Debugger class?
#42
KirkMunro
closed
5 years ago
1
Replace private Runspace field with public Runspace property
#41
KirkMunro
closed
5 years ago
2
Added IJobDebugger to enable Debug-Job debugging
#40
PaulHigin
closed
5 years ago
0
Normalize line endings
#39
KirkMunro
closed
5 years ago
0
add .gitattributes and .gitignore
#38
KirkMunro
closed
5 years ago
0
Fixed using keyword bug by removing unneeded support for V3-4
#37
PaulHigin
closed
5 years ago
0
Build pipeline
#36
PaulHigin
closed
5 years ago
0
Suggestion: -Timeout
#35
Sci-Tek
closed
5 years ago
1
Any release date for 2.0.0?
#34
V-ed
closed
5 years ago
2
Memory issue
#33
Sci-Tek
closed
5 years ago
2
Powershell core
#32
abelal83
closed
5 years ago
1
Removed ThreadJob PSHost for collecting host data.
#31
PaulHigin
closed
5 years ago
0
Added ability to stream information data to host
#30
PaulHigin
closed
5 years ago
0
Add script file policy enforcement check
#29
PaulHigin
closed
5 years ago
0
Enlarge ThrottleLimit to 1000000.
#28
coin8086
closed
5 years ago
1
extended readme
#27
iricigor
closed
5 years ago
0
Multithreading and powershell classes
#26
brandubh
closed
5 years ago
2
Input stream not null
#25
essentialexch
closed
6 years ago
7
Please remove the limitation on ThrottleLimit, currently set at 50
#24
CW333
closed
5 years ago
5
Update version to 1.1.2
#23
PaulHigin
closed
6 years ago
0
Thoughts on injecting sleep statements into the AST automatically?
#22
KirkMunro
closed
6 years ago
2
Fix StrictMode test errors: array-ify empty collections
#21
jazzdelightsme
closed
6 years ago
0
Some Pester tests fail if I have StrictMode turned on.
#20
jazzdelightsme
closed
6 years ago
0
Remove unwanted validation of ArgumentList param
#19
jazzdelightsme
closed
6 years ago
0
Next