v4.5.5 one time scheduled job still kicks off despite being deleted.

v4.5.5 one time scheduled job still kicks off despite being deleted.

avatar

https://github.com/ironmansoftware/powershell-universal/issues/5099

Description of Issue
I am creating a one time schedule and then removing it, but it seems to run anyways. I am doing this in the UI and the script shows as deleted and is otherwise invisible to me.
Here is a simple test scenario to reproduce. Create a script like this: $uajobid | Set-Content -path $repository\..\test.txt
Set a one time schedule, delete it, and then watch it run anyways.
Please fix <3
Version
v4.5.5
Severity
High
Hosting Method
MSI (Windows Service)
Operating System
Windows
Database
SQLite
Licensed
Yes
Features
No response
Additional Environment data
No response
Screenshots/Animations
No response

All Comments (2)

avatar

@jreichart Can you check the hangfire dashboard to see if the one time schedule is there after deleting it? The job name will likely be a little different in v4.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

3aa7ec7b-22b5-4254-a2fa-96d33ea763f9.png

avatar

Hi Adam I just tested. Yes it does show up there after it has been deleted.