Skip to content

Commit

Permalink
chore: decrease huey health check frequency (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Nov 24, 2023
1 parent d14f438 commit ae54b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bd_api/apps/api/v1/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup_logger(level=level, serialize=serialize)


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

Expand Down

0 comments on commit ae54b03

Please sign in to comment.