Timed events overlapping during execution
问题 I am having an issue with the a Service I used to perform automated tasks. The service uses a Timer and executes after 20 seconds. The function that is executed opens the database, reads from it, sends the values through the network, receives a response and updates the database with that response. Its been working well until I wanted to carry out the automated tasks for about 1000 rows in the database and the system 'failed'. After checking my logs, I found out that the function executes