Commit b84c347
committed
fix(node): handle default core config and refresh cache before sync
- Update node query to include nodes with null core_config_id when filtering by core_id=1
- Add cache refresh before syncing node users to prevent stale core/inbound configuration races
- Ensures default core configuration is properly included in node queries
- Prevents race conditions between cache updates and user synchronization1 parent 43a3d0c commit b84c347
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
| |||
0 commit comments