0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 13:39:22 +01:00

chore: Bump batch exports start jitter (#26278)

This commit is contained in:
Tomás Farías Santana 2024-11-20 11:56:25 +01:00 committed by GitHub
parent a9865eff6a
commit 39a721de3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -679,7 +679,7 @@ def sync_batch_export(batch_export: BatchExport, created: bool):
start_at=batch_export.start_at,
end_at=batch_export.end_at,
intervals=[ScheduleIntervalSpec(every=batch_export.interval_time_delta)],
jitter=(batch_export.interval_time_delta / 12),
jitter=(batch_export.interval_time_delta / 6),
time_zone_name=batch_export.team.timezone,
),
state=state,