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 adding recurring task from dashboard #22

Closed gilsoncabacazzo closed 4 years ago

gilsoncabacazzo commented 4 years ago

I have this problem adding a new recurring task using the httpjob extension. I would be grateful if you could help me Thank you Regards 1 2

yuzd commented 4 years ago

If you want to run it every 2 seconds Try: 0/2 ?

gilsoncabacazzo commented 4 years ago

It worked friend, anyway the frequency should be every two minutes and using the cron generator is equal to 2 Thank you very much for your answer Regards