You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    « Previous Version 2 Current »

    It's possible to submit a job that will remain in a "blocked" state until a certain time on a specific day, at which time it will then automatically go into a "pending" state and be the next job dispatched to the farm

    With WranglerView

    WV_delayed_start.png

    With ArtistView

    Screen Shot 2016-09-14 at 11.15.57 AM.png

    With the API

    This in an example of how to submit a job that will start at a later time.  

    Lines of interest are:

    • line 14, where the start time is set
    • line 28, where the trigger condition is set 
    Submit a job that will run in 1 hour
    • No labels