We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f11c4 commit fc7fc5dCopy full SHA for fc7fc5d
docker-compose.yml
@@ -219,6 +219,7 @@ services:
219
context: ./cron
220
args:
221
BASE_IMAGE: "$SENTRY_IMAGE"
222
+ entrypoint: "/entrypoint.sh"
223
command: '"0 0 * * * gosu sentry sentry cleanup --days $SENTRY_EVENT_RETENTION_DAYS"'
224
nginx:
225
<<: *restart_policy
test.sh
@@ -113,3 +113,7 @@ do
113
echo "Pass."
114
done
115
echo "::endgroup::"
116
+
117
+echo "::group::Ensure cleanup crons are working ..."
118
+docker-compose ps | grep -q -- "-cleanup_.\+[[:space:]]\+Up[[:space:]]\+"
119
+echo "::endgroup::"
0 commit comments