Changeset 27895
- Timestamp:
- May 10, 2010, 10:46:52 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/summit.copy.pro (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/summit.copy.pro
r26698 r27895 107 107 periods -timeout 20 108 108 npending 1 109 # trange 16:00 23:59 110 # trange 00:00 04:00 109 110 # only active in the day (06:00 to 19:00 HST, times are UT): 111 trange -reset 112 # trange 16:00 23:59 113 # trange 00:00 05:00 111 114 112 115 task.exec … … 153 156 # and inserting these into a db table on the local cluster (pzDownloadExp) 154 157 task pzgetexp 158 host local 159 155 160 periods -exec 30 156 161 periods -poll 1 157 162 periods -timeout 700 158 # trage 16:00 23:59159 # trage 00:00 04:00160 163 npending 1 161 host local 164 165 # only active in the day (06:00 to 19:00 HST, times are UT): 166 trange -reset 167 # trange 16:00 23:59 168 # trange 00:00 05:00 162 169 163 170 task.exec … … 213 220 periods -poll 1 214 221 periods -timeout 20 215 # trange 16:00 23:59216 # trange 00:00 04:00217 222 npending 1 223 224 # only active in the day (06:00 to 19:00 HST, times are UT): 225 trange -reset 226 # trange 16:00 23:59 227 # trange 00:00 05:00 218 228 219 229 task.exec … … 224 234 # save the DB name for the exit tasks 225 235 option $DB:$pztoolPendingExp_DB 226 command pztool -pendingexp -limit 5-dbname $DB:$pztoolPendingExp_DB236 command pztool -pendingexp -limit 10 -dbname $DB:$pztoolPendingExp_DB 227 237 $pztoolPendingExp_DB ++ 228 238 if ($pztoolPendingExp_DB >= $DB:n) set pztoolPendingExp_DB = 0 … … 261 271 # database table of imfiles 262 272 task pzgetimfile 273 host local 274 263 275 periods -exec 0.05 264 276 periods -poll 0.025 265 277 periods -timeout 700 266 # trage 16:00 23:59267 # trage 00:00 04:00268 host local269 278 npending 10 279 280 # only active in the day (06:00 to 19:00 HST, times are UT): 281 trange -reset 282 # trange 16:00 23:59 283 # trange 00:00 05:00 270 284 271 285 task.exec … … 336 350 host local 337 351 338 periods -exec 30352 periods -exec 10 339 353 periods -poll 1 340 354 periods -timeout 120 341 # trage 16:00 23:59342 # trage 00:00 04:00343 355 npending 1 356 357 # only active in the day (06:00 to 19:00 HST, times are UT): 358 trange -reset 359 # trange 16:00 23:59 360 # trange 00:00 05:00 344 361 345 362 # select entries from the current DB; cycle to the next DB, if it exists … … 352 369 # save the DB name for the exit tasks 353 370 option $DB:$pztoolPendingImfile_DB 354 command pztool -pendingimfile -limit 60 -dbname $DB:$pztoolPendingImfile_DB371 command pztool -pendingimfile -limit 240 -dbname $DB:$pztoolPendingImfile_DB 355 372 $pztoolPendingImfile_DB ++ 356 373 if ($pztoolPendingImfile_DB >= $DB:n) set pztoolPendingImfile_DB = 0 … … 384 401 periods -poll 0.05 385 402 periods -timeout 1150 403 404 # only active in the day (06:00 to 19:00 HST, times are UT): 386 405 trange -reset 387 # only active in the night (18:00 to 06:00 HST, times are UT):388 # trange 04:00 16:00389 # only active in the day (06:00 to 18:00 HST, times are UT):390 406 # trange 16:00 23:59 391 # trange 00:00 0 4:00407 # trange 00:00 05:00 392 408 393 409 task.exec … … 548 564 periods -poll 1 549 565 periods -timeout 120 550 # trage 16:00 23:59551 # trage 00:00 04:00552 566 npending 1 553 567 … … 592 606 periods -poll 0.05 593 607 periods -timeout 650 594 # trage 16:00 23:59595 # trage 00:00 04:00596 608 597 609 task.exec
Note:
See TracChangeset
for help on using the changeset viewer.
