More workflows that need to obey the TTL.
This commit is contained in:
parent
ca1f5e1c86
commit
ac3255e0c6
3 changed files with 7 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ sub execute {
|
|||
}
|
||||
}
|
||||
# taking too long, give up
|
||||
return $self->WAITING(1) if (time() - $start > 50);
|
||||
return $self->WAITING(1) if (time() - $start > $self->getTTL);
|
||||
}
|
||||
|
||||
# kill temporary files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue