Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 2.03 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 2.03 KB

File an Issue

If you have a question rather than an issue, please post it to the Hangfire Stack Overflow tag. For non-security related bugs please log a new issue:

  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 is stuck. 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

Reporting security issues

In order to give the community time to respond and upgrade we strongly urge you report all security issues privately. Please email us at security@hangfire.io with details and we will respond ASAP. Security issues always take precedence over bug fixes and feature work. We can and do mark releases as "urgent" if they contain serious security fixes.