❔ Task scheduling
Hi,I have a question about the example of code in .net docs for asp.net core 6.0. Is this code good about maintaining high accuracy per minute for a long time?
6 Replies
Looks like you're trying to make a scheduler. I can recommend Coravel if you want a lightweight in-process scheduler, and Quartz if you want something more robust (persistance, multiple instances etc)
I was considering choosing quartz, but I think Coravel will be better for my project
Thanks
But I am still curious about my previous question, how accurate is this code?
¯\_(ツ)_/¯
I check coravel code and it's using similar code but instead of periodic timer, they used timer
coravel was written long before
PeriodicTimer
so thats probably whyWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.