Development being done?
I love this and we would love to implement this for scheduling tasks. Already using crunz to declare tasks in code - but a gui would be great especially for running one-time tasks (other departments than the developers could run tasks themselves if they need to).
However the task form does not seem to display the correct data when editing a task. The Command filed always displays the example command.
Also we would like it if we could specify a function or method to call, rather than having to run a command. In other words if we could specify array('SomeClass, 'someMethod') instead of php -r 'call_user_func_array(...)';. Since we run crunz in our own project and have the full app auto loaded.
Please let us know if development is still being done. Otherwise we could simply fork the repo and continue the work ourselves.
Thanks!