Hangfire.HttpJob
Hangfire.HttpJob copied to clipboard
[feature] How to by pass some hangfire parameters to httpjobs?
Hi! Is there any way to pass hangfireparameters like JobId or RecurrentJobId, JobName to the Http Request DATA using a template variable or something like that...
In order to ensure a traceability from hangfire job server to the final http job endpoint when we don't use Server-Agent (I don't like the hangfire database access from the agents)
Thanks in advanced! Regards
Good question, I'll see how to make it compatible.
Any News or idea?