Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Openpanel-dev/openpanel
/ getQueueName
Function
getQueueName
packages/queue/src/queues.ts:19–20 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
17
);
18
19
export
const
getQueueName = (name: string) =>
20
process.env.QUEUE_CLUSTER ? `{${name}}` : name;
21
22
function
pickShard(projectId: string) {
23
const
h = createHash(
'sha1'
).update(projectId).digest();
// 20 bytes
Callers
1
queues.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected