Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.06 KB

hangfire.md

File metadata and controls

23 lines (13 loc) · 1.06 KB
description
Job execution engine information.

Hangfire

Hangfire is the scheduling library that PowerShell Universal uses to execute and schedule jobs. It may be useful to view the status of the Hangfire job execution queues. This is typically useful if you have jobs that aren't running or schedules not starting at the proper times.

You can access the Job Details dashboard by clicking the Diagnostics button in Automation \ Jobs

Scheduled Jobs

Scheduled jobs will display jobs that you have scheduled yourself. You will see other jobs scheduled for internal tasks within PowerShell Universal.

Scheduled Jobs

Jobs

You can use the Jobs tab to view jobs that are running, have executed or have failed. Jobs should typically not be marked as failed within Hangfire. This is a sign of an internal error within PowerShell Universal.

Jobs Tab