https://github.com/render-examples/temporal
https://github.com/render-examples/temporal
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/render-examples/temporal
- Owner: render-examples
- License: mit
- Created: 2022-02-03T00:40:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T23:13:26.000Z (11 months ago)
- Last Synced: 2025-06-21T06:34:19.863Z (6 months ago)
- Language: Shell
- Homepage: https://render.com/docs/deploy-temporal
- Size: 332 KB
- Stars: 25
- Watchers: 4
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Temporal
This is a template for running a production-ready Temporal cluster on Render. The setup supports independent autoscaling for each Temporal service (frontend, matching, history, worker), has [advanced visibility](https://docs.temporal.io/docs/content/what-is-advanced-visibility/) backed by Elasticsearch, and includes an example Go app to trigger and run workflows. Create a new repo using this template, and then click the button below to try it out:
[](https://render.com/deploy?repo=https://github.com/render-examples/temporal)
For deploy instructions, see our [Temporal guide](https://render.com/docs/deploy-temporal).
# Acknowledgements
[auto-setup-override.sh](temporal-cluster/server/auto-setup/auto-setup-override.sh) is based on Temporal's [auto-setup.sh script](https://github.com/temporalio/temporal/blob/077d39c775/docker/auto-setup.sh), with some modifications made to better accommodate Render's architecture.