-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
bugSomething's wrongSomething's wrong
Milestone
Description
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...
Metadata
Metadata
Assignees
Labels
bugSomething's wrongSomething's wrong