mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(server): job system (#10134)
This commit is contained in:
@@ -38,7 +38,8 @@ export type KnownMetricScopes =
|
||||
| 'sse'
|
||||
| 'mail'
|
||||
| 'ai'
|
||||
| 'event';
|
||||
| 'event'
|
||||
| 'job';
|
||||
|
||||
const metricCreators: MetricCreators = {
|
||||
counter(meter: Meter, name: string, opts?: MetricOptions) {
|
||||
|
||||
Reference in New Issue
Block a user