HangfireIO / HangfireIO/Hangfire
Background job unable to be queued
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
Does anyone know what's going on here?
```
error.class:Hangfire.BackgroundJobClientException
error.message:Background job creation failed. See inner exception for details.
error.stack: at Hangfire.BackgroundJobClient.Create(Job job, IState state, IDictionary`2 parameters) in C:\projects\hangfire-525\src\Hangfire.Core\BackgroundJobClient.cs:line 163
```
Contributor guide
Research direction
Start at src/Hangfire.Core/BackgroundJobClient.cs:163 and obtain the missing inner exception, since the report includes only the outer Hangfire.BackgroundJobClientException. Reproduce the queueing failure, identify the cause, and add a focused test if the failure can be reproduced; done means the cause is fixed and background job creation succeeds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100