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

BackgroundJob.ContinueJobWith in HttpJobs ? #31

Closed gilsoncabacazzo closed 4 years ago

gilsoncabacazzo commented 4 years ago

Is it possible to use BackgroundJob.ContinueJobWith with the extension HttpJobs?

I have developed an api website where I have 3 methods, and these must be executed synchronously

Thank you very much for your help regards

yuzd commented 4 years ago

Sorry, I don't quite understand what you mean, If you want to synchronize execution, why not call in a method

gilsoncabacazzo commented 4 years ago

Hello ! Yes, that way I will do it Anyway thank you very much regards