Yes there is
. You’re looking for juju model-config
.
This sets the frequency to once per minute:
juju model-config update-status-hook-interval=1m
It’s also possible to run code within the charm’s context outside of the hook cycle when you need even greater control:
2 Likes