Skip to content

Commit

Permalink
fix: add logging
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Oct 7, 2024
1 parent 8b9c17a commit 21ffe95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data:
for i in {1..5}
do
[[ $(./manage.py migrate --check) == 0 ]] && exit
echo "retrying wait for migration $i"
sleep 15
done
exit 1

0 comments on commit 21ffe95

Please sign in to comment.