@@ -106,9 +106,13 @@ def create(
106
106
based on both a period of time and specific property values.
107
107
108
108
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.
110
112
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.
112
116
113
117
close_time: The time at which no more events will be accepted for this backfill. The
114
118
backfill will automatically begin reflecting throughout Orb at the close time.
@@ -418,9 +422,13 @@ async def create(
418
422
based on both a period of time and specific property values.
419
423
420
424
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.
422
428
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.
424
432
425
433
close_time: The time at which no more events will be accepted for this backfill. The
426
434
backfill will automatically begin reflecting throughout Orb at the close time.
0 commit comments