cenkalti / dalga

⏰ MySQL backed Job Scheduler with a HTTP interface
https://pkg.go.dev/github.com/cenkalti/dalga/v3
MIT License
247 stars 21 forks source link

Add Skip Locked Flag #9

Closed tooolbox closed 4 years ago

tooolbox commented 4 years ago

This PR adds a config option for using the SKIP LOCKED clause that is supported by MySql > 8.0 and not in MariaDB.

(I decided to go with a config option rather than a flag, because it made more sense in the codebase and also just more sense in general once I thought about it.)

Closes #5