Skip to content

Commit

Permalink
Remove stale comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Oct 24, 2024
1 parent 7ab1653 commit 14ba039
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions game/src/snake-worker-host-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,3 @@ run(getEnv() as WorkerEnv).then(
process.exit(1);
}
);

// Setup
// Update that triggers activity with 200ms delay
// maxCachedWorkflows: 0, -- no sticky wf cache
// maxConcurrentActivityTaskExecutions: 1 -- no parallel activity execution per worker
// Test 1
// 4 workers, uninterrupted
// Test 2
// 4 workers, 2 killed along the way (try to slow down the workflow)

//

0 comments on commit 14ba039

Please sign in to comment.