symbiote / silverstripe-queuedjobs

A module that provides interfaces for scheduling jobs for certain times.
BSD 3-Clause "New" or "Revised" License
57 stars 73 forks source link

FIX grabMutex job lock query on SQLite #391

Closed dmipeck closed 9 months ago

dmipeck commented 1 year ago

Running a job using an SQLite database causes the update query at src/Services/QueuedJobService.php:747 to throw an invalid query error. Using the ORM instead of raw database queries prevents this.

michalkleiner commented 1 year ago

@dmipeck can you rebase your branch as it contains unrelated changes, please? Thanks

GuySartorelli commented 1 year ago

I don't have time to set up sqlite in my dev environment - if someone can show me that this works I'll be okay with it, I think.

GuySartorelli commented 9 months ago

This will be automatically tagged by GitHub actions