-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run timer tasks using the latest version #43
Comments
The demand has been implemented in the latest commit, see #4 (comment)
or:
|
Many thanks!!!!! |
@nidexiaogege |
[2019-05-24 16:12:26,609] WARNING in apscheduler: Shutting down the scheduler for timer tasks gracefully, wait until all currently executing tasks are finished |
What should I do |
|
Which argument is the problem |
Run |
pip install |
What is the version number of apscheduler? |
the version number of apscheduler is 3.3.1 |
Run |
The problem was solved,thanks!!! |
I have many spiders in one project, when I modify the common functions, I need to update timer task one by one to use the latest version. It will be very helpful if timer task can use the latest version of spiders every time. 😉
The text was updated successfully, but these errors were encountered: