Skip to content

Commit

Permalink
Re-enable optimize table call
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Apr 25, 2024
1 parent f7f463a commit 1035bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oonipipeline/src/oonipipeline/temporal/workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ class ObservationsWorkflowParams:
class ObservationsWorkflow:
@workflow.run
async def run(self, params: ObservationsWorkflowParams) -> dict:
# optimize_all_tables(params.clickhouse)
# TODO(art): wrap this a coroutine call
optimize_all_tables(params.clickhouse)

workflow_id = workflow.info().workflow_id

Expand Down

0 comments on commit 1035bd3

Please sign in to comment.