yuzd / Hangfire.HttpJob

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

Hangfire.Tags.Mysql 变更依赖 #61

Closed xiangxiren closed 4 years ago

xiangxiren commented 4 years ago

既然Hangfire.MySql.Core已经不再维护,是否考虑将项目Hangfire.Tags.Mysq依赖Hangfire.MySql.Core变更为依赖Hangfire.MySqlStorage

yuzd commented 4 years ago

Hangfire.MySqlStorage是在维护吗

xiangxiren commented 4 years ago

Hangfire.MySqlStorage是在维护吗

在啊

yuzd commented 4 years ago

已提交新版本,注意:之前的mysql storage.core 的 tabpreifx 会自动 在后面 加一个 下划线,Hangfire.MySqlStorage 是不会加的。 如果你的db 已经是 hangfire 开头的话 需要在代码中把 tabprefix 由 hangfire 修改成 hangfire 否则会出问题