diff --git a/bd_api/apps/api/v1/tasks.py b/bd_api/apps/api/v1/tasks.py index df848537..e462b891 100644 --- a/bd_api/apps/api/v1/tasks.py +++ b/bd_api/apps/api/v1/tasks.py @@ -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():