IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19460


Ignore:
Timestamp:
Sep 10, 2008, 9:21:52 AM (18 years ago)
Author:
Paul Price
Message:

Add poll args.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/diff.pro

    r19406 r19460  
    8181
    8282  task.exec
     83    $run = difftool -todiffskyfile -limit 20
    8384    if ($DB:n == 0)
    8485      option DEFAULT
    85       command difftool -todiffskyfile -limit 20
    8686    else
    8787      # save the DB name for the exit tasks
    8888      option $DB:$diffSkycell_DB
    89       command difftool -todiffskyfile -limit 20 -dbname $DB:$diffSkycell_DB
     89      $run = $run -dbname $DB:$diffSkycell_DB
    9090      $diffSkycell_DB ++
    9191      if ($diffSkycell_DB >= $DB:n) set diffSkycell_DB = 0
    9292    end
     93    add_poll_args run
     94    command $run
    9395  end
    9496
     
    203205
    204206  task.exec
     207    $run = difftool -pendingcleanuprun -limit 20
    205208    if ($DB:n == 0)
    206209      option DEFAULT
    207       command difftool -pendingcleanuprun -limit 20
    208210    else
    209211      # save the DB name for the exit tasks
    210212      option $DB:$diffCleanup_DB
    211       command difftool -pendingcleanuprun -limit 20 -dbname $DB:$diffCleanup_DB
     213      $run = $run -dbname $DB:$diffCleanup_DB
    212214      $diffCleanup_DB ++
    213215      if ($diffCleanup_DB >= $DB:n) set diffCleanup_DB = 0
    214216    end
     217    add_poll_args run
     218    command $run
    215219  end
    216220
Note: See TracChangeset for help on using the changeset viewer.