James Hickey
James Hickey
There are other considerations with a feature like this. A list a few out and see what you think: - Should this feature even be part of the scheduler? What...
Implemented `Once()` functionality. [See docs](https://docs.coravel.net/Scheduler/#run-job-once). This contained a refactoring that will help with setting up queue and scheduler linked overlap prevention.
> Couldn't an overload of QueueInvocableWithPayload be created that accepts a cancellation token? This way the caller can control cancellation using the standard cancellation pattern. Since this method comes from...
Update: I've been working on this after the holidays. Wanted to give some insight into what's most likely going on from a technical view. Internally, Coravel uses a .NET/C# `Timer`...
Update: So I took a Demo project, put it into a docker container, and gave it an abysmal CPU limit (e.g. `--cpus=".05"`). I'm running this with the fixed code (not...
This fix is available in the pre-release package version `5.0.3-prerelease`
`5.0.3` should be available now, and addresses this issue. Will leave this issue open as a place to comment in the event issues are discovered. Will close once some time...
Closing - if there are any issues please reopen or create a new issue. Thank you! 🙂
Going to close. Upgraded the mailer to work with .NET 6+ (was a bit of work!) If it doesn't work you might need to call `app.MapRazorPages()`. LMK if you have...
FYI there's some guidance on this scenario that you can read here -> [https://github.com/jamesmh/coravel#does-coravel-support-distributed-locking](https://github.com/jamesmh/coravel#does-coravel-support-distributed-locking).