I have the following data to process. Each case represents a task list, step represents a specific operation step, step data of each case is different, job represents a scheduled task and takes a long time to process. After step1 and step2 execution, job...
in the past, I used to put future directly into eventloop to perform run_until_complete, interview. When an interviewer asked me how to schedule the program, I was completely confused. May I ask how you are dispatched? ...
now there is a scheduled task in the project, which is executed in the early hours of every day, but one day the amount of data is so large that the task has not been finished for one day, and has been executed until the next day, and then the task begi...
look at the library such as celery aps, but there is too little Chinese information on the Internet. talk about the demand: 1 for example, there are 100 sports games a day, and the URL that generates these 100 games is each thrown into the task queue f...