'Apscheduler cron to start twice a day

I want to start the test twice a day, 3 am and 9 am.

What value I should set in "hour"? 3-9 start test every hour.

@scheduler.task("cron", id="program_healtcheck", day_of_week="*", hour=?)


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source