V
V
Vlad _2021-01-06 13:33:27
ASP.NET
Vlad _, 2021-01-06 13:33:27

How to perform some operations on the server regularly (with a certain interval)?

How to perform some operations on the server, regularly (at a certain interval), I need to perform several operations, namely, pull data from the database, check this data, and if it meets a certain condition, then perform some actions. Is it possible to do this somehow in an ASP.NET Core application, or does it need to be taken out to a regular console application, or is there some more adequate way?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-01-06
@SimonMiler

In addition to cron and cheduler.msc, there is also Hosted Service and Quartz.NET

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question