Pauli Juel Østerø
Pauli Juel Østerø
@zerokewl88 if you're using sql-storage, yes. Not everyone is using sql storage :)
@rahulrulez if what you want to build exposes the same data as the existing dashboard, then you can use the MonitoringApi for sure. The existing dashboard solely relies on this.
I'm very happy with Hangfire and been using it for 7 years now. I use it with the official MS SQL storage and a storage provider i developed myself (https://www.nuget.org/packages/Hangfire.CompositeC1/)...
What storage provider are you using?
Try posting your issue here then https://github.com/frankhommers/Hangfire.PostgreSql, you should have a better chance of help going directly to the author.
@diandsonc that's some statement there... so let me guess, its based on your personal discontent? One always have the option to contribute or upgrade to Pro to get dedicated support....
That might be, but in case of specific usecases and scenarios there just isn't always someone who has an answer. To this issue i can direct you towards thinking in...
Unsure what you mean when you say "the same job". There is never multiple jobs of the same job - each job is always unique and will run independently of...
@zlotnleo for recurring jobs, what happens, technically, when the the scheduled time has been reached, an actual job is created as if you had called `BackgroundJob.Enqueue` with no reference to...
@anupkumarsharma beware, that adding new arguments with default values to an existing api surface is breaking the binary contract this library has to other dependent libraries until they get a...