Ticket #10885 (closed: fixed)
Resolve MySQL server failing overnight
Reported by: | MarcusNoble | Owned by: | Lottie Greenwood |
---|---|---|---|
Priority: | major | Milestone: | Release 3.4 |
Component: | Tools | Keywords: | AUTOREDUCTION |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
Something is causing the autoreduction service to throw "MySQL has gone away" each morning.
Need to investigate problem and come up with a solution.
Change History
comment:2 Changed 6 years ago by Lottie Greenwood
- Owner changed from MarcusNoble to Lottie Greenwood
comment:3 Changed 6 years ago by Lottie Greenwood
- Status changed from assigned to verify
- Resolution set to fixed
by
def on_message(self, headers, message):
connection.close()
Which avoids MySQL wait timeout limit
Note: See
TracTickets for help on using
tickets.