jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

Mysql2::Error: Lost connection to MySQL server during query #299

Open fradeski opened 6 years ago

fradeski commented 6 years ago

I am currently testing minicron with MySQL (direct connection with a external database) However I have about 1 query out of 4 that goes into connection error.

jamesrwhite commented 6 years ago

Can you verify from another program that the connection between the server minicron is running on and your external MySQL server is stable?

fradeski commented 6 years ago

It's a galera gluster used with another program as monitoring, teampass, ... I tried a galera VIP and direct node connection but the result is the same.