feat(server): job system (#10134)

This commit is contained in:
forehalo
2025-02-18 05:41:56 +00:00
parent f6a86c10fe
commit cb895d4cb0
26 changed files with 1045 additions and 131 deletions

View File

@@ -38,7 +38,8 @@ export type KnownMetricScopes =
| 'sse'
| 'mail'
| 'ai'
| 'event';
| 'event'
| 'job';
const metricCreators: MetricCreators = {
counter(meter: Meter, name: string, opts?: MetricOptions) {