Frank Alvarez
Frank Alvarez
Any update on this? Seems to have a good amount of interest.
Same issue here. I noticed that if I go to the Contributions page and it lists me automatically then I can see a bunch of contributions, but if I remove...
To schedule for EveryMinutes just use EverySeconds and multiple by 60. For hours just multiply by 3600. Seems simple enough to add your own extension method that does this for...
I will need to make some modifications to this code once #21 is merged because of the updates to CronScheduler.
I resolved the merge conflicts, modified the README and added tests. I'm not sure how you want the CHANGELOG.md handled, it doesn't have a version for the last updates, just...
> There seems to be a deadlock (GitHub runner timed out after 6h) Indeed there is, I must've missed running the retry tests. Ironically that's the deadlock I was fixing...
This is a weird one. It works fine using Visual Studio and Jetbrains IDE testing mechanisms. Also works fine if I target the individual tests that are failing using `dotnet...
Oh wow I just found the same thing and came here... I was chasing a red herring thinking the issue was with Retry tests.
I'd argue that we don't want two separate but identical Schedule entries for the same Job. If the point is to run that same Job twice the concurrency control will...
> Well that depends - if you want to run multiple jobs at the same time with different parameters I do think that is totally fine and valid. Yes that...