1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

this is super dumb, should be the default

This commit is contained in:
Mike Perham 2020-08-28 13:11:13 -07:00
parent cbb5dc3998
commit eb78747d68

View file

@ -26,6 +26,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379
steps:
- uses: actions/checkout@v2