swayok / alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea
MIT License
169 stars 26 forks source link

Return parent return values to avoid breaking cron #17

Closed janich closed 4 years ago

janich commented 4 years ago

Fix cron scheduler issuing Skipping command (has already run on another server) when using ->onOneServer() (as in https://github.com/swayok/alternative-laravel-cache/issues/16)

swayok commented 4 years ago

Thanks for the fix. Version 5.4.12 is released.