-1

How to set scheduled task in dolphindb?

I need to set a scheduled task such as to caculate the new data at 9 o'clock every night. How to make it?

1 Answers1

1

scheduleJob can be used to schedule a function or script that performs the processing of data at specified time and with specified frequency.

Karthik Balaguru
  • 7,424
  • 7
  • 48
  • 65