This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
[v5.5] Capistrano deployment overwrites cron jobs of previous deploys #1373
Closed
Description
Testing Capistrano deployment on ITS has exposed an unfortunate bug - if we're installing multiple instances on a single server, each time the whenever
command is run we end up overwriting the crontab from prior installations. This means that only the last instance to be deployed will have cron jobs running, which is clearly problematic. We should try to find a quick fix for v5.5.1 to be followed up with a more robust fix in #1328.
Activity