Closed failing closed 2 years ago
I have a guess:
You are not doing anything wrong, but it seems new version of MySQL is complaining about SQL.
Feels like MySQL just got stricter. Requires select get_lock(...) from dual
instead of just select get_lock(...)
.
I'll take a look.
I am trying to set up your MySql storage extension for HangFire and getting into some trouble. I am using .NET 6 with a MySql version of 8.0.23
This is on a fresh database from PlantScale
Seems to be when it tries to acquire the locks when first starting up. Here is the stacktrace I am getting
And here are my configuration values:
Mostly all the defaults - Any input would be great