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

Don't wait for migrations for capture pods #775

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

frankh
Copy link
Contributor

@frankh frankh commented Oct 18, 2023

Description

These pods don't care about migrations and waiting for them slows down scaling and deployments

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How has this been tested?

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

@frankh frankh requested a review from xvello October 18, 2023 10:54
@frankh frankh force-pushed the frank/dont-wait-migration-capture branch from b099962 to 6c1bbaf Compare October 18, 2023 12:36
@frankh frankh force-pushed the frank/dont-wait-migration-capture branch 3 times, most recently from ca12609 to b5c9b8b Compare October 19, 2023 14:24
@@ -16,7 +16,7 @@ image:
# -- PostHog image tag to use (example: `release-1.43.0`).
tag:
# -- PostHog default image. Do not overwrite, use `image.sha` or `image.tag` instead.
default: ":release-1.43.0"
default: ":latest"
Copy link
Contributor

Choose a reason for hiding this comment

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

we have stopped pushing lastest, let's use master here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is posthog/posthog, where we push latest but not master by the looks of it https://hub.docker.com/r/posthog/posthog/tags?page=1&name=master

@frankh frankh force-pushed the frank/dont-wait-migration-capture branch from 0d9f643 to c9599c5 Compare October 20, 2023 10:33
These pods don't care about migrations and waiting for them slows down
scaling and deployments
@frankh frankh force-pushed the frank/dont-wait-migration-capture branch from b88940a to 5edcfe6 Compare October 20, 2023 11:01
@frankh frankh merged commit b165911 into main Oct 20, 2023
48 of 49 checks passed
@frankh frankh deleted the frank/dont-wait-migration-capture branch October 20, 2023 11:06
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