Skip to content

feat: add helper to disable limits for the given request #45

feat: add helper to disable limits for the given request

feat: add helper to disable limits for the given request #45

Triggered via push February 1, 2024 15:51
Status Failure
Total duration 2m 14s
Artifacts

test.yml

on: push
Matrix: test-mysql
Matrix: test-postgres
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
typecheck / typecheck: tests/http_limiter.spec.ts#L40
'limiter' is possibly 'null'.
typecheck / typecheck: tests/http_limiter.spec.ts#L40
Property 'toJSON' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
typecheck / typecheck: tests/http_limiter.spec.ts#L65
'limiter' is possibly 'null'.
typecheck / typecheck: tests/http_limiter.spec.ts#L65
Property 'toJSON' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
typecheck / typecheck: tests/http_limiter.spec.ts#L90
'limiter' is possibly 'null'.
typecheck / typecheck: tests/http_limiter.spec.ts#L90
Property 'toJSON' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
typecheck / typecheck: tests/http_limiter.spec.ts#L114
'limiter' is possibly 'null'.
typecheck / typecheck: tests/http_limiter.spec.ts#L114
Property 'throttle' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
typecheck / typecheck: tests/http_limiter.spec.ts#L115
'limiter' is possibly 'null'.
typecheck / typecheck: tests/http_limiter.spec.ts#L115
Property 'throttle' does not exist on type 'HttpLimiter<any> | Promise<HttpLimiter<any>> | Promise<null>'.
typecheck / typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-postgres (21, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-postgres (20, 11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-mysql (8.0, mysql, 21)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.