Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 31, 2024
1 parent 737dc24 commit 52a6b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/tasks/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def clickhouse_mark_all_materialized() -> None:
mark_all_materialized()


@shared_task(ignore_result=True, queue=CeleryQueue.USAGE_REPORTS)
@shared_task(ignore_result=True, queue=CeleryQueue.USAGE_REPORTS.value)
def send_org_usage_reports() -> None:
from posthog.tasks.usage_report import send_all_org_usage_reports

Expand Down

0 comments on commit 52a6b03

Please sign in to comment.