Release 2342
Running the metrics in a separate process causes it not to return any metrics because it can't access the same memory; we have to spawn the metrics server from the delayed job process. The only way I can get this working is to run delayed jobs in a background process, then boot the webrick instance and join the thread to keep the session open.