yuzd / Hangfire.HttpJob

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

AgentJob自动注册能设置Cron吗,手动很不方便 #181

Closed my6521 closed 1 year ago

yuzd commented 1 year ago

我看看

yuzd commented 1 year ago

目前的设计客户端开启自动注册 且 仅为第一次才会注册(如果job已经在server中存在就不会注册) 也就是说 如果放出来Cron参数可以在代码配置的话,也只能第一次设置,后面如果你在代码中更改也不会更新 这就会导致cron参数设置的意义不大, 因为得防止在dashbord上更新 和 代码中注册的冲突问题

有啥好的建议吗

yuzd commented 1 year ago

先关闭 有更好的办法在讨论