You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setting property in property file worked, but not yaml file
also, i need scheduler created after app starts - scheduler now starts after app starts, however, scheduler is created during app startup, which i need deferred until after app starts.
I added following
Db-scheduler configuration
db-scheduler:
threads: 5
polling-interval: 5s
heartbeat-interval: 5m
immediate-execution-enabled: false
delay-startup-until-context-ready: true
which appear to have no effect.
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Expected Behavior
expected startup not to be immediate, but delayed for spring boot (latest) running on mac OS.
Current Behavior
For bug reports
YOU MAY DELETE THE
For bug reports
SECTION IF A NEW FEATURE REQUEST.Steps to Reproduce the bug
Context
Logs
The text was updated successfully, but these errors were encountered: