Skip to content

nerds-and-company/craft-hirefire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hirefire (for Craft 4)

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.

Changelog

CHANGELOG.md