IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2010, 1:12:26 PM (16 years ago)
Author:
watersc1
Message:

Change to make stack summary code run at 9PM HST to attempt to dodge a race condition. Probablyl not a final solution, but will work for now.

Location:
branches/czw_branch/20100519
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20100519

  • branches/czw_branch/20100519/ippTools/share/pubtool_pending.sql

    r27052 r28338  
    2626        AND publishClient.active = 1
    2727        AND publishRun.state = 'new'
    28         AND diffRun.state = 'full'
     28        AND diffRun.state IN ('full', 'cleaned', 'goto_cleaned')
    2929        AND (diffRun.magicked > 0 OR diffRun.diff_mode = 4 OR publishClient.magicked = 0)
    3030        -- WHERE hook %s
     
    4747        AND publishClient.active = 1
    4848        AND publishRun.state ='new'
    49         AND camRun.state = 'full'
     49        AND camRun.state IN ('full', 'cleaned', 'goto_cleaned')
    5050        AND (camRun.magicked > 0 OR publishClient.magicked = 0)
    5151        -- WHERE hook %s
Note: See TracChangeset for help on using the changeset viewer.