Conversation
R² sandbox workflows run on either Temporal or pg-boss. When no Temporal cluster is enabled (neither the retool-temporal-services-helm subchart nor an external temporal config), emit `R2_ORCHESTRATION_BACKEND=postgres` on the backend, workflow backend, workers, and jobs runner so R² falls back to pg-boss instead of failing to reach a nonexistent Temporal frontend. Gated on image tag >= 4.47.0 — older images don't support the postgres backend and keep the Temporal default.
Contributor
|
| Filename | Overview |
|---|---|
| charts/retool/templates/_helpers.tpl | Adds centralized Temporal detection, version-gated R² backend selection, and shared environment propagation. |
| charts/retool/templates/deployment_jobs.yaml | Adds the conditional R² orchestration backend environment entry to the jobs-runner configuration. |
| charts/retool/Chart.yaml | Bumps the chart patch version to publish the template behavior change. |
Reviews (2): Last reviewed commit: "Bump chart version to 6.11.24" | Re-trigger Greptile
rdavison
approved these changes
Sep 1, 2026
R2_ORCHESTRATION_BACKEND=postgres when Temporal is disabledR2_ORCHESTRATION_BACKEND=postgres when Temporal is disabled
golfdish
approved these changes
Sep 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.
R² sandbox workflows run on either Temporal or pg-boss. When no Temporal cluster is enabled (neither the retool-temporal-services-helm subchart nor an external temporal config), emit
R2_ORCHESTRATION_BACKEND=postgreson the backend, workflow backend, workers, and jobs runner so R² falls back to pg-boss instead of failing to reach a nonexistent Temporal frontend.Gated on image tag >= 4.47.0 — older images don't support the postgres backend and keep the Temporal default.