Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Exit JVM if an error is thrown or the main loop exits #119

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2019

  1. Fixed some timeout issues on startup

    Fixed issues with PodIds containing .
    Exit JVM if an error is thrown or the main loop exits
    ANeumann82 committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    94c6330 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Let's not put stream defaults in USI

    If we need timeouts they should be controlled by USI specific config,
    and not by changing Akka defaults. Doing the latter could lead to
    surprising behavior in frameworks that use Akka.
    
    Further, the override order for reference.conf files is
    non-deterministic. Depending on the packaging method used, one
    reference.conf file (from akka) could take precendence over another, and
    lead to non-deterministic config.
    
    Avoid.
    Tim Harper committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    da9ea23 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    b183d47 View commit details
    Browse the repository at this point in the history