An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![.NET](https://github.com/aimenux/CoravelDemo/actions/workflows/ci.yml/badge.svg?branch=master)](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