Changeset 19443
- Timestamp:
- Sep 9, 2008, 2:51:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/stack.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/stack.pro
r19406 r19443 81 81 82 82 task.exec 83 $run = stacktool -tosum -limit 20 83 84 if ($DB:n == 0) 84 85 option DEFAULT 85 command stacktool -tosum -limit 2086 86 else 87 87 # save the DB name for the exit tasks 88 88 option $DB:$stackSkycell_DB 89 command stacktool -tosum -limit 20-dbname $DB:$stackSkycell_DB89 $run = $run -dbname $DB:$stackSkycell_DB 90 90 $stackSkycell_DB ++ 91 91 if ($stackSkycell_DB >= $DB:n) set stackSkycell_DB = 0 92 92 end 93 add_poll_args run 94 command $run 93 95 end 94 96 … … 204 206 205 207 task.exec 208 $run = stacktool -pendingcleanuprun -limit 20 206 209 if ($DB:n == 0) 207 210 option DEFAULT 208 command stacktool -pendingcleanuprun -limit 20209 211 else 210 212 # save the DB name for the exit tasks 211 213 option $DB:$stackCleanup_DB 212 command stacktool -pendingcleanuprun -limit 20-dbname $DB:$stackCleanup_DB214 $run = $run -dbname $DB:$stackCleanup_DB 213 215 $stackCleanup_DB ++ 214 216 if ($stackCleanup_DB >= $DB:n) set stackCleanup_DB = 0 215 217 end 218 add_poll_args run 219 command $run 216 220 end 217 221
Note:
See TracChangeset
for help on using the changeset viewer.
