James Hickey

Results 8 issues of James Hickey

Certain versions of .NET core, like 2.1, are no longer supported. There are also some `csproj` items to clean up that were needed for

Add docs for: - [x] `RunOnceAtStart()` https://github.com/jamesmh/coravel/pull/254 - [ ] Cron expression like `22-24/2` https://github.com/jamesmh/coravel/pull/253

See https://github.com/jamesmh/coravel/pull/136#issuecomment-590404088

See https://github.com/jamesmh/coravel/pull/136#issuecomment-590404088 Would have to be integrated into the "[multiple configurable queue](https://github.com/jamesmh/coravel/issues/139)" work also.

## Proposed Changes - Fix minor typo.

I'm assuming this was a typo 🙂

## Context Right now, coravel scheduled invocables can be tagged with the "prevent overlap" method that will ensure that the scheduler will only launch / execute an invocable if no...