Talles L
Talles L
It's available all right: ``` dotnet add package FluentScheduler -v 6.0.0-alpha.1 ```
[6.0.0-alpha.2](https://www.nuget.org/packages/FluentScheduler/6.0.0-alpha.2) available: ``` dotnet add package FluentScheduler -v 6.0.0-alpha.2 ``` Changes: * Accepting seconds on cron expressions (thanks @YZahringer). * Removed month related methods OnTheFirst, Second, Third and Fourth. *...
[6.0.0-alpha.3](https://www.nuget.org/packages/FluentScheduler/6.0.0-alpha.3) available: ``` dotnet add package FluentScheduler -v 6.0.0-alpha.3 ``` Changes: * Accepting async function on schedule creation (thanks @mariuszjamro).
We used to provide [ASP.NET instructions](https://github.com/fluentscheduler/FluentScheduler/tree/006717f56771d62c4b2766c24ce2b0f531e48b86#using-it-with-aspnet) but the info became outdated (and it's been awhile since the last time I worked with it). Just came by to say that I'll...
That would be nice, I might try to implement it in the future. Gonna leave here as "new feature".
> It apear to add 1 minute and 1 second not only 1 minute that AndEvery(1).Minutes(); says. There are something that I cand configure for fix that issue? It's actually...
I see that the code refers to the current version (master branch), but I'm definitely not tackling this one there. This one goes on the current alpha (version 6, redesign...
I confess I didn't quite get it. Can you give me an example with date and time of the desired runs?
> I had to write this on my own 1 year ago. I store my own BM25 index and implement hybrid with RRF. Would love to see ChromaDB do the...