Victoria Series Release Notes¶
17.5.0¶
New Features¶
Added events_delete_batch_size parameter to the expirer class to enable configuration of the parameter with same name. It serves the purpose of limiting number of deleted events in single purge run.
17.3.0¶
New Features¶
Add mysql_enable_ndb parameter to select mysql storage engine.
The new
panko::expirer::maxdelay
parameter has been added. If this parameter has a positive value, it avoids collisional execution of panko-expirer in multiple nodes, by introducing randomized sleep before command execution.
Deprecation Notes¶
The
panko::expirer::enable_cron
parameter has been deprecated and will be removed in a future release. Usepanko::expirer::ensure
instead.