atsign-company / shepherd

Docker swarm service for automatically updating your services whenever their base image is refreshed
https://hub.docker.com/r/mazzolino/shepherd
MIT License
0 stars 0 forks source link

feat: sleep inside the loop when no update found #12

Closed cpswan closed 2 years ago

cpswan commented 2 years ago

Fixes https://github.com/atsign-foundation/at_server/issues/749

- What I did

Introduced sleeps into the inner loop when Shepherd doesn't find an image update

- How to verify it

Presently testing on staging, and all working as expected.

- Description for the changelog

feat: sleep inside the loop when no update found