A method for high-frequency polling in CBL

Using CBL timers and a connection to an external host, we’d like to setup some server-side code that regularly polls the external source for some data. That data maybe then processed on-the-fly, or stored in Data Service for processing later. Currently it seems the highest frequency timers support is daily.

We are wondering which of the following options (or any others you can suggest) is most suitable:

a) Async call to a custom event handler that forks a Java thread responsible for regularly polling the external source
b) Requesting a modification to the timer functionality to support higher frequency execution, possibly in the order of per second or millisecond. In this case, computational/networking resources would need to be given careful consideration and most likely a business reason too would be required I assume.

Simon, this feature will be implemented in next release.

Regards,
Kate.

Hi Simon,

We will add an ability for custom frequency for timers. The current thinking is the free plan will allow a custom frequency of no less than 60 seconds and the upgraded plans will lower that requirement.

Regards,
Mark

Hi, Simon.

Currently, a) and b) are not supported in our service.Can you provide more information about the service you want to create.It will give us more data for understanding what changes need to add.