Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/packages/deps.ts>tellWorkerToIdentify

An object oriented Discordeno framework
Latest
function tellWorkerToIdentify
Re-export
import { tellWorkerToIdentify } from "https://deno.land/x/oasis@2.1.0/packages/deps.ts";

Allows users to hook in and change to communicate to different workers across different servers or anything they like. For example using redis pubsub to talk to other servers.

Parameters

_workerId: number
shardId: number
_bucketId: number

Returns

Promise<void>