Implement a Job Storage for SingleStore DB

Hey guys. I am interested in creating a JobStorage implementation for SingleStore DB (formerly MemSql). On a scale of 1 to 10, how trivial is this task and what parts of the core Hangfire library do I need to touch (if any) . In other words, I need an overview of what’s involved in implementing my own JobStorage. Thanks.

Not sure if anyone is going to be able to answer this. You could review other, third party implementations to get an idea of the effort. See GitHub - raisedapp/Hangfire.Storage.SQLite: An Alternative SQLite Storage for Hangfire