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

Laravel 5.6 support #19

Closed webmake closed 6 years ago

webmake commented 6 years ago

Hello,

It seems, that package not compatible with laravel 5.6 version at all for now, there occurs an error ReflectionException : Class Illuminate\Console\Scheduling\CacheMutex does not exist it seems that related with unmentioned change https://github.com/laravel/framework/commit/ee813f990db7032d66af4d7765cb51b99a129a81#diff-6254d8c602012fd555a7b6612df661ad

but might be and other compatibility problems

jdavidbakr commented 6 years ago

Laravel 5.6 has a built-in replacement for this, the onOneServer() call. I am going to deprecate this as of Laravel 5.5 since the functionality I'm implementing is now part of Laravel core.

webmake commented 6 years ago

Ok, now I see correct constrains :) thanks for reply