The Wayback Machine - https://web.archive.org/web/20210802211045/https://github.com/topics/fastify
Skip to content
#

Fastify

fastify logo

Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.

Here are 668 public repositories matching this topic...

j
j commented Jul 28, 2021

It looks like the Mercurius Gateway service expects "errors" to exist in the response, however, if I have a fastify plugin that throws an error before it ever hits GraphQL, then the gateway emits an error.

{
  "errors": [
    {
      "message": "Cannot read property 'profile' of undefined",
      "locations": [
        {
          "line": 2,
          "column": 3
        }
   
Beebeeoii
Beebeeoii commented Jul 18, 2021

🚀 Feature Proposal

Have an option to slow down responses instead of returning 429 errors.

Motivation

By having the option to slow down responses would deter scrapping of data from a server which would put an additional load on the server while still enabling responses for cases where user may not be actually scrapping, but just that there are many machines surfing the webpage under

tngflx
tngflx commented Jun 26, 2021

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure it has not already been reported

Fastify version

latest

Plugin version

latest

Node.js version

14

Operating system

Windows

Operating system version (i.e. 20.04, 11.3, 10)

win10

Description

yo your origin is pointing to nothing. How to fix this? I kno

Created by Matteo Collina

Released October 2016

Organization
fastify
Website
fastify.io

Related Topics

framework json-schema nodejs