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:
parent
a9865eff6a
commit
39a721de3b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user