Aaron Severs
Aaron Severs
This is a 🐞 bug fix. - [ ] I've added tests (if it's a bug, feature or enhancement) - [ ] I've adjusted the documentation (if it's a feature...
We created some dashboards using the sidekiq metrics such as trace.sidekiq.job.hits to show number of jobs being run. We run a lot of workers and queues, so it would be...
check_dynamodb_local! is expecting host to be 127.0.0.1 but we run dynamodb-local in a docker container and run our tests from docker-compose where the endpoint might be something like http://dynamodb-local:8000. This...