We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python version: 3.7.16 queue_job version: 16.0.2.6.7
2024-07-10 08:33:16,522 32160 INFO ? dtcloud.addons.queue_job.jobrunner.runner: database connections ready Exception in thread Thread-1: Traceback (most recent call last): File "e:\workspace\znjzv3\xcj_apps\queue_job\jobrunner\runner.py", line 521, in run self.wait_notification() File "e:\workspace\znjzv3\xcj_apps\queue_job\jobrunner\runner.py", line 494, in wait_notification events = sel.select(timeout=timeout) File "D:\Program\conda\envs\znjzv3\lib\selectors.py", line 323, in select r, w, _ = self._select(self._readers, self._writers, [], timeout) File "D:\Program\conda\envs\znjzv3\lib\selectors.py", line 314, in _select r, w, x = select.select(r, w, w, timeout) OSError: [WinError 10038] 在一个非套接字上尝试了一个操作。
Affected versions:
Steps to reproduce the behavior: 1. 2. 3.
Expected behavior A clear and concise description of what you expected to happen.
Additional context Add any other context about the problem here. (e.g. OS, Python version, ...)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Module
python version: 3.7.16
queue_job version: 16.0.2.6.7
Describe the bug
2024-07-10 08:33:16,522 32160 INFO ? dtcloud.addons.queue_job.jobrunner.runner: database connections ready
Exception in thread Thread-1:
Traceback (most recent call last):
File "e:\workspace\znjzv3\xcj_apps\queue_job\jobrunner\runner.py", line 521, in run
self.wait_notification()
File "e:\workspace\znjzv3\xcj_apps\queue_job\jobrunner\runner.py", line 494, in wait_notification
events = sel.select(timeout=timeout)
File "D:\Program\conda\envs\znjzv3\lib\selectors.py", line 323, in select
r, w, _ = self._select(self._readers, self._writers, [], timeout)
File "D:\Program\conda\envs\znjzv3\lib\selectors.py", line 314, in _select
r, w, x = select.select(r, w, w, timeout)
OSError: [WinError 10038] 在一个非套接字上尝试了一个操作。
To Reproduce
Affected versions:
Steps to reproduce the behavior:
1.
2.
3.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)
The text was updated successfully, but these errors were encountered: