This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
Sequenzia/script/daemons/job_task_processor.php
2013-10-26 22:34:21 -05:00

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();