Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Feat/changes for version 4 #73

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions eppo_client/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# poller
# We accidently shipped Python with a 5 minute poll interval.
# Customers can set the poll interval to 30 seconds to match the behavior of the other server SDKs.
# Please change this to 30 seconds when ready to bump to 4.0.
POLL_JITTER_SECONDS_DEFAULT = 30 # 30 seconds
POLL_INTERVAL_SECONDS_DEFAULT = 5 * 60 # 5 minutes
POLL_JITTER_SECONDS_DEFAULT = 30
POLL_INTERVAL_SECONDS_DEFAULT = 30
5 changes: 1 addition & 4 deletions eppo_client/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Note to developers: When ready to bump to 4.0, please change
# the `POLL_INTERVAL_SECONDS` constant in `eppo_client/constants.py`
# to 30 seconds to match the behavior of the other server SDKs.
__version__ = "3.8.0"
__version__ = "4.0.2"
Loading