Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 1.57 KB

File an Issue

If you have a question rather than an issue, please post it to the Hangfire Stack Overflow tag.

  1. Search the issue tracker for similar issues.
  2. Specify the version of Hangfire.Core package in which the bug was occurred.
  3. Specify the storage package (e.g. Hangfire.SqlServer) you are using and its exact version.
  4. Specify the configuration logic for Hangfire.
  5. Specify all the custom job filters if any, and post their source code.
  6. 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