Maybe you could use a sensor https://airflow.apache.org/docs/apache-airflow/stable/howto/operator/time.html
Think in the dependencies defined ( task_1 >> sensor >> task_2) task_1 will run at 5h30, if it sucessed it will run the sensor (it`ll wait until 8h30) and finally running the task_2.