kirby-queue
kirby-queue copied to clipboard
A simple queue utility plugin for Kirby 3
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)`
Added an example to quickly test the plugin and jobs, via a route. According to your recommendation to this example: https://forum.getkirby.com/t/advice-on-setting-up-queue-logging-plugins/19138/15
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....
Has anyone managed to create queue that will keep generating thumbs? Thanks!
In `worker.php`, `bootstrap.php` and the path to the Kirby folder are based on the _default_ locations and cannot be altered. This will give problems to people who have a non-default...
Add search methods on the queue class to search for jobs (id / data keys)
hello, i am using php 8.1 and kirby 3.8 (dont know if other versions are behaving the same way) and i found that, that the cron function was not working...