276 Commits

Author SHA1 Message Date
Echo009
e6127f1dba refactor: optimize the processing logic of appending workflow context in worker 2021-03-08 10:53:20 +08:00
tjq
3cf4807ca3 chore: change pom version to 3.4.8 2021-03-07 22:51:58 +08:00
tjq
59d4df1422 feat: support worker clusters dynamically sliced according to business tag #226 2021-03-07 22:47:52 +08:00
tjq
cc9d804e84 refactor: just use one actor in server and worker side 2021-03-07 21:27:18 +08:00
tjq
30f2d2404e feat: support for starting multiple workers on a single java application #217 2021-03-07 21:17:19 +08:00
Echo009
7575bbd4e1 feat: official processors adapt for workflow 2021-03-03 20:17:10 +08:00
Echo009
44ae97d6d8 refactor: optimize initialization of workflow context 2021-03-01 20:02:47 +08:00
tjq
a8e284ccbe feat: remove build-in script processor 2021-02-24 00:19:06 +08:00
tjq
b197dc4286 chore: change pom version to 3.4.7 2021-02-23 00:46:03 +08:00
tjq
ec9519a6b2 fix: rollback ScriptProcessor to fix bug #222 2021-02-23 00:40:41 +08:00
Echo009
449608293c refactor: 调整工作流上下文控制策略 2021-02-20 21:32:26 +08:00
tjq
daf42be5cb refactor: optimize DispatchService's worker filter code #215 2021-02-19 20:52:52 +08:00
tjq
eac7ce7b27 refactor: use Map to replace String in WorkflowContext 2021-02-19 19:53:07 +08:00
Echo009
d6d461c77e refactor: 将工作流上下文相关的逻辑集中至 WorkflowContext 2021-02-19 15:58:12 +08:00
Echo009
11b712332d feat: 工作流任务支持更新上下文数据(后续任务的实例参数信息) 2021-02-18 15:06:49 +08:00
Echo009
814d4321a1 fix: 修复 map 生成的子任务命名和根任务名或最终任务名一致导致的问题(无限生成子任务 或者 直接失败) 2021-02-18 14:48:37 +08:00
tjq
16a5f8efb6 fix: TaskTracker should write address info into TaskDO when execute broadcast 2021-02-17 10:58:53 +08:00
tjq
83ac13b221 feat: user-customized worker filter #215 2021-02-16 23:09:56 +08:00
tjq
83f6cf50a7 fix: Judge if OS is Windows and whether to run shell scripts 2021-02-12 21:00:11 +08:00
tjq
7441c61313 chore: change pom version to 3.4.6 2021-02-11 10:38:09 +08:00
Jiang Jining
eb87c329bb fix: Judge if OS is Windows and whether to run shell scripts. 2021-02-09 00:35:24 +08:00
tjq
eda39a6372 feat: support other protocol's server elect #209 2021-02-08 21:07:00 +08:00
tjq
d978f84a60 refactor: Upgrade ClusterStatusHolder to support multiple communication protocols 2021-02-08 00:06:03 +08:00
tjq
0f3cd48527 refactor: optimize official processors 2021-02-04 00:49:28 +08:00
tjq
5b41da1473 feat: open minimum interval time limit for fixed rate job #199 2021-02-04 00:22:27 +08:00
tjq
c4098a60e7 feat: add new module[powerjob-offical-processors] 2021-01-31 17:50:21 +08:00
tjq
b642e1b39b feat: change version to v3.4.5 2021-01-31 17:39:58 +08:00
tjq
cce26511d8 fix: task status rollback #190 2021-01-31 14:44:51 +08:00
tjq
b23ae334d3 feat: change the pom version to v3.4.4 and ready to release 2021-01-16 23:25:50 +08:00
tjq
3cb9ddf31f fix: he bug of calculate thread pool size in ProcessorTracker 2021-01-16 22:56:40 +08:00
tjq
dd66c8fd31 fix: the bug of calculate thread pool size in ProcessorTracker 2021-01-16 22:52:26 +08:00
ocean23
e429c6f59e fix: modify by suggestion 2021-01-16 17:14:10 +08:00
ocean23
62aeb9c080 fix: solved fixed Rate(Delay) concurrency #174 2021-01-16 16:48:14 +08:00
tjq
76eaabb42f feat: support custom statuc check period #166 2021-01-16 16:20:03 +08:00
tjq
bd8db1b9df feat: decrease initialDelay to speed up the execution of short tasks #166 2021-01-15 00:11:33 +08:00
tjq
37cf53e0a9 fix: Grammatical errors 2021-01-10 17:56:11 +08:00
tjq
374bae9fc1 feat: change pom version to 3.4.3 and ready to release 2021-01-10 17:36:40 +08:00
tjq
f34f903947 docs: translate OhMyConfig 2021-01-10 12:04:23 +08:00
tjq
43ca05883a refactor: change repo url to PowerJob/PowerJob 2021-01-03 22:32:18 +08:00
tjq
b6173967bb refactor: optimize ProcessorTracker log 2021-01-03 14:27:00 +08:00
tjq
6fc5c65825 fix: receive ProcessorTrackerStatusReportReq but system can't find TaskTracker #147 2021-01-03 13:01:35 +08:00
tjq
6c3c6695e4 refactor: change version to 3.4.2 and ready to release 2021-01-02 20:15:09 +08:00
tjq
3ecefd22cb fix: the bug of idle check #146 2021-01-02 11:31:48 +08:00
tjq
c176a447e7 feat: support LogLevel 2020-12-20 22:53:56 +08:00
tjq
12162f2955 feat: log full stack info when can't fetch processor #134 2020-12-20 20:40:36 +08:00
KFCFans
ff81ac4485 feat: change version to 3.4.1 2020-12-12 10:37:24 +08:00
tjq
1a8cc2a696 feat: change version and start to release 2020-12-05 11:04:49 +08:00
tjq
9db9d0d01f fix: concurrency safety in ProcessotTrackerPool 2020-12-05 10:36:33 +08:00
tjq
b4f92bbc25 fix: memory leak in ProcessorTrackerPool #122 2020-12-05 10:28:52 +08:00
tjq
f3f4079314 feat: change version to v3.4.0 2020-11-28 16:29:10 +08:00