[Bug] RLock(s) were not greened (...) #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
upgraded to version 1.2.4.
When I start my docker container I get this error-message in my log:
RLock(s) were not greened, to fix this error make sure you run eventlet.monkey_patch() before importing any other modules
More out there that experience the same thing?
No idea how to solve this, probably/maybe a code thing
I see, i actually get the same message, but since the application didn't have any other errors i ignored it for now. I'll add it to my backlog and fix it in next release.
Switching from eventlet to gevent fixed the issue.
@Ventje23 Can you test the tag
:1.2.4? It should be fixed now. I'll push to latest, if you can confirm that it works. Please check the docker logs and that adding sets works (socket should say connected).RLock(s) were not greened (...)to [Bug] RLock(s) were not greened (...)Fixed. Released on 1.2.4. Will be in
latestwhen 1.3.0 releases