Skip to content

Releases: jdavidbakr/MultiServerEvent

Updating composer to allow installs on laravel 5.2

16 Mar 13:57
Compare
Choose a tag to compare

Updating the composer requirements to allow installs on Laravel 5.2

Fixing a bug if storage path is not common across servers

18 Nov 19:11
Compare
Choose a tag to compare

The storage path was used by the command to generate the mutexPath() value, which may not be common across servers (or, more specifically, two copies on the same server). This removes the storage path from the generation to identify the command.

More robust parallel execution tests

12 Aug 16:15
Compare
Choose a tag to compare

Storing the completion time in the database and keeping the lock for 10 seconds after the completion time to prevent a server from catching a lock on a short-running process.

Strict standards fix

12 Aug 15:21
Compare
Choose a tag to compare

Fixing issues with strict standards. Also applying the license info.

Initial Release

11 Aug 14:32
Compare
Choose a tag to compare

Initial release of the MultiServerEvent package.