IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18319


Ignore:
Timestamp:
Jun 24, 2008, 11:27:31 PM (18 years ago)
Author:
bills
Message:

We forgot the most basic Data Store non-error. 503 Try Again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/pztool_revert_downloadimfile_faults.sql

    r18314 r18319  
    55    AND ABS(TIMESTAMPDIFF(SECOND, epoch, NOW())) < 86400 * 3
    66    AND (
     7        -- HTTP 503: try again
     8        fault = 203
    79        -- HTTP 500: timeout
    8         fault = 200
     10        OR fault = 200
    911        -- HTTP 404: unknown datastore internal problem
    1012        OR fault = 104
Note: See TracChangeset for help on using the changeset viewer.