Skip to content

v0.2.10-alpha

Compare
Choose a tag to compare
@alfetahe alfetahe released this 31 Oct 23:44
· 39 commits to master since this release

v0.2.10-alpha - 2024-11-01

Added new configuration options for timeout and other static values.

Added

  • storage_purge_interval option added to the configuration to allow the user to set the interval
    for purging the storage table from old data (ttl based).
  • migr_base_timeout option added to the configuration to allow the user to set the timeout
    for the migration process to complete before it is considered failed.
  • dsup_max_restarts option added to the configuration to allow the user to set the maximum
    number of restarts for the distributed supervisor.
  • dsup_max_seconds option added to the configuration to allow the user to set the maximum
    number of seconds for the distributed supervisor to be running before it is considered failed.
  • dsup_shutdown_timeout option added to the configuration to allow the user to set the timeout
    for the distributed supervisor to shutdown before forcefully killing it when receiving a shutdown signal.