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

Stop-PSUJob doesn't appear to work #4341

Open
bt-ndollimount opened this issue Feb 4, 2025 · 0 comments
Open

Stop-PSUJob doesn't appear to work #4341

bt-ndollimount opened this issue Feb 4, 2025 · 0 comments
Labels
requires triage Issue has not yet been verified by the development team. v5 Version 5 issue.
Milestone

Comments

@bt-ndollimount
Copy link

Description of Issue

Using the Stop-PSUJob cmdlet doesn't appear to work but it also doesn't return an error.

Ex.

Get-PSUJob -Id <jobId> | Stop-PSUJob

-or-

$job = Get-PSUJob -Id <jobId>
Stop-PSUJob -Job $job

Version

5.2.2

Severity

Low

Hosting Method

Other

Operating System

Linux

Database

PostgreSQL

Licensed

Yes

Features

Git sync

Additional Environment data

Windows Server 2022 Standard / Amazon Linux
PowerShell 7.4.6
PostgreSQL 16

Screenshots/Animations

No response

@bt-ndollimount bt-ndollimount added requires triage Issue has not yet been verified by the development team. v5 Version 5 issue. labels Feb 4, 2025
@adamdriscoll adamdriscoll added this to the 5.4.0 milestone Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires triage Issue has not yet been verified by the development team. v5 Version 5 issue.
Projects
None yet
Development

No branches or pull requests

2 participants