bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

BlockingIOError when running qstat #68

Closed warownia1 closed 4 years ago

warownia1 commented 4 years ago

After running qstat multiple times it starts throwing the following error message:

Exception ignored when trying to write to the signal wakeup fd:
BlockingIOError: [Errno 11] Resource temporarily unavailable

The reason is unknown.

warownia1 commented 4 years ago

Might be related to this issue, however, asyncio is not used for qsub

warownia1 commented 4 years ago

https://github.com/pytest-dev/pytest-asyncio/issues/114