Skip to content

kumo.bump_config_epoch()

Since: Version 2024.11.08-d383b033

The functionality described in this section requires version 2024.11.08-d383b033 of KumoMTA, or a more recent version.

Increments the current configuration epoch and notifies various internal modules and processes of the change, causing them to refresh their state.

See Configuration Monitoring for more information on this topic.

This particular function is intended to be used in a reactive manner. For example, the shaping helper uses kumo.spawn_task and kumo.http.connect_websocket to subscribe to the TSA daemon, and then calls kumo.bump_config_epoch() in response to changes in configuration provides by TSA daemon.