Restarting service removes any one-time schedules

Restarting service removes any one-time schedules

avatar

We have a script that we like to schedule a one-time run for late at night.

I noticed last time it didn’t run. After some troubleshooting, restarting the PSU service clears any one-time scheduled script runs.

I don’t thing a restart of the service should clear these or am I wrong?

avatar

Recommended Answer

If you are using SQLite, one-time schedules do not persist on restart.

Adam Driscoll
PowerShell Expert and Developer at Devolutions

All Comments (2)

avatar

@Adam Driscoll is this a bug?

avatar

If you are using SQLite, one-time schedules do not persist on restart.

Adam Driscoll
PowerShell Expert and Developer at Devolutions