disabling of auto configuration of the db-scheduler & manual configuration does not appear supported using property files #567
Unanswered
datasmithadvtech
asked this question in
Q&A
Replies: 1 comment 1 reply
-
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. can we have this supported? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions