48c51fe9cd74d75125d4ee2541fe8a8d5e7462c8

ThreadGroup add_dynamic_timer_args and add_timer_args use DynamicLoopingCall and FixedIntervalLoopingCall respectively. Both classes have support for stop_on_exception, but this parameter was not exposed in ThreadGroup functions to create timers. This change adds the missing stop_on_exception to the timer functions so that ThreadGroup timers can continue on exceptions if the user chooses to do so. Change-Id: If03276f290e86e95ddc0b1d749b7460ed752b8ef Co-Authored-By: Zane Bitter <zbitter@redhat.com>
Team and repository tags
oslo.service -- Library for running OpenStack services
oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications. It also includes utilities long-running applications might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.service/latest/
- Source: https://git.openstack.org/cgit/openstack/oslo.service
- Bugs: https://bugs.launchpad.net/oslo.service
- Release notes: https://docs.openstack.org/releasenotes/oslo.service/
Description
Languages
Python
100%