Sequenzia/script/daemons/job_task_processor.php

7 lines
137 B
PHP
Executable File

<?php
define('RAILS_ENV', 'development');
require dirname(__DIR__) . '/../config/boot.php';
set_time_limit(0);
JobTask::execute_once();