Wenjun Ruan
Wenjun Ruan
cc @caishunfeng Is there anyone working on this?
Please describe your problem clear.
>  > > > 请清楚描述您的问题。 > > When I made changes to the code and tried to convert this file into a. jar file through the package in Maven,...
Good idea, we may need to design the `TriggerAPI` and `TriggerEvent` structure first.
We have table `t_ds_command` table, all trigger event should transform to command. `Quartz` is an plugin of `ScheduleTrigger`, we may have other schedule plugin in the future.
We need to define how to assign the trigger to Master, since we use `pull` mode, so all Master will pull the trigger from DB, we need to make sure...
Since this will import new feature, please create a DSIP issue, you can follow https://github.com/apache/dolphinscheduler/issues/14102
What kind of task, this might be sub process created by the worker.
> Scheduled Task ,Why does the number of processes continue to increase? My understanding is that once a process finishes running, it should disappear. pf -eLf will print the thread...
> > check the path of /proc/${worker-server pid}/task/ ,you can get the detail about the sub threads of the worker-server.Check the task to see if there is a scheduled thread...