tests are succeeding

This commit is contained in:
Skillz4Killz
2021-04-08 21:18:01 +00:00
committed by GitHub
parent 34b3a1b271
commit 417ec0400d
12 changed files with 28 additions and 38 deletions
+1 -2
View File
@@ -4,11 +4,10 @@ import { ws } from "./ws.ts";
export async function tellClusterToIdentify(
workerId: number,
shardId: number,
bucketId: number,
bucketId: number
) {
// When resharding this may exist already
const oldShard = ws.shards.get(shardId);
// TODO: Use workers
await ws.identify(shardId, ws.maxShards);