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(temporal-worker): Add steps to trigger deployment #17881

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

tomasfarias
Copy link
Contributor

Problem

Temporal workers should be deployed separately from the PostHog monolith for a few of reasons:

  • Deployments disrupt on-going batch exports, even if the changes don't affect batch exports.
  • The changes that do affect the temporal worker are contained to a small subset of known paths.

Changes

We trigger a temporal worker deploy when changes are detected under posthog/temporal or posthog/batch_exports. This may change in the future, but we'll update this workflow when that happens.

👉 Stay up-to-date with PostHog coding conventions for a smoother review.

How did you test this code?

We trigger a temporal worker deploy when changes are detected under
posthog/temporal or posthog/batch_exports. This may change in the
future, but we'll update this workflow when that happens.
@tomasfarias tomasfarias marked this pull request as ready for review October 10, 2023 10:43
@tomasfarias tomasfarias merged commit d46fa08 into master Oct 16, 2023
66 checks passed
@tomasfarias tomasfarias deleted the feat/trigger-temporal-worker-deploy branch October 16, 2023 09:28
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