diff options
Diffstat (limited to 'protocol.html')
| -rw-r--r-- | protocol.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/protocol.html b/protocol.html index 92e084d..ea5405d 100644 --- a/protocol.html +++ b/protocol.html | |||
| @@ -60,7 +60,7 @@ | |||
| 60 | 60 | ||
| 61 | 61 | ||
| 62 | <div class="version"> | 62 | <div class="version"> |
| 63 | 0.2.6.5 | 63 | 0.2.7 |
| 64 | </div> | 64 | </div> |
| 65 | 65 | ||
| 66 | 66 | ||
| @@ -717,14 +717,21 @@ | |||
| 717 | <td>0</td> | 717 | <td>0</td> |
| 718 | <td>Retry a failed job this many times before accepting defeat.</td> | 718 | <td>Retry a failed job this many times before accepting defeat.</td> |
| 719 | </tr> | 719 | </tr> |
| 720 | <tr class="row-even"><td>guarantee</td> | 720 | <tr class="row-even"><td>timeout:#</td> |
| 721 | <td>X</td> | ||
| 722 | <td> </td> | ||
| 723 | <td> </td> | ||
| 724 | <td>0</td> | ||
| 725 | <td>Kill the job after X seconds, defaults to never timing out (0)</td> | ||
| 726 | </tr> | ||
| 727 | <tr class="row-odd"><td>guarantee</td> | ||
| 721 | <td>X</td> | 728 | <td>X</td> |
| 722 | <td> </td> | 729 | <td> </td> |
| 723 | <td> </td> | 730 | <td> </td> |
| 724 | <td>False</td> | 731 | <td>False</td> |
| 725 | <td>Ensure the job completes by letting someone else worry about a success reply.</td> | 732 | <td>Ensure the job completes by letting someone else worry about a success reply.</td> |
| 726 | </tr> | 733 | </tr> |
| 727 | <tr class="row-odd"><td>nohaste</td> | 734 | <tr class="row-even"><td>nohaste</td> |
| 728 | <td> </td> | 735 | <td> </td> |
| 729 | <td> </td> | 736 | <td> </td> |
| 730 | <td>X</td> | 737 | <td>X</td> |