immobiliare / fastify-metrics

📊 Fastify plugin that integrates metrics collection and dispatch to statsd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify why we need await in plugin registration

dnlup opened this issue · comments

commented

I think it's useful to cite this section of the fastify documentation because it directly impacts us. We have specified in the README that we have to use await when registering, now we can also say why.