sync handle command #7233
caishunfeng
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now when quartz scheduling job, it will insert a command and wait master to scan, handle to processInstance and delete.
So it's a async way and the table
Command
is like a queue.I think if we can use a sync way to handle command directly, it will reduce the DB operation of
Command
, and will reduce the task latency.The flowchart :
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions