Project

General

Profile

Bug #37272

Updated by Adam Ruzicka 3 months ago

If a (SSH-)task takes longer than 10 minutes to finish, the task fails with @Proxy task gone missing from the smart proxy@. 

 h3. How to reproduce: 

 Create a new 'Run Command - Script Default - Script' Remote Job for a host with the following script: 
 <pre><code class="shell"> 
 echo "Hello" 
 sleep 300 
 echo "Almost there" 
 sleep 300 
 echo "Done" 
 </code></pre> 
 After 10 minutes the Job will end in failure state with the following output: 
 <pre> 
 Hello 
 Almost there 
 Actions::ProxyAction::ProxyActionMissing: Proxy task gone missing from the smart proxy 
 </pre>

Back