We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 20.12.0
I expect all docker services to start.
sentry-cleanup-onpremise-local "/etc/sentry/entrypo…" 4 minutes ago Restarting (127) 10 seconds ago sentry_onpremise_sentry-cleanup_1
$ docker logs sentry_onpremise_sentry-cleanup_1 -f /docker-entrypoint.sh: line 27: exec: 0 0 * * * gosu sentry sentry cleanup --days 90: not found
I believe that issue was introduced by #834 (comment)
sentry-cleanup: <<: *sentry_defaults image: sentry-cleanup-onpremise-local build: context: ./cron args: BASE_IMAGE: "$SENTRY_IMAGE" entrypoint: "/entrypoint.sh" <---- Added line command: '"0 0 * * * gosu sentry sentry cleanup --days $SENTRY_EVENT_RETENTION_DAYS"'
I was able to start failing service
The text was updated successfully, but these errors were encountered:
fix(cron): Fix sentry-cleanup entrypoint issue
6cc93e2
Fixes #860 and adds a test case to ensure all cleanup jobs are working.
fix(cron): Fix sentry-cleanup entrypoint issue (#861)
fc7fc5d
BYK
Successfully merging a pull request may close this issue.
Version Information
Version: 20.12.0
Steps to Reproduce
Expected Result
I expect all docker services to start.
Actual Result
sentry-cleanup-onpremise-local "/etc/sentry/entrypo…" 4 minutes ago Restarting (127) 10 seconds ago sentry_onpremise_sentry-cleanup_1
Logs
I believe that issue was introduced by
#834 (comment)
I was able to start failing service
The text was updated successfully, but these errors were encountered: