We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6c1aa commit 3f71c01Copy full SHA for 3f71c01
1 file changed
workers/limiter/src/index.ts
@@ -291,6 +291,7 @@ export default class LimiterWorker extends Worker {
291
/**
292
* Notify that workspace is about to reach events limit
293
*/
294
+ // eslint-disable-next-line @typescript-eslint/no-magic-numbers
295
this.logger.info(`Workspace ${workspace._id} is about to reach events limit: ${Math.floor(usedQuota * 100)}% used`);
296
297
0 commit comments