DΣX
DI Service Usage in Quartz.NET registration
so you are not really about quarz, but rather about the henn-and-egg problem of creating a database then using that database to extract a connection string in order to use this in another database connection
38 replies
DI Service Usage in Quartz.NET registration
when i last used quartz, there was no way to have it sync job execution with multiple app instances, which made it a big no no for any serious app, as scalability is essentially not given. just want to make sure this is not a concern for you, or they have added support for it?!
we use hangfire, as the whole job scheduling is done in a database and you can set up jobs to not run in parallel.
i am not certain, but i believe hangfire can be used in a way that allows for services to be injected as usual.
38 replies
Copy paste detector
ah ok, the CPD website explains it.
https://pmd.github.io/pmd/pmd_userdocs_cpd.html
it is essentially trying to push u towards the DRY principle.
Interesting!
what are your problems with integrating the CPD cli?
8 replies