If you have a question rather than an issue, please post it to the Hangfire Stack Overflow tag.
- Search the issue tracker for similar issues.
- Specify the version of
Hangfire.Core
package in which the bug was occurred. - Specify the storage package (e.g.
Hangfire.SqlServer
) you are using and its exact version. - Specify the configuration logic for Hangfire.
- Specify all the custom job filters if any, and post their source code.
- Describe the problem and your environment in detail (i.e. what happened and what you expected would happen).
ProTip!
- Include screenshots from Dashboard UI, to allow us to see the same problem. You can simply use Print Screen, then Ctrl + V directly into the comment window on GitHub.
- Include log messages, written by Hangfire when a problem occurred. Don't forget to tell your logger to dump all the exception details.
- Include stack trace dump, if your background processing stucked. You can use
stdump
utility to get them either from a minidump file, or from a running process without interrupting it:stdump w3wp > stacktrace.txt
Hints
- Use syntax highlighting for your C#, SQL, etc. code blocks.
- Use fenced code blocks for exception details.