User input data not retained

Hi

We have GPS devices sending location to immutable buckets. We used immutable buckets to keep the cost of data storage down using the retention policy.

The problem : The user can on his dashboard set a variable stored on the devices immutable bucket. This variable enables notifications.

When the retention policy is activated it deletes all the variables and as the dashboard input control has default set to “last” the notifications control defaults to off. As a result the user will not receive any notifications unless he resets the input control after every retention policy run, this is not good.

If anyone has an idea on how to get around this problem, please advise.

Thanks.

Hi Shepherd,

I recommend you use a mutable device to manage these types of data. Mutable doesn’t have data retention, you can delete the data when you want.

NOTE: Each device mutable has a 50k limit of data registers.

Just create a mutable device to store “configuration data” and update your access management to allow the user access to this new device.