fix(k8s): avoid cron crashes from supercronic reaper bug#4102
Merged
mmabrouk merged 2 commits intorelease/v0.95.3from Apr 2, 2026
Merged
fix(k8s): avoid cron crashes from supercronic reaper bug#4102mmabrouk merged 2 commits intorelease/v0.95.3from
mmabrouk merged 2 commits intorelease/v0.95.3from
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Railway Preview Environment
Updated at 2026-04-02T09:21:58.295Z |
junaway
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.2.33tov0.2.36in the OSS and EE API runtime Dockerfiles to pick up the upstream reaper fix/usr/local/bin/supercronicexplicitly0.1.4Closes #4062.
Validation
helm lint hosting/helm/agenta-osshelm template agenta-cron-fix hosting/helm/agenta-oss --set secrets.agentaAuthKey=test-auth --set secrets.agentaCryptKey=test-crypt --set secrets.postgresPassword=test-postgresdocker build -f api/oss/docker/Dockerfile.gh -t agenta-api:supercronic-fix-local apitimeout 15s docker run --rm --entrypoint supercronic agenta-api:supercronic-fix-local /app/crontabdocker build -f api/ee/docker/Dockerfile.gh -t agenta-api-ee:supercronic-fix-local apitimeout 15s docker run --rm --entrypoint supercronic agenta-api-ee:supercronic-fix-local /app/crontabRunning, had restart count0, and executed scheduled jobs with command[\"/usr/local/bin/supercronic\", \"/app/crontab\"]docker build -f hosting/railway/oss/cron/Dockerfile -t agenta-railway-cron:supercronic-fix hosting/railway/oss/crontimeout 15s docker run --rm agenta-railway-cron:supercronic-fixafter retagging the local fixed API image asghcr.io/agenta-ai/agenta-api:latest; verified Railway cron starts successfully with/usr/local/bin/supercronic