Author Topic: Timeout  (Read 4856 times)

Zameer

  • Jr. Member
  • **
  • Posts: 8
Timeout
« on: July 26, 2007, 04:54:18 PM »
Hi,

We're currently submitting jobs through the API, and the Job hash contains a setting for "timelimit". This is setting a time limit on a per subjob basis. What we're looking to do is apply a time limit on an agenda/frame basis. I was wondering if it was possible to accomplish this through the use of callbacks, or if it was possible to do in Qube.

We want to prevent a frame from taking longer then 2 hours to render, and the current system just fails the subjob, and starts the next subjob which can just pick up the same frame.

Thanks,
Zameer
« Last Edit: July 26, 2007, 05:03:18 PM by Zameer »

anthony

  • Senior Software Engineer
  • Hero Member
  • *****
  • Posts: 183
Re: Timeout
« Reply #1 on: July 31, 2007, 08:49:53 AM »
Hey Zameer,

    Currently the Timeout only applies to the Subjob mostly because the concept was designed to be used at the system level.  If you are looking to manage your jobs at the frame level, you've got 2 choices.  You can either setup the job type to manage it's own frame level timeout.  Or, you could potentially write a job type which uses the subjobs to match to frames and use the timeout feature.

     That said, we're also looking at this problem in our development plans.

       Thanks,
             Anthony