Python Thread
-
-
What is the best practice to execute threads in parallel ?
-
what is the best practice to execute threads frequently ?
I mean to Say every one minute run a thread function or every 3 minute get the latest historical data etc... similar to corn in UNIX or run a thread to auto logout after 3:30 pm etc.
-
-
@Mr-Depp it will be more delayed ones
-
@Mnagesh you can keep 1 minute and 40 second delay after calling every historical candle if you are using angel historical data. you will get the near by perfect data. so set the crone job at after every 1 minute and 40 seconds.