Author Topic: retry count?  (Read 3992 times)

vicken

  • Jr. Member
  • **
  • Posts: 8
retry count?
« on: May 06, 2013, 05:40:14 PM »
Hi, was wondering if it's possible ( perhaps through the api, qb.jobinfo(...) ) to determine if a work item has been retried or count the number of times it's been retried? thanks!

jburk

  • Administrator
  • *****
  • Posts: 493
Re: retry count?
« Reply #1 on: May 06, 2013, 06:03:57 PM »
Not at the moment (reliably); a "retry count" is something we're going to be adding to a future release of Qube, but it's not present in the current version.

When a failed frame is auto-retried due to the job's "retrywork" value, the history only shows the frame running, then pending, then running.

[May 6, 2013 11:00:21] 34729:1 - __QUBE_SYSTEM__@ work state: running subjob: 34729.0 (10.0.1.101)
[May 6, 2013 11:00:21] 34729:1 - __QUBE_SYSTEM__@ work state: pending subjob: 34729.0 (10.0.1.101)
[May 6, 2013 11:00:21] 34729:1 - __QUBE_SYSTEM__@ work state: running subjob: 34729.0 (10.0.1.101)
[May 6, 2013 11:00:21] 34729:1 - __QUBE_SYSTEM__@ work state: pending subjob: 34729.0 (10.0.1.101)
[May 6, 2013 11:00:21] 34729:1 - __QUBE_SYSTEM__@ work state: running subjob: 34729.0 (10.0.1.101)