msolli / proletarian

A durable job queuing and worker system for Clojure backed by PostgreSQL.
MIT License
161 stars 7 forks source link

Support MySQL 8.0.1 and above #25

Closed dharrigan closed 4 days ago

dharrigan commented 1 month ago

MySQL 8.0.1 and above now supports the SKIP LOCKED directive Moving of files around to allow the introduction of MySQL SQL Documentation updates

fixes #24

-=david=-

dharrigan commented 2 weeks ago

Hi, just wondering if you have given any consideration to this PR? Happy to address any feedback you may have. Thank you.

msolli commented 1 week ago

Sorry for the delay. I've looked at the changes, and it looks like something we can move forward with. I'll try assign a work slot to kick the tires and give proper feedback later this week.

dharrigan commented 1 week ago

Hi,

Thanks for the update. I'm using it already (my branch) and it appears to work well - however, that's not to say it can improved upon! :-) I await your feedback.

-=david=-

msolli commented 4 days ago

Thanks for the PR! Works as advertised. Next I'll work on the examples to make them work for both databases.

I'll do a release later, but I want to to include some more planned work there.

dharrigan commented 2 days ago

Hi!

That's awesome! Looking forward to the next release!

Thank you for the consideration of my PR.

-=david=-