Skip to content

Release 2342

Choose a tag to compare

@github-actions github-actions released this 28 Feb 15:30
3cafd2d

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.