yuzd / Hangfire.HttpJob

httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
https://github.com/yuzd/Hangfire.HttpJob/wiki
MIT License
628 stars 185 forks source link

[feature] How to by pass some hangfire parameters to httpjobs? #218

Open maxiar opened 4 weeks ago

maxiar commented 4 weeks ago

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

image

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

yuzd commented 4 weeks ago

Good question, I'll see how to make it compatible.