server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

Type 2: Add 5 minute valid_interval for HourlyItem Class

Open james-camacho-tel360 opened this issue 9 months ago • 0 comments

Summary

Request Type

Type 2

Description

There are VALID_INTERVALS that go as frequently as 15 minutes. We have use cases where we don't want data sources to be a live connection because of CPU utilization, but we do want our extracts to be refreshed every 5 minutes. If we could have a VALID_INTERVAL of {0.083} to allow for this, we can use the tsc library to create schedules for our data sources programmatically rather than manually creating each individual hourly schedule, which is tedious and time-consuming for our developers

james-camacho-tel360 avatar Feb 14 '25 21:02 james-camacho-tel360