Neill Lima

Results 2 issues of Neill Lima

I have a project that uses `retry-axios` with `axios v0.27.2`. It has been upgraded to `axios v1.1.3` and the retries simply stopped working - it looks to me that the...

If anyone needs a `docker-compose.yaml` for local testing, the one below can be leveraged: ```yaml version: "3" services: postgres: image: postgres healthcheck: test: pg_isready -U postgres interval: 5s timeout: 3s...