We have a need to start particular Task at given time. But the problem is that the time to start the task is calculated/set during the release, so we need to be able to start this particular task at calculated datetime.

Our Current workaround is to dynamically create a new task and wait (block release).

Use Case: We have implemented "continuous deployment" (with unattended deployments) where the deployment time is set to the hours when the operations people are available (in case something goes wrong)

Comments