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

Problem with recurring task frequency #23

Closed gilsoncabacazzo closed 4 years ago

gilsoncabacazzo commented 4 years ago

According to the cron expression generated every two minutes, it is 2 , but when registering a new task, a value greater than two minutes appears in the next execution column. Is there a problem with the generated cron expression? Thanks for your help forever Regards 1

yuzd commented 4 years ago

you can check the cron:

image

gilsoncabacazzo commented 4 years ago

I send you what the generator cron returns image

yuzd commented 4 years ago

so , your cron not means every 2 minutes.

yuzd commented 4 years ago

image

if you want every 2 minutes , you can check this: image

gilsoncabacazzo commented 4 years ago

It worked my friend

thanks regards !!

image

yuzd commented 4 years ago

@gilsoncabacazzo nice