Is there a way to increase frequency of update-status hook?

Yes there is :slight_smile:. 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