Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: debug problems with worker getting stuck
Squashed commit of the following: commit 0e7f1c7e85bcb7dbfdc737e5e12cc59315ea13a3 Author: Wojtek Majewski <[email protected]> Date: Wed Jan 22 16:18:51 2025 +0100 chore(deps): update deno.lock with p-queue dependency Add npm p-queue package to project dependencies Update lock file with new package and its transitive dependencies commit aa17c507bb840461e0ca2a55795d27ec044098e2 Author: Wojtek Majewski <[email protected]> Date: Wed Jan 22 16:18:28 2025 +0100 refactor(executor): Simplify message execution and error handling Modify message execution flow to use direct signal abort check and update archiving method. Remove complex Promise.race implementation in favor of a more straightforward execution approach. commit 6c1b1c278319951b6e1814ab5a056da7226cc4ef Author: Wojtek Majewski <[email protected]> Date: Wed Jan 22 16:15:47 2025 +0100 refactor(edge-worker): Adjust max concurrency and delay settings Modify max concurrent workers and randomize delay time for test sequence increment to improve worker behavior and testing
- Loading branch information