feat(core): add background job service (#27033)

This commit is contained in:
Shoubhit Dash
2026-05-12 15:22:38 +05:30
committed by GitHub
parent 8f05bbfaa6
commit 8feb4a31c7
4 changed files with 330 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import { randomBytes } from "crypto"
const prefixes = {
job: "job",
event: "evt",
session: "ses",
message: "msg",