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
Requires
- ext-zmq: >=1.1.2
- ebussola/common-pool: ~1.0
- mtdowling/cron-expression: ~1.0
- psr/log: ~1.0
- symfony/console: ~2.4
Requires (Dev)
- moriony/php-zmq-stubs: dev-master
- phpunit/phpunit: 3.7.28
This package is not auto-updated.
Last update: 2024-11-05 02:53:33 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.