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 93 coravel issues
Sort by recently updated
recently updated
newest added

I have no experience with Coravel and wanted to give the Pro (esp. the Dashboard) features a go to evaluate vs Hangfire/Quartz. However I do not get it up and...

Hi, Possible to support the concept of built-in/persisted job parameters? E.g., with the ability to set them from the dashboard? I am thinking of something akin to the [JobDataMap](https://www.quartz-scheduler.net/documentation/quartz-3.x/tutorial/more-about-jobs.html#jobdatamap) concept...

**Describe the solution you'd like** Could we get an update of the Mailkit package? it does not support the version 4.x.x **Describe alternatives you've considered** I can use the version...

When an incorrect driver type is specified in the appsettings, a generic KeyNotFound error is thrown, which can lead to confusion. Below is the result of the error: ![error-coravel](https://github.com/jamesmh/coravel/assets/82043220/7d9e1249-4280-4b12-9a72-47805b0a279a) To...

## Add Directory.Build.props This pull request resolves issue #345 and adds `Directory.Build.props` to the solution at the solution level to avoid code duplication. ## Checklist before requesting a review -...

Some of the configuration settings for each project are shared, such as `Authors` and `Company`, which are repeated in every project. Moreover, we may want to enable the nullability feature...

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies
javascript

First off - thanks for creating a lightweight scheduling library! **Describe the solution you'd like** The scheduling use-cases can vary on a project-to-project basis. Some project require precision in the...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies
.NET

Hi, I have implemented Coravel quite successfully and is working great. I have a couple of issues which is probably something I'm not doing right. My code is below. The...