coravel
coravel copied to clipboard
#233 - The existing IScheduler interface has ScheduleWithParams<T> me…
This is the fix for ticket #233
The existing IScheduler
interface has ScheduleWithParams<T>
method which supports only generic type as a parameter.
If the types are getting loaded dynamically, it is not possible to use the method ScheduleWithParams
with the type.
Hence, I'm adding an additional overloaded method that takes invocableType
as a parameter instead of a generic type. This helps me to dynamically load the jobs with parameters.
I have ensured all tests are passing with code coverage of 100% for this new method. Kindly review as soon as you can as I'm waiting for the new NuGet package for this.
Test results and code coverage :
@jamesmh - Please look into this.
@jamesmh - Can you review this PR?
@jamesmh - Can you please complete the review ? this is PR is in pending for a long time.
Hey @karthikveeraj, just checking if you're still interested in completing this?
Thanks again for your effort and time 👍
Any progress with this PR?
Any news?
This is part of 4.2.1. Let me know if there are any issues - thanks for your patience!