File: timer-stop_on_exception-9f21d7c4d6d1b0d9.yaml

package info (click to toggle)
python-oslo.service 4.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: python: 4,646; makefile: 20; sh: 2
file content (6 lines) | stat: -rw-r--r-- 251 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
---
features:
  - |
    The ThreadGroup add_timer_args() and add_dynamic_timer_args() methods now
    support passing a stop_on_exception=False argument to allow the timer to
    keep running even when an exception is raised by the callback function.