https://github.com/aimenux/coraveldemo
Using Coravel library in order to schedule tasks
https://github.com/aimenux/coraveldemo
consoleapp coravel net60 scheduled-tasks worker-service
Last synced: 21 days ago
JSON representation
Using Coravel library in order to schedule tasks
- Host: GitHub
- URL: https://github.com/aimenux/coraveldemo
- Owner: aimenux
- License: mit
- Created: 2020-04-09T21:52:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T22:16:19.000Z (over 3 years ago)
- Last Synced: 2025-10-26T18:05:50.919Z (9 months ago)
- Topics: consoleapp, coravel, net60, scheduled-tasks, worker-service
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/aimenux/CoravelDemo/actions/workflows/ci.yml)
# CoravelDemo
```
Playing with Coravel library in order to schedule tasks
```
I m using [Worker service template](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/hosted-services?view=aspnetcore-3.1&tabs=visual-studio#worker-service-template)
and [Coravel](https://github.com/jamesmh/coravel)
in order to schedule some dummy tasks.
> `Coravel` offer a fluent api in order to schedule synchronous, asynchronous, invocable tasks, etc.
**`Tools`** : vs22, net60, worker, coravel