nerds-and-company / craft-hirefire
Hirefire.io worker scheduler for Craft 4 queue jobs
Installs: 40 501
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- php: ^8.0
- craftcms/cms: ^4.0
README
Hirefire.io worker scheduler for Craft 4 queue jobs
Installation
This tool can be installed using Composer. Run the following command from the root of your project:
composer require nerds-and-company/craft-hirefire
This will add nerds-and-company/craft-hirefire
as a requirement to your project's composer.json
file and install the source-code into the vendor/nerds-and-company/craft-hirefire
directory.
Hirefire is now available as an installable plugin in Craft. You can install it in the cp or use ./craft install/plugin hirefire
Usage
See help.hirefire.io on how Hirefire works with job queues. This plugin will use the HIREFIRE_TOKEN
environment variable for authentication, so Hirefire can query your site for pending jobs. When one or more pending jobs are found, Hirefire will start a worker untill all jobs are done.
License
This project has been licensed under the MIT License (MIT). Please see License File for more information.