ebussola/job-schedule

There is no license information available for the latest version (1.1.2) of this package.

A daemon job schedule

1.1.2 2014-01-22 11:59 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:12:09 UTC


README

A daemon job schedule

Status Codes

  • 0 - Everything is OK
  • 1 - It's running
  • 2 - Can't run because of some error on dependencies
  • 3 - Some error when executing command (exit code not 0)
  • 4 - Waiting another process finish to start execution

Test

To run the ExternalControllerCommandTest, you need to start the test daemon, just run test/start-daemon.php

It will open a daemon with stubs classes simulating some functionalities.

A test is not automaticaly testable, the ipc file must be 777 to be accessible for all users.