yuzd / Hangfire.HttpJob

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

Add recurring job fail #55

Closed gilsoncabacazzo closed 4 years ago

gilsoncabacazzo commented 4 years ago

Hello I am not being able to add a recurring task, I don't know what could be setting wrong. I attach two images

Might you help me ?

Thank you 1 2

gilsoncabacazzo commented 4 years ago

I am using net core 3.1

yuzd commented 4 years ago

can you check this? image

yuzd commented 4 years ago

can you try the new version ? would show detail error when add job failed.

gilsoncabacazzo commented 4 years ago

I have set the property to true

image

gilsoncabacazzo commented 4 years ago

We recommend using version 3.2.5 of Hangfire.HttpJob ?

I am currently using version 2.2.3

Thanks

yuzd commented 4 years ago

if you use new version of hangfire.httpjob. when you add job fail ,you can get detail err msg.

gilsoncabacazzo commented 4 years ago

Thanks !!