Running the latest develop branch (8eaffbb) from source, necessarily using the development profile.
If we configure ping.enabled=true, a ping is scheduled, but not executed.
For example, with the following settings in application.yml:
ping:
enabled: true
interval: 5000 # ms
or the equivalent in environment variables, e.g. PING_ENABLED=true;PING_INTERVAL=5000.
For v1.17 this works (or at least tries to execute the ping), but for develop nothing happens...
Running the latest
developbranch (8eaffbb) from source, necessarily using thedevelopmentprofile.If we configure
ping.enabled=true, a ping is scheduled, but not executed.For example, with the following settings in
application.yml:or the equivalent in environment variables, e.g.
PING_ENABLED=true;PING_INTERVAL=5000.For v1.17 this works (or at least tries to execute the ping), but for
developnothing happens...