Related question to centralized pants daemon quest...
# general
b
Related question to centralized pants daemon question I asked a couple weeks ago. I now have multiple agents in the build pool, each agent stands up a pants daemon for each build config, so there is multiple redundant daemons that live for the span of the build process which is fine. We moved the compiler cache to a common area on each agent so each daemon on that agent can access it, which is working well. We have an nginx-based webdav compiler cache tested and are ready to stand that up. I’d like to centralize the reporting server on the same machine as nginx. Is there a way to do this within pants (like a flag saying go dump your report to this URI)??