{"id":13599146,"url":"https://github.com/proxb/PoshRSJob","last_synced_at":"2025-04-10T12:31:31.263Z","repository":{"id":2037375,"uuid":"21295136","full_name":"proxb/PoshRSJob","owner":"proxb","description":"Provides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console and allowing throttling on the jobs.","archived":false,"fork":false,"pushed_at":"2020-08-31T06:31:46.000Z","size":492,"stargazers_count":542,"open_issues_count":54,"forks_count":87,"subscribers_count":60,"default_branch":"master","last_synced_at":"2024-11-07T00:39:27.866Z","etag":null,"topics":["multithreading","parallel","poshrsjob","powershell","runspace","runspacepool","runspaces"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proxb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-28T03:18:36.000Z","updated_at":"2024-10-28T15:15:36.000Z","dependencies_parsed_at":"2022-07-15T23:04:38.945Z","dependency_job_id":null,"html_url":"https://github.com/proxb/PoshRSJob","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proxb%2FPoshRSJob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proxb%2FPoshRSJob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proxb%2FPoshRSJob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proxb%2FPoshRSJob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proxb","download_url":"https://codeload.github.com/proxb/PoshRSJob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217130,"owners_count":21066633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["multithreading","parallel","poshrsjob","powershell","runspace","runspacepool","runspaces"],"created_at":"2024-08-01T17:01:00.216Z","updated_at":"2025-04-10T12:31:30.658Z","avatar_url":"https://github.com/proxb.png","language":"PowerShell","readme":"PoshRSJob 1.7.4.4\n\n[![Build status](https://ci.appveyor.com/api/projects/status/svrd4ho4otugki24?svg=true)](https://ci.appveyor.com/project/proxb/poshrsjob) [![Join the chat at https://gitter.im/proxb/PoshRSJob](https://badges.gitter.im/proxb/PoshRSJob.svg)](https://gitter.im/proxb/PoshRSJob?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nProvides an alternative to PSjobs with greater performance and less overhead to run commands in the background, freeing up the console.\n\n### Be sure to check out and contribute to the [Wiki](https://github.com/proxb/PoshRSJob/wiki)!\n\n#### Download and install PoshRSJob from the PowerShellGallery using PowerShell:\n```PowerShell\nInstall-Module -Name PoshRSJob\n```\n\n#### Download the latest release (1.7.4.4)\nhttps://github.com/proxb/PoshRSJob/releases/download/1.7.4.4/PoshRSJob.zip\n\n\nMore information and examples here: http://learn-powershell.net/2015/04/19/latest-updates-to-poshrsjob/\n\nOlder post with some legacy examples found here: http://learn-powershell.net/2015/03/31/introducing-poshrsjob-as-an-alternative-to-powershell-jobs/\n\n#### Now working on Linux/MacOS with PowerShell Core!\n![alt tag](https://github.com/proxb/PoshRSJob/blob/master/Images/PoshRSJob.gif)\n\n#### Examples\n=================\n```PowerShell\n$Test = 'test'\n$Something = 1..10\n1..5|start-rsjob -Name {$_} -ScriptBlock {\n        [pscustomobject]@{\n            Result=($_*2)\n            Test=$Using:Test\n            Something=$Using:Something\n        }\n}            \nGet-RSjob | Receive-RSJob\n```\n![alt tag](https://github.com/proxb/PoshRSJob/blob/master/Images/GetRSJob-ReceiveRSJob.gif)\n\n#### This shows the streaming aspect with Wait-RSJob\n```PowerShell\n1..10|Start-RSJob {\n    if (1 -BAND $_){\n        \"First ($_)\"\n    }Else{\n        Start-sleep -seconds 2\n        \"Last ($_)\"\n    }\n}|Wait-RSJob|Receive-RSJob|ForEach{\"I am $($_)\"}\n```\n![alt tag](https://github.com/proxb/PoshRSJob/blob/master/Images/RSJobStreamingExample.gif)\n\n#### Nano Support for PoshRSJob\n![alt tag](https://github.com/proxb/PoshRSJob/blob/master/Images/NanoPoshRSJob.png)\n","funding_links":[],"categories":["PowerShell","Parallel Processing"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproxb%2FPoshRSJob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproxb%2FPoshRSJob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproxb%2FPoshRSJob/lists"}