HangfireIO / HangfireIO/Hangfire

Fallback to "InvocationData" in Dashboard jobtext/jobinfo instead of displaying "Could not load file or assembly..."

Open
#461 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
C#
Stars
10.1k
Forks
1.8k
Avg merge
1h 19m
Merged PRs (30d)
1

Description

## Our configuration

One database (one set of Hangfire tables)
One Hangfire dashboard instance
Multiple applications, which has it's own Queues and Server taking care of the queues.
The applications does not have access to each other.
Technically this seems to work just fine. The jobs triggers and runs just as expected.

Edit: Ok, technically it does not work. Well it works as long as you don't invoke any actions about the job. Since it can't read the assembly it goes into failed and can't be moved out of there.
## Problem

The Dashboard does not have access to the different applications and vice versa. This means that the Dashboard can't figure out the Method names and other "meta" that is nice to have in the dashboard.
Is it somewhat possible to make use if the "InvocationData" meta thats stores in the HangFire.Job table as an fallback (opt-in via configuration?)

Kind regards,
Olle

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.