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

Check if invocableWithParams is ICancellableTask, assign its token to give token source. Cancel it on ConsumeQueueOnShutdown

The issue related to this PR is. https://github.com/jamesmh/coravel/issues/284 A new extension method is added to the ServicesCollection, `AddQueues`. This method will get an action which has the `IServicesCollection` as the...

Hi, I have a proposal for supporting multiple queue workers. At the moment queueing jobs in Coravel will put everything in one queue. Now the issue is that it can...

Hi James, If I'm not mistaken Coravel currently does not support a default method to poll for or subscribe to the status and/or progress of queued jobs. What would be...

**Describe the bug** Using of cron expression like this "1/1 * * * *" throws an exception without any chance to handle that leads to a fatal stop of the...

This is the fix for ticket #233 The existing `IScheduler` interface has `ScheduleWithParams` method which supports only generic type as a parameter. If the types are getting loaded dynamically, it...

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.28.0. Release notes Sourced from prismjs's releases. v1.28.0 Release 1.28.0 v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 Changelog Sourced from...

dependencies
javascript

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies
javascript

Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies
javascript

Hi!! Is it possible to run queue in parallel like schedules with `OnWorker`? I'm using several `QueueInvocableWithPayload` and the problem is that you have to wait for one to finish...