Skip to content

Commit

Permalink
Merge branch 'fix/celery-refactor' of github.com:PostHog/posthog into…
Browse files Browse the repository at this point in the history
… fix/celery-refactor
  • Loading branch information
benjackwhite committed Jan 18, 2024
2 parents 4841918 + 5e2c97a commit 6f60068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# serializer version: 1
# name: ClickhouseTestExperimentSecondaryResults.test_basic_secondary_metric_results
'''
/* user_id:132 celery:posthog.celery.sync_insight_caching_state */
/* user_id:132 celery:posthog.tasks.tasks.sync_insight_caching_state */
SELECT team_id,
date_diff('second', max(timestamp), now()) AS age
FROM events
Expand Down
6 changes: 3 additions & 3 deletions posthog/api/test/__snapshots__/test_cohort.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# ---
# name: TestCohort.test_async_deletion_of_cohort.11
'''
/* celery:posthog.celery.clickhouse_clear_removed_data */
/* celery:posthog.tasks.tasks.clickhouse_clear_removed_data */
SELECT DISTINCT team_id,
cohort_id
FROM cohortpeople
Expand Down Expand Up @@ -168,7 +168,7 @@
# ---
# name: TestCohort.test_async_deletion_of_cohort.8
'''
/* celery:posthog.celery.clickhouse_clear_removed_data */
/* celery:posthog.tasks.tasks.clickhouse_clear_removed_data */
SELECT DISTINCT team_id,
cohort_id
FROM cohortpeople
Expand All @@ -179,7 +179,7 @@
# ---
# name: TestCohort.test_async_deletion_of_cohort.9
'''
/* celery:posthog.celery.clickhouse_clear_removed_data */
/* celery:posthog.tasks.tasks.clickhouse_clear_removed_data */
DELETE
FROM cohortpeople
WHERE (team_id = 2
Expand Down

0 comments on commit 6f60068

Please sign in to comment.