45 | | --app appname:: Name of the application |
46 | | [ --one_pass_N_WU N ]:: Validate at most N WUs, then exit |
47 | | [ --one_pass ]:: Make one pass through WU table, then exit |
48 | | [ --mod n i ]:: Process only WUs with (id mod n) == i. This option lets you run multiple instances of the validator for increased performance. |
49 | | [ --max_granted_credit X ]:: Grant no more than this amount of credit to a job. |
50 | | [ --update_credited_job ]:: For each valid result, create an entry in the credited_job database table. |
| 45 | --app appname:: Name of the application |
| 46 | [ -d N ]:: Sets the log verbosity level. 1=low ... 4=high. |
| 47 | [ --sleep_interval n ]:: Sleep n secs if there was nothing to do within the last pass |
| 48 | [ --one_pass_N_WU N ]:: Validate at most N WUs, then exit |
| 49 | [ --one_pass ]:: Make one pass through WU table, then exit |
| 50 | [ --dry_run ]:: Don't update db, just write logs (for debugging) |
| 51 | [ --mod n i ]:: Process only WUs with (id mod n) == i. This option lets you run multiple instances of the validator for increased performance. |
| 52 | [ --max_wu_id n ]:: Process only WUs with id <= n |
| 53 | [ --min_wu_id n ]:: Process only WUs with id >= n |
| 54 | [ --max_granted_credit X ]:: Grant no more than this amount of credit to a job. |
| 55 | [ --update_credited_job ]:: For each valid result, create an entry in the credited_job database table. |