-
Notifications
You must be signed in to change notification settings - Fork 8
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
Failed to post comment #177
Labels
bug
Something isn't working
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/SET-936.
|
The last log line is interesting:
It seems like athena somehow thinks it successfully posted a comment where it didn't. |
nicolasbock
added a commit
to nicolasbock/athena-core
that referenced
this issue
Sep 12, 2024
In order to avoid stale connections to Salesforce and files.com, do not re-use those connections (the clients) and rather create new client connections when needed. Issue: canonical#177 Signed-off-by: Nicolas Bock <[email protected]>
nicolasbock
added a commit
to nicolasbock/athena-core
that referenced
this issue
Sep 13, 2024
Processor Edition In order to avoid stale connections to Salesforce and files.com, do not re-use those connections (the clients) and rather create new client connections when needed. Issue: canonical#177 Signed-off-by: Nicolas Bock <[email protected]>
nicolasbock
added a commit
to nicolasbock/athena-core
that referenced
this issue
Sep 13, 2024
Processor Edition In order to avoid stale connections to Salesforce and files.com, do not re-use those connections (the clients) and rather create new client connections when needed. Issue: canonical#177 Signed-off-by: Nicolas Bock <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some time the Salesforce session ID expires and Athena fails to post comments to cases. The trace of this behavior in the log is
Athena should notice such failures and try a little harder to recover. At the very least, the comment that was going to be posted should be stored so that it can be posted once the connection is restored.
The text was updated successfully, but these errors were encountered: