Relative Content

Tag Archive for asp.net-core

Long running timers that need to survive shutdowns

What is the best way to go about creating an app that waits for a long time before running a task? Let’s say I need my application to wait for 1 year and be precise to the second, what would be the best way to achieve this in ASP.NET?