Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agent: bounce session after failed status update #1539

Merged

Commits on Sep 15, 2016

  1. agent: bounce session after failed status update

    Previously, failed calls on an agent session to UpdateTaskStatus weren't
    causing the agent to fall back into the session creation retry loop.
    Without the retry loop, the agent ends up pounding the dispatcher with
    status updates that will never drain.
    
    This PR closes the session on a fatal error, ensuring that the agent
    will fallback into a retry loop.
    
    Signed-off-by: Stephen J Day <[email protected]>
    stevvooe committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    353423b View commit details
    Browse the repository at this point in the history