Skip to content

Commit

Permalink
chore(data-warehouse): change task (#19513)
Browse files Browse the repository at this point in the history
change task
  • Loading branch information
EDsCODE authored Dec 26, 2023
1 parent 15c2f8a commit 51182ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def setup_periodic_tasks(sender: Celery, **kwargs):

sender.add_periodic_task(
crontab(minute="23", hour="*"),
calculate_external_data_rows_synced.s(),
check_data_import_row_limits.s(),
name="check external data rows synced",
)

Expand Down

0 comments on commit 51182ce

Please sign in to comment.