crunz
crunz copied to clipboard
A PHP-based job scheduler
**Description** https://github.com/lavary/crunz/issues/152 I am moving this over from `lavary/crunz` because it's still a needed feature for this lib.
**Description** It would be very helpful to have a possibility to return multiple different `Schedule` objects from one task-file. One possible usage scenario is external schedule source for Schedules. Possible...
In the PR there is a possible solution to calculate a constant unique identifier for events. This solution is linked to issue https://github.com/crunzphp/crunz/issues/33 and could be the first piece towards...
**Description** Currently we can run individual task only using dynamic numeric id ` -t, --task=TASK Which task to run. Provide task number from schedule:list command. ` Which does not guarantee...
Hi **Description** Sometimes you need to pause a task, and it would be nice if you could set a status for tasks. - Actively - Pause - Disabled And so...
**Description** It might be interesting to be able to have the log in a different format than those possible at the moment. It might be interesting to have it in...
We have an error when using crunz with different projects on a same computer. The cache directory is computed in src/Application::getBaseCacheDir() using the function \sys_get_temp_dir(). So for all our projects,...
Currently there is no wat to add an additional "Error" callback in the same way as we can with ->before() and ->after(). Can the "addErrorCallback()" method be changed from `private`...
First, thanks for this awesome library. I am using it for learning purposes. I have a few tasks in my tasks directory, all of which are php files running with...
| Q | A | ------------- | --- | Fixed tickets | #49 Just a small change to allow adding of an error callback from whitin the `Event` class.