Igeruns's avatar

How to put data into database few times per day automatically

Hello, May I ask for advice and guidance. I need to get some data (currency rates) and put it into database 4 times a day automatically. What's the best practice to do that? Should I use the Task scheduling? Any help will be appreciated.

0 likes
2 replies
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

Yup task scheduling is the way to go :) just run it ->everySixHours();

1 like

Please or to participate in this conversation.