Running Server Connect API at an interval

Hi Wappler Community
I’d like a SC API to be run every 5 seconds while someone is on a specific page.
I searched a bit here and find cron jobs etc. But this is not on server side, this is while a user is on a browser page.
Any idea welcome :slight_smile:

Hello,
There is a special component doing exactly that, it’s called Action Scheduler:

Thank you @Teodor! I used the scheduler and it works perfectly.
For the readers, I had to couple the scheduler to the API, and use a session management to keep the parameters needed for the API, but all worked well.

1 Like