jdavidbakr / MultiServerEvent

Laravel plugin to allow scheduled events across multiple servers with the same scheduler to not overlap.
MIT License
37 stars 17 forks source link

Rewrote the scheduling event using the query builder to support other… #5

Closed Peut closed 7 years ago

Peut commented 7 years ago

Rewrote the scheduling event using the query builder to support other database servers. We use PostgreSQL, which does not support the used SQL syntax. This way the database driver will make sure that the queries work.

jdavidbakr commented 7 years ago

Thanks!