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
My script have permanent connect to mysql and after some time without queries on new queries I see error
"Cannot enqueue Query after being destroyed.", code: 'PROTOCOL_ENQUEUE_AFTER_DESTROY', fatal: false
It's look like timeout..
When I make periodical (every 60 seconds) query - everything ok.