
Paul RastoinandGitHub
2413af0ba9
[run-instance-commands] Preserve fast slow sequentiality (#19757)
# Introduction
The command was wrongly running all fast and then all slow ignoring
instance commands segment
Leading to
```ts
1.23.0_AddGlobalObjectContextToCommandMenuItemAvailabilityTypeFastInstanceCommand_1776090711153 executed successfully
[Nest] 32679 - 04/16/2026, 1:21:07 PM LOG [InstanceCommandRunnerService] 1.23.0_DropWorkspaceVersionColumnFastInstanceCommand_1785000000000 executed successfully
[Nest] 32679 - 04/16/2026, 1:21:07 PM LOG [InstanceCommandRunnerService] 1.22.0_BackfillWorkspaceIdOnIndirectEntitiesSlowInstanceCommand_1775758621018 executed successfully
[Nest] 32679 - 04/16/2026, 1:21:07 PM LOG [RunInstanceCommandsCommand] Instance commands completed
```
No prod/self host impact as 1.23 hasn't been released yet
2026-04-16 12:14:47 +00:00
..
2026-04-09 14:35:24 +00:00
2026-04-16 12:14:47 +00:00
2026-01-14 13:38:24 +00:00
2026-03-27 14:39:18 +00:00
2026-04-13 11:42:27 +02:00