Rich Turner
Rich Turner
> I tested the gateway functionality: > > 1. On test4 I created a gateway from one realm to the other with 10000 test devices. When deleting the gateway, the...
> With these changes I get errors whenever I try to delete an asset. Looks like the assetId is missing from the request: > >  Good...
> > I tested the gateway functionality: > > > > 1. On test4 I created a gateway from one realm to the other with 10000 test devices. When deleting...
> > > > I tested the gateway functionality: > > > > > > > > 1. On test4 I created a gateway from one realm to the other...
> Not sure if your specific threading issues are caused by this, but we found the `LockByKey` class from this [article](https://www.baeldung.com/java-acquire-lock-by-key) to not be thread-safe (and notified the author). This...
Hey @wborn I want to add some additional info about the dashboard and want to combine it with any changes I make in https://github.com/openremote/openremote/issues/1853
Thanks for the review @wborn ready again
`VACUUM FULL` cleans things up but `AUTOVACUUM` does not; could be transaction locks?
Let's simplify this and just get the `PersistenceService` to do this work for now (see usage of CronExpression in JsonRulesBuilder), see below useful info about `VACUUM` vs `VACUUM ANALYZE` vs...