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

fix: don't return error when there is a good projectConfig in polling manager #179

Merged
merged 4 commits into from Nov 13, 2019

Conversation

pawels-optimizely
Copy link
Contributor

No description provided.

Copy link
Contributor

@mikeproeng37 mikeproeng37 left a comment

Choose a reason for hiding this comment

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

lgtm, I just have a suggestion I'd like others to chime in

@@ -94,7 +94,10 @@ func (cm *PollingProjectConfigManager) SyncConfig(datafile []byte) {

if e != nil {
cmLogger.Error(fmt.Sprintf("request returned with http code=%d", code), e)
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can tone this down to a Warning. @mjc1283 or @mikecdavis what do you guys think?

Copy link
Contributor

Choose a reason for hiding this comment

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

Chatted with @mjc1283 offline and this is in line with what the other SDKs do.

@pawels-optimizely pawels-optimizely merged commit 5089b4d into master Nov 13, 2019
@pawels-optimizely pawels-optimizely deleted the pawel/fix_polling_manager_error branch November 13, 2019 18:12
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.

None yet

2 participants