Cavalcade-Runner
Cavalcade-Runner copied to clipboard
Daemon for Cavalcade, a scalable WordPress jobs system.
Results
12
Cavalcade-Runner issues
Sort by
recently updated
recently updated
newest added
Right now, the runner loads wp-config in. With the new hook system (#23), this is going to overload wp-config a little. In addition, wp-config loading already doesn't work with some...
The runner is quite noisy so we're sending all `STDOUT` to `/dev/null`. However it seems like since only `printf()` is used, all output is `STDOUT` and no `STDERR` is ever...