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
In Julia versions > 1.7.2 the every 4 seconds needed ping to the database server isn't stable after a few minutes of running a session. Above the mentioned Julia version something was changed in the Thread mechanism where the ping lives in the lifespan of the session. As it seems to be the grpc client isn't thread safe in conjunction with the thread mechanism of Julia above 1.7.2
The text was updated successfully, but these errors were encountered:
In Julia versions > 1.7.2 the every 4 seconds needed ping to the database server isn't stable after a few minutes of running a session. Above the mentioned Julia version something was changed in the Thread mechanism where the ping lives in the lifespan of the session. As it seems to be the grpc client isn't thread safe in conjunction with the thread mechanism of Julia above 1.7.2
The text was updated successfully, but these errors were encountered: