Ability to specify Timeout for Agents
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
2
- 17 Oct 2011, 03:49 PM
- 16 Oct 2011, 06:24 PM
Activity
Show:
Alex February 25, 2015 at 1:36 PMEdited
Applying this patch to 5.1.0 project is tricky, because:
no hint/column phrase concept exists there
agent run status constants are not transformed to class constants
there is no
agent_manager.php
and it's part ofevent_manager.php
there is no
SiteDomainLimitation
column in agents
Alex July 25, 2012 at 10:33 AM
Since 5.2.0 version was released.
Alex October 17, 2011 at 3:49 PM
Fix committed to [b]5.2.x branch/b. Commit Message:
Fixes #0001140: Ability to specify Timeout for Agents
Dmitry Andrejev October 16, 2011 at 6:25 PM
Please test the patch
Fixed
Priority
Assignee
Alex
AlexReporter
Dmitry Andrejev
Dmitry AndrejevDeveloper
Dmitry Andrejev
Dmitry AndrejevChange Log Message
Added Timeout functionality for Agents
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
1140
External issue URL
Story Points
2
Fix versions
Affects versions
Created October 16, 2011 at 6:22 PM
Updated December 29, 2024 at 9:10 PM
Resolved July 25, 2012 at 10:33 AM
We are looking for a new ability to specify Timeout time for Agents.
This will be a timeout in seconds after which Agent will be considered as timed out and reset before it runs the next time.
Additionally, LastTimeoutOn field will store when the last timeout took place.