YaroBear / task-engine-py

MIT License
0 stars 2 forks source link

WaitForResource feature #2

Open YaroBear opened 2 months ago

YaroBear commented 2 months ago

WaitForResource

Sometimes we have to wait for a resource to become available to configure it. Implement a hook that can wait for a resource up to a specified amount of time before firing performTask()

drewcornwall commented 2 months ago

I'll check this one out.