db-scheduler executing when parameter meets #522
Unanswered
Mukund2900
asked this question in
Q&A
Replies: 1 comment
-
A bit hard to understand what you are asking for, but there is no way to restrict the running of certain tasks or executions to a subset of schedulers that is using the same table. If you want to partition tasks, you can however run an additional scheduler for those tasks and using a separate table (i.e. overriding default table-name) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there a way to schedule task when a parameter meets ?
db-scheduler.enabled=true
db-scheduler.heartbeat-interval=5m
db-scheduler.polling-interval=10s
db-scheduler.polling-limit=
db-scheduler.table-name=scheduled_tasks
db-scheduler.immediate-execution-enabled=false
db-scheduler.scheduler-name=
db-scheduler.threads=10
These are the parameters.
Beta Was this translation helpful? Give feedback.
All reactions