/tenacity-poc

A POC of tenacity retry library

Primary LanguagePython

Tenacity POC

A Qick test of the tenacity library and also this projects pretends to be somekind of Grafana k6 tool testing.

Getting started

  1. Set up the project, to do so we need to set up two different stacks, the Node.js and the python one executing this simple command:
make setup

remember, it's very convenient to activate the environment to avoid possible errors (source .venv/bin/activate)

  1. Start the HTTP server
make server
  1. Testing the tenacity retries:
make client

Testing the HTTP server using k6s

After has started the HTTP server you should launch the k6 script, easy peacy:

make test/performance