Skip to content

Commit

Permalink
chore: kill huey health check (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Nov 27, 2023
1 parent d4d74a6 commit 238c93e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bd_api/apps/api/v1/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
setup_logger(level=level, serialize=serialize)


@periodic_task(crontab(hour="*"))
def healthcheck_task():
...


@prod_task
@periodic_task(crontab(day_of_week="0", hour="3", minute="0"))
def update_table_metadata_task():
Expand Down

0 comments on commit 238c93e

Please sign in to comment.