Aaron Sulwer
Aaron Sulwer
why not leave this up to the developer? if you have a large list then use Take & Skip to achieve paging. example: if the developer is using a DB...
Quartz supports, directly, saving/loading from a db? if that were true then yes a rewrite 'might' be a large undertaking. assuming it loaded all of its data from the db...
thank you for this detailed explanation. i wasn't aware, that Quartz directly, accessed the underlying job store. in this case a db or http api implementation.
handle misfire?
already removed from my branch, if anyone cares to use it that is.
This has been removed from the existing branch. I do not think nuget has been updated yet with that change
I am manually merging this into the EF Core 2 branch I have been working on
I checked your code out. it does not accurately support core 2+, it actually will not compile for it. check my code and its nuget package
check out my branch. fully supports EF Core 2
I have manually merged this into my Core 2 branch