sidekiq-cluster should aggregate STDERR output of sidekiq
Currently sidekiq-cluster ignores the output of the various sidekiq
processes. To make debugging potential problems easier this should be changed as follows:
- Each
sidekiq
process logs to STDERR -
sidekiq-cluster
periodically reads the STDERR output of each process, then writes it to its own STDERR