https://github.com/eggheadio/egghead-temporal
https://github.com/eggheadio/egghead-temporal
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggheadio/egghead-temporal
- Owner: eggheadio
- License: mit
- Created: 2022-03-17T19:21:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T17:34:35.000Z (about 4 years ago)
- Last Synced: 2024-12-28T11:12:05.833Z (over 1 year ago)
- Language: Shell
- Size: 317 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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)
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.