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

fix: don't process subscriptions with no assets #17988

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

pauldambra
Copy link
Member

see https://posthog.sentry.io/issues/4536893711/events/b6a094c831df429fade477d4b3ff97d5/?project=1899813&referrer=previous-event

Subscriptions can have no assets... if they have no assets then we shouldn't wait on the generation to happen

This become obvious when the code was changed to parallel_job = chain(*tasks).apply_async() splatting empty tasks into a chain leads to parallel_job being None

@sentry-io
Copy link

sentry-io bot commented Oct 15, 2023

Sentry issue: POSTHOG-KEG

@pauldambra pauldambra merged commit 208451b into master Oct 16, 2023
68 checks passed
@pauldambra pauldambra deleted the fix/none-instead-of-task branch October 16, 2023 12:51
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