James Hickey
James Hickey
Don't remember... I think there was an issue in a past version. Try 4.1.0 and see if it fixes it 😃
Going to close. I don't see this happening ATM.
FYI https://docs.coravel.net/Scheduler/#global-error-handling This will do what you need. Should exceptions be thrown by default? Perhaps if the IInvocable type isn't found. This would have to be verified that it works...
This is part of 4.2.1. Let me know if there are any issues - thanks for your patience!
You could use C# CancellationTokenSource to do this. Off the top of my head (this may not compile or make 100% sense), something like: ```csharp using var source = new...
This has to do with how this code path creates/instantiates the object/invocable. Is it expected? No lol. I can see why it's the case though. Will have to investigate if...
Will close for now. Might revisit but for now it works with the disclaimer to not register to DI. [Added something in the docs](https://docs.coravel.net/Scheduler/#scheduling-with-additional-parameters) around this.
Please see comments on this issue: https://github.com/jamesmh/coravel/discussions/385
Thanks for reaching out + details on the issue. Will get back once I confirm the issue (I have an idea of what it is).
@toutas you're correct. The issue is related (a) the 24-hour timeout and/or (b) the underlying storage mechanism (e.g. .NET Core in memory cache). I suspect there are issues where the...