under-pressure icon indicating copy to clipboard operation
under-pressure copied to clipboard

Measure process load with automatic handling of "Service Unavailable" plugin for Fastify.

Results 11 under-pressure issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the issue has not already been raised ### Issue setInterval...

enhancement
good first issue

This PR fixes https://github.com/fastify/under-pressure/issues/164 replacing the setInterval timer with setTimeout. #### Checklist - [x] run `npm run test` and `npm run benchmark` - [ ] tests and/or benchmarks are included...

## 🚀 Feature Proposal Expose a custom function to gather process metrics. ## Motivation There are cases in which there's already a module/library that monitors process metrics, for example, to...

enhancement

#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [ ] documentation is changed or added - [x] commit...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

good first issue

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

I had a second look at it seems we have bugs in that part, before you even touched it. https://github.com/fastify/under-pressure/blob/26677abff7385d274eb8836632d253e8fcc76abd/index.js#L107 When `opts.exposeStatusRoute.routeSchemaOpts` is in Object.assign before our changes, than it...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

Hello! I'm using the last currently published version (8.5.0) of the package to NPM and I receive the annoying warning on the first request to the app: ``` (node:82372) [FSTDEP012]...

Bumps [fastify/workflows](https://github.com/fastify/workflows) from 4.1.0 to 4.2.1. Release notes Sourced from fastify/workflows's releases. v4.2.1 What's Changed add node-versions to elastic ci by @​gurgunday in fastify/workflows#126 chore: exclude Node 14 and 16...

dependencies
github_actions