You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/job-worker/src/playout/setNext.ts
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -60,12 +60,16 @@ export async function setNextPart(
60
60
while(moveNextToPart){
61
61
// Ensure that we aren't stuck in an infinite loop. If this while loop is being run for a part twice, then the blueprints are behaving oddly and will likely get stuck
62
62
// Instead of throwing and causing a larger failure, we can stop processing here, and leave something as next
0 commit comments