Timing requirements nrf_fuel_gauge_process

Hi, I am looking at the documentation of the fuel gauge API, specifically at "nrf_fuel_gauge_process" (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfxlib/nrf_fuel_gauge/doc/api.html#c.nrf_fuel_gauge_process). While the documentation states "Current and voltage measurements do not have to be made at a certain interval", I couldn't find anywhere some guidelines regarding the recommended timing of this function. Specifically, I'd like to know if there is a maximum period for calling nrf_fuel_guage_process that keeps the estimations reasonably accurate. The "nrf_fuel_gauge" sample runs the update function every second, but I'd like to knoe if it can be called (much) slower than this.
Thank you.

Related