server-client-python
server-client-python copied to clipboard
Type 2: Add 5 minute valid_interval for HourlyItem Class
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