You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after job start, sometime appear err like this, version is 0.4.1:
Error notifying listener
Traceback (most recent call last):
File "E:\ProjectPy\Gantry_Scheduler\venv\lib\site-packages\apscheduler\schedulers\base.py", line 831, in _dispatch_event
cb(event)
File "E:\ProjectPy\Gantry_Scheduler\venv\lib\site-packages\django_apscheduler\jobstores.py", line 123, in handle_error_event
event.scheduled_run_time,
AttributeError: 'JobSubmissionEvent' object has no attribute 'scheduled_run_time'
The text was updated successfully, but these errors were encountered:
Looks like we are using the wrong event classes in some of the event listeners.
There is a potential fix in pull request #99 - would you mind giving it a try to see if it resolves your issue? This one is difficult for me to test locally as I have never encountered a EVENT_JOB_MAX_INSTANCES error in my own use case.
Looks like we are using the wrong event classes in some of the event listeners.
There is a potential fix in pull request #99 - would you mind giving it a try to see if it resolves your issue? This one is difficult for me to test locally as I have never encountered a EVENT_JOB_MAX_INSTANCES error in my own use case.
it's work, it don't appear the error again , thanks
after job start, sometime appear err like this, version is 0.4.1:
Error notifying listener
Traceback (most recent call last):
File "E:\ProjectPy\Gantry_Scheduler\venv\lib\site-packages\apscheduler\schedulers\base.py", line 831, in _dispatch_event
cb(event)
File "E:\ProjectPy\Gantry_Scheduler\venv\lib\site-packages\django_apscheduler\jobstores.py", line 123, in handle_error_event
event.scheduled_run_time,
AttributeError: 'JobSubmissionEvent' object has no attribute 'scheduled_run_time'
The text was updated successfully, but these errors were encountered: