Skip to content

Commit

Permalink
Add missing temporal activity
Browse files Browse the repository at this point in the history
  • Loading branch information
rossgray committed Dec 19, 2024
1 parent fb3bad7 commit 468291a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posthog/temporal/batch_exports/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
)
from posthog.temporal.batch_exports.monitoring import (
BatchExportMonitoringWorkflow,
check_for_missing_batch_export_runs,
get_batch_export,
get_event_counts,
update_batch_export_runs,
Expand Down Expand Up @@ -86,4 +87,5 @@
get_batch_export,
get_event_counts,
update_batch_export_runs,
check_for_missing_batch_export_runs,
]

0 comments on commit 468291a

Please sign in to comment.