Initial worker definition. Needs a jobs table to be created

This commit is contained in:
2022-05-16 15:22:37 +01:00
parent ae36ccb23b
commit fb24b2ee72
9 changed files with 412 additions and 0 deletions

13
defines.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
/*
* AVSDev UF Worker (https://avsdev.uk)
*
* @link https://git.avsdev.uk/avsdev/sprinkle-worker
* @license https://git.avsdev.uk/avsdev/sprinkle-worker/blob/master/LICENSE.md (LGPL-3.0 License)
*/
namespace UserFrosting;
// Relative path from within sprinkle directory
define('UserFrosting\JOBS_DIR', SRC_DIR_NAME . DS . 'Jobs');