15370: Avoid running multiple instances of rails apps from same dir.
authorTom Clegg <tom@curii.com>
Wed, 4 May 2022 03:34:13 +0000 (23:34 -0400)
committerTom Clegg <tom@curii.com>
Fri, 13 May 2022 15:20:32 +0000 (11:20 -0400)
commit843b4f60e315564e0e19b98dd81431efeda3eaae
tree297f5d00d10bd09e769ec9c22adbed8895427605
parente9e9680ea51180a1c51ba6d5cb9eed613d2da474
15370: Avoid running multiple instances of rails apps from same dir.

Otherwise, cluster z1111, z2222, z3333 share a cache
directory (Rails.root+"/tmp"), and end up serving one another's cached
discovery docs.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
lib/boot/passenger.go
lib/boot/supervisor.go