With tasks scheduled, we can set up the execution of a service to be processed on a specific date and time, periodically for a specified number of times.
Consider that we have a service that automatically updates the information of a database, and it works with a lot of information. So, we can schedule a task for that service in order to be triggered at night when the server is more idle, without the request of the final users making request to all the services deployed in that server.
Depending on the type of service we want to schedule, we can use the wizards that we'll discuss in the subsequent headings.