Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable failure services when failure_transport disable in user land #29

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 10, 2022

  1. Use miliseconds for statistics

    store waiting_time in seconds+microseconds
    
    store handling_time in seconds+microseconds
    
    store failing_time in seconds+microseconds
    
    Fixed statistics computing
    
    Handle micro/milli seconds in twig time filter
    
    Tested retry behavior
    
    Fixed waiting_time for messages with delay
    nikophil committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    7211389 View commit details
    Browse the repository at this point in the history
  2. Disable failure services when failure_transport is disabled in user land

    Add functional test when failure_transport is not configured
    nikophil committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    2087c8a View commit details
    Browse the repository at this point in the history