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

Added RetryHelper in CheckIfEndpointIsReadyForUse function. Moved dup… #25

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

MatthiasSort
Copy link
Contributor

@MatthiasSort MatthiasSort commented Dec 8, 2023

…licated code to functions. Added some more logging. Bump version to 10.0.14

AB#16800

…licated code to functions. Added some more logging. Bump version to 10.0.14
}
if (task.IsCanceled)
{
string aditionalErrorMSG = _requestTimedOutFromGlobalSettings ? "(To change go to global settings and look for TimeoutInMilliseconds)" : "";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a better explanation of the need for the user to change the timeout in this GS path:
/Globalsettings/Modules/DataIntegration/Job/TimeoutInMilliseconds
Since by default there will be no such "TimeoutInMilliseconds" key in the Swift Global settings file so no-one would know what to update or add :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well the bool "_requestTimedOutFromGlobalSettings" is only true when the Global Setting exists/is set, so that extra msg will only be shown if the solution/user has added it :)

@frederik5480 frederik5480 merged commit dc5b24d into main Dec 12, 2023
4 checks passed
@frederik5480 frederik5480 deleted the mss/16618-Better-logging branch December 12, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants