Merge branch 'main' into iain/ratelimiter-should-respect-configuration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { MaybeAsync, Optional, md5, wait } from '@speckle/shared'
|
||||
import { dbNotificationLogger } from '@/logging/logging'
|
||||
import { dbNotificationLogger } from '@/observability/logging'
|
||||
import { knex } from '@/modules/core/dbSchema'
|
||||
import * as Knex from 'knex'
|
||||
import * as pg from 'pg'
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
RateLimiterRes
|
||||
} from 'rate-limiter-flexible'
|
||||
import { Nullable, TIME } from '@speckle/shared'
|
||||
import { rateLimiterLogger } from '@/logging/logging'
|
||||
import { rateLimiterLogger } from '@/observability/logging'
|
||||
import { createRedisClient } from '@/modules/shared/redis/redis'
|
||||
import { RateLimitError } from '@/modules/core/errors/ratelimit'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user