coravel icon indicating copy to clipboard operation
coravel copied to clipboard

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!

Results 92 coravel issues
Sort by recently updated
recently updated
newest added

First of all, thanks a lot for the great library! I only use Task Scheduler from Coravel (at least for now), and personally I'd prefer to be able not to...

Hi, I'm not sure what issue type to open for this, but I may have found an issue with the documentation found [here](https://docs.coravel.net/scheduler/#force-run-a-task-at-app-startup). **Describe the bug** The example shows: ```csharp...

bug

**Describe the solution you'd like** Anytime I schedule an `IInvocable`, I need to ensure that I've registered it to the IoC. Remembering to add it is not such a big...

**Describe the bug** On macOS 12.4 Intel, a fresh install of the CLI globally on .NET 6.0.301 (and .NET 6.0.3) fails to execute the CLI, resulting in the following error...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

I've made this simple console app to test Queuing. Had no issue with task scheduling. Once I add a queue, it does nothing. I've attached project I used [CoravelTest.zip](https://github.com/jamesmh/coravel/files/8875770/CoravelTest.zip) .

Hi, I dont know if its possible but is there any option that running at every last day of month ? It can be a CRON job or something like...

**Describe the solution you'd like** I would like to pass a TimeSpan instance to schedule each invocable. Actually I want pass custom seconds for the period inside of TimeSpan. **Describe...

I am trying to use Covavel within a worker service project and it works like a charm, but I need to run a piece code to clean up files generated...