It’s my limited understanding that data pipelines can only be run every 15 minutes via a ArcGIS Online scheduled task. For a simple pipeline used to sync a small dataset, I want to run the job more often, such as every 5 minutes.
Related use case: Make entire feature read-only based on attribute condition
For example, if the feature is less than 15 minutes old (determined using an editor tracking field), then that means an AGOL scheduled task (TBD; limited to 15 min cycle) has not been run yet to copy the feature to a “record of original survey” archive layer. Since the feature has not been archived/copied yet (not true Esri archiving), I want to prevent edits until the feature has been archived. But I still want to see the feature in Experience Builder; I don’t want to hide it, I just want it to be read only.