Commit 9c51aad
committed
Remind operators to run the backfill again after the deploy
The seed migrations run at the start of a rolling deploy, while old API
servers are still serving traffic. Their old cleanup code can still
delete start events that the new code depends on. Only running 'rake
db:was_running_backfill' once after the deploy finishes closes that
window. Until now this instruction lived only in the docs and the rake
task description. Now the last seed migration also logs it, so it shows
up in the migration output that operators see during the deploy.1 parent d3e0b9f commit 9c51aad
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
| |||
0 commit comments