Building our own dashboard

Hi Were building our own dashboard where we list devices and therefore we need to sync the devices known to balena with our internally device list on the dashboard. I am wondering if it is considered bad practice to run such an update via cron every minute? Currently we have hardly any devices but this could grow.

Polling isn’t the best, but is basically your only option until we implement something like this: Implement webhooks/notifications/a means to be alerted of changes · Balena Roadmap

Feel free to upvote there and add a comment about your use case!