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
@muhamadazmy the issue was in starting 3Bot server after some digging it's trying to execute command here certbot plugins via invoke library in python. But it's running in gevent greenlet.
running the command directly in the shell works ok
I think the problem is with gevent in making threads or greenlets while zinit manages it.
maybe it's in zinit because zinit v0.1 is working ok, but the problem is with the latest version, can for example limiting cpu threads or so ?
latest version doesn't work with jsng with this stacktrace: https://gist.github.com/waleedhammam/a9f6a03b3637281e865435f39c5a8229
first version works ok
The text was updated successfully, but these errors were encountered: