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?
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?
scheduleJob can be used to schedule a function or script that performs the processing of data at specified time and with specified frequency.