Markus Denhoff
Markus Denhoff
In our default deployment setup the plugins’ folders are not writeable by the webserver, so creating the `lock.json` failes. We now need to create the file first (and fill it...
The bvdputte\kirbyQueue\Job::get() method does not seem to be compatible with Kirby\Toolkit\Obj::get() `Declaration of bvdputte\kirbyQueue\Job::get(string $key, $default = null) must be compatible with Kirby\Toolkit\Obj::get($property, $fallback = null)`
Very handy plugin, thanks! Currently running the plugin only works if started from the plugin’s folder. Now the worker can be started form any directory and paths are calculated automatically....
It’s recommended to ignore Kirby’s .lock files. There should be an information about this in the README. See #80
Currently all changes in the content folder are added. It might increase performance on large repositories when only the content folder of the changed page is added.