Skip to content

Commit 20a1f20

Browse files
author
Paul V Craven
committed
Update event dispatch to try three times to send events
1 parent 8d7d22f commit 20a1f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/helpers/enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class VersionType:
198198
class EventDispatchConfig:
199199
"""Event dispatching configs."""
200200
REQUEST_TIMEOUT: Final = 10
201-
RETRIES: Final = 2
201+
RETRIES: Final = 3
202202

203203

204204
class OdpEventApiConfig:

0 commit comments

Comments
 (0)