Commit 4bba825
authored
Fix IndexOptionsConflict for kind_updated index (#3303)
Set explicit name "kind_updated" on (kind, updated_at, dataset) index
to match the existing index in the database and prevent mongoengine
from trying to create it with an auto-generated name.
Fixes SSE API pod crash loop caused by IndexOptionsConflict (code 85).
Made-with: Cursor1 parent 781e206 commit 4bba825
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| |||
0 commit comments