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(FEC-13146): Kava sent the View event 4 times #213

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

JonathanTGold
Copy link
Contributor

@JonathanTGold JonathanTGold commented May 23, 2023

Description of the Changes

issue: the request-builder retry mechanism retryConfig.maxAttempts parm set to 4 by default 
Therefore when it comes into action (for example in offline mode) it sends the same report 4 times in a row

fix: set retryConfig.maxAttempts to - 1 on Analytics-service

solves FEC-13146

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@JonathanTGold JonathanTGold merged commit f1b5907 into master May 24, 2023
@JonathanTGold JonathanTGold deleted the FEC-13146 branch May 24, 2023 14:10
giladna added a commit that referenced this pull request May 29, 2023
* master:
  chore: trigger build
  fix: trigger build
  fix(FEC-13146): Kava sent the View event 4 times - fix POST method (#214)
  fix(FEC-13146): Kava sent the View event 4 times (#213)
  chore(release): 2.39.3
  fix(FEC-13123): replace travis with github actions (#210)
giladna added a commit that referenced this pull request Jun 8, 2023
* master: (40 commits)
  chore(release): 2.39.4
  fix(FEC-13134): add ceratedAt and endedDate to media entry metadata if available (#216)
  fix(SUP-37445): Identifying tags that include 360 as 360 videos (#212)
  fix(FEC-13123): replace travis with github actions yarn add exact (#215)
  chore: trigger build
  fix: trigger build
  fix(FEC-13146): Kava sent the View event 4 times - fix POST method (#214)
  fix(FEC-13146): Kava sent the View event 4 times (#213)
  chore(release): 2.39.3
  fix(FEC-13123): replace travis with github actions (#210)
  fix(FEC-13123): replace travis with github actions (#209)
  chore(release): 2.39.2
  add gitignore
  chore(release): 2.39.1
  fix(FEC-13123): replace travis with github actions (#208)
  chore(FEC-13123): replace travis with github actions (#207)
  chore: update dist
  fix(FEC-13113): fix and add unit tests in handleRegexAction file (#206)
  chore(release): 2.39.0
  chore: update dist
  ...

# Conflicts:
#	test/src/k-provider/ott/media-config-data.js
@JonathanTGold JonathanTGold self-assigned this Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants