I create manual tasks in the task scheduler like [here].(https://www.jcchouinard.com/python-automation-using-task-scheduler/) I want to do this in cmd but how to choose admin privilege and send all parameters like path python or my file Answer This is my command line But I get: Invalid syntax. Mandatory option ‘sc’ is missing. Type “CREATE /?” for usage. I want to do this and
Tag: scheduler
How to schedule concurrent.future.Threadpool.executor map() function in python
I have one web scraping function which fetches data of 190 URL’s. To complete it fast I used concurrent.future.Threadpool.executor. I am saving that data to SQL Server database. I have to do these all process repeatedly to every 3 mins from 9AM to 4PM. But when I use while loop or scheduler that concurrent future not works. No error and