Max Hauser

Results 238 comments of Max Hauser

`blockedVersions` would be fine for me regarding io-pack and name in PR is also fine so LGTM if someone wants to optimize the messages go for it and do we...

Please fix tests first @GermanBluefox

So I guess currently it’s just a SETEX redis command. Redis does not provide a logic to expire and set a new value on expire. Expiration always means deletion. So...

It depends. Is the goal really to build a 1:1 behavior of redis expire or is it enough on controller level. To rebuild redis behavior it is probably lots of...

Guess, this one is a duplicate: https://github.com/ioBroker/ioBroker.js-controller/issues/650 - I would keep the current issue open due to our discussion, even though the other one was there before.

So something like a "scripts" field in io-pack JSON which will be executed by controller?

Then we have the prerequisite that the controller needs to run on the other host. So we can only try to do that ;-) Or additionally set a state if...

Controller just uses `os.freemem` to determine if there is low memory. Adapter should start anyways and only a log + notification is generated. Mem Limit can also be configured in...

It gets started and then stopped with code `already running`, has nothing to do with available memory. So the `alive` state is already set due to some reason.