Skip to content

Commit

Permalink
chore: bump slow sync version
Browse files Browse the repository at this point in the history
Now that fetching of users is paginated and errors in this step are properly propagated, we should perform sync again to cover affected users.
  • Loading branch information
vitorhugods committed Oct 26, 2023
1 parent 5f7e64e commit 9e97b3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ internal class SlowSyncManager(
}

private companion object {
const val CURRENT_VERSION = 5 // bump this version to perform slow sync when some new feature flag was added

val MIN_RETRY_DELAY = 1.seconds
val MAX_RETRY_DELAY = 10.minutes
val MIN_TIME_BETWEEN_SLOW_SYNCS = 7.days
}
}

const val CURRENT_VERSION = 4 // bump this version to perform slow sync when some new feature flag was added

0 comments on commit 9e97b3b

Please sign in to comment.