Skip to content
New issue

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

feat: Add temporal and temporal worker to helm stack #720

Closed
wants to merge 5 commits into from
Closed

Conversation

fuziontech
Copy link
Member

This is very much a WIP - avert your eyes!

  • feat: add temporal worker to helm
  • checkpoint

Description

Add a Temporal scheduler based on Temporal's helm chart
https://github.com/temporalio/helm-charts

In production we will be using Temporal Cloud's scheduler, but it's important to include Temporal scheduler in the helm chart for the Open Source users out there (and for testing!)

This also adds a python Temporal worker that will be used to execute workflows on our k8s stack.

How has this been tested?

HAH - we test in prod.

Not really - there will be tests and this will have been tested extensively on DO both with local Temporal scheduler and with Temporal.cloud

scaleTargetRef:
kind: Deployment
apiVersion: apps/v1
name: {{ template "posthog.fullname" . }}-temporalPyWorker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: {{ template "posthog.fullname" . }}-temporalPyWorker
name: {{ template "posthog.fullname" . }}-temporal-py-worker

if what I read above is correct

@fuziontech
Copy link
Member Author

very old

@fuziontech fuziontech closed this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants