Add Source section to dashboard job details#2383
Add Source section to dashboard job details#2383epenet wants to merge 1 commit intoHangfireIO:mainfrom
Conversation
|
Hm, can you share some more details about the issue you had before proceeding to the next steps? |
|
It's kind of hard to describe, so hopefully this makes sense. We have two dlls:
We have the following scenario:
We were very very confused and we spent a long time investigating Server 1 to understand why the argument was being passed wrong. Why did it seem to be using an older version of the abstraction dll when it had been correctly updated? That's when we (finally) understood that the issue was not on Server 1 creating the job with wrong settings, but instead with Server 3 displaying settings that were not in the database. This patch adds a display for the raw database settings, which may or may not match the arguments displayed in the top section. |
Currently there is no easy way to see what was extracted from the database.
We have three separate projects sharing a common abstraction dll:
We had an issue in which the job abstraction dll was out of date on the dashboard project and this caused great confusion as the description as the top did not match the content of the database due to deserialization/serialization using an older schema.