What retry policy do i set in order to only wait a certain X amount of time if no worker has picked up the workflow task?

Since Temporal is a layer of abstraction for me, I want to let users know pretty quickly if a workflow failed to even get picked up from the task queue. But I also don’t want to set a time limit on the actual workflow execution time.