When a user is viewing the low code app, an automation script should be run on a regular base to refresh some calculated data so they are up to date for the person watching. e.g. every min
When nobody is watching, this data can be updated in a slower time window using a scheduled task. e.g. every hour.
Should we make 2 scheduled tasks to do the calculation of the data shown in the app, or can a Trigger component run this?
hi Mieke,
I think I understand your use case, but I'm not sure if a trigger component on a page triggering a script is the best way to solve this. What if 200 people have the app open?
Maybe we can add some audit logs or something when connecting/disconnecting, so you can use those to switch frequency of calculation?