SAP BTP Job Scheduler Service | Create CF Task to replicate data every min

Hello Everyone,

We are developing an Ariba extension app on BTP in order to customize Sourcing process for one of the Customers and we need project, event and bids data from Aria to BTP to achieve this. We have Ariba APIs using which we can query the data from Ariba for a given date range. We have created an app which contains the logic to process the persist the data on BTP. This app is scheduled to run every 5 mins using SAP BTP Job Scheduler service – CF Task and we are able to replicate the data every 5 mins.

But, the issue is Customer cannot wait for 5 mins in certain scenarios and data has to reach BTP in almost real time or less than a minute. But, CF Task cannot be scheduled to run with frequency less than 5 mins. Hence, is there any way we can run the app every 1 min in order to replicate the data? We have evaluated push architecture, event based instead of periodic but right now this is not possible and also the app has logic for several other entities which needs replication and hence the app is quite big.

Can we use 5 different schedule with 1 min gap between start time and set frequency of 5 mins?

Thanks for your help.

Prabhanjan

Scroll to Top