fix(run-engine): Stop querying for associated run tags during dequeue (#3379)

This commit is contained in:
Eric Allam
2026-04-15 16:38:32 +01:00
committed by GitHub
parent 7d82041809
commit 7c95207486
@@ -438,7 +438,6 @@ export class DequeueSystem {
},
include: {
runtimeEnvironment: true,
tags: true,
},
});