ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Scheduled jobs stuck in Queued status #118

Closed mkellerman closed 4 years ago

mkellerman commented 4 years ago

Describe the Issue

I've created schedule jobs to run hourly. And every hour, a new job appears as 'Queued' in the Jobs tab. Start date is showing as Jan 1, 0001 12:00 AM, and there is not output on the job.

Expected behavior

I'd expect the job to start and show some output.

Screenshots

image

adamdriscoll commented 4 years ago

Ran into this as well. It's a problem with the serilog console sink. I'm disabling this for now in UA.

https://github.com/serilog/serilog-sinks-console/issues/84