@@ -106,9 +106,13 @@ def create(
106106 based on both a period of time and specific property values.
107107
108108 Args:
109- timeframe_end: The (exclusive) end of the usage timeframe affected by this backfill.
109+ timeframe_end: The (exclusive) end of the usage timeframe affected by this backfill. By
110+ default, Orb allows backfills up to 10 days in duration at a time. Reach out to
111+ discuss extending this limit and your use case.
110112
111- timeframe_start: The (inclusive) start of the usage timeframe affected by this backfill.
113+ timeframe_start: The (inclusive) start of the usage timeframe affected by this backfill. By
114+ default, Orb allows backfills up to 10 days in duration at a time. Reach out to
115+ discuss extending this limit and your use case.
112116
113117 close_time: The time at which no more events will be accepted for this backfill. The
114118 backfill will automatically begin reflecting throughout Orb at the close time.
@@ -418,9 +422,13 @@ async def create(
418422 based on both a period of time and specific property values.
419423
420424 Args:
421- timeframe_end: The (exclusive) end of the usage timeframe affected by this backfill.
425+ timeframe_end: The (exclusive) end of the usage timeframe affected by this backfill. By
426+ default, Orb allows backfills up to 10 days in duration at a time. Reach out to
427+ discuss extending this limit and your use case.
422428
423- timeframe_start: The (inclusive) start of the usage timeframe affected by this backfill.
429+ timeframe_start: The (inclusive) start of the usage timeframe affected by this backfill. By
430+ default, Orb allows backfills up to 10 days in duration at a time. Reach out to
431+ discuss extending this limit and your use case.
424432
425433 close_time: The time at which no more events will be accepted for this backfill. The
426434 backfill will automatically begin reflecting throughout Orb at the close time.
0 commit comments