Commit Graph

1327 Commits

Author SHA1 Message Date
yanhom
961ba60456
Merge pull request #494 from dromara/fix-493
[ISSUE #493] remove AwareManager.execute for schedule executor
2024-10-22 23:18:33 +08:00
yanhom
0c3ed380d3 [ISSUE #493] remove AwareManager.execute for schedule executor 2024-10-22 23:17:37 +08:00
yanhom
bfea3b2621 Ignore the case of the name for MetricsCollector and DtpNotifier 2024-10-16 23:14:31 +08:00
yanhom
52d6b81727 Merge branch 'master' of https://github.com/dromara/dynamic-tp 2024-10-16 22:54:21 +08:00
KamTo Hung
fe81de88b9
Merge pull request #490 from KamToHung/master
check style
2024-10-16 00:20:08 +08:00
kamtohung
6cd71c9fd7 check style 2024-10-16 00:19:23 +08:00
yanhom
8e2429a88e fix npe 2024-10-15 23:46:07 +08:00
yanhom
9ca45922d0 Merge branch 'master' of gitee.com:dromara/dynamic-tp 2024-10-15 23:12:32 +08:00
yanhom
423ebd0a1c
!57 修复AgentAware因为含有本类成员变量报栈溢出问题
Merge pull request !57 from 天空小小/fix_agentaware
2024-10-15 15:11:12 +00:00
tianxiang bao (包天祥)
338f88ef16 fix: 修复AgentAware因为含有本类成员变量报栈溢出问题。
使用Set替换List
https://gitee.com/dromara/dynamic-tp/issues/IAX904
2024-10-15 15:56:53 +08:00
tianxiang bao (包天祥)
df57942b91 fix: 修复AgentAware因为含有本类成员变量报栈溢出问题。
https://gitee.com/dromara/dynamic-tp/issues/IAX904
2024-10-15 15:46:49 +08:00
yanhom
485222d004 Merge branch 'master' of https://github.com/dromara/dynamic-tp 2024-10-14 23:18:23 +08:00
yanhom
097b6309a8 Merge branch 'master' of gitee.com:yanhom/dynamic-tp 2024-10-14 10:29:13 +08:00
yanhom
67254e55c6
Merge pull request #488 from dromara/dev
[ISSUE #485] Fix the bug where the scheduled task only runs corePoolSize times
2024-10-14 10:26:47 +08:00
yanhom
5822646686
Merge pull request #487 from KamToHung/fix-485
[ISSUE #485] Fix the bug where the scheduled task only runs corePoolSize times
2024-10-14 10:23:25 +08:00
kamtohung
0fbb11d888 [ISSUE #485] Fix the bug where the scheduled task only runs corePoolSize times 2024-10-13 12:48:17 +08:00
yanhom
305b62c5dc
Update README.md 2024-09-27 11:14:41 +08:00
yanhom
cb3e477dbf
update README.md.
Signed-off-by: yanhom <yanhom1314@foxmail.com>
2024-09-27 03:14:02 +00:00
yanhom
924410b4c0 optimize 2024-09-26 22:26:57 +08:00
yanhom
af4ac60f02 optimize 2024-09-26 22:04:51 +08:00
yanhom
73ea942d0f support auto convert spring TaskDecorator to TaskWrapper 2024-09-26 00:13:19 +08:00
yanhom
bfed93b39d Merge branch 'master' of gitee.com:dromara/dynamic-tp 2024-09-25 22:22:12 +08:00
yanhom
d2c430553b optimize global config related 2024-09-25 20:01:10 +08:00
yanhom
6fc414c5e8 Fix could not properly update complex types in tp prop 2024-09-25 00:12:48 +08:00
yanhom
5c11b1ef03 Fix could not properly update complex types in tp prop 2024-09-24 23:50:07 +08:00
yanhom
a80a717407 add test case for reset tp props with global config 2024-09-22 23:54:42 +08:00
yanhom
e05c7d9ea8 Merge branch 'master' of https://github.com/dromara/dynamic-tp 2024-09-22 22:53:05 +08:00
yanhom
dd016f7e02
Merge pull request #479 from dromara/dev
[ISSUE #477 #478] support reset adapter tp prop with global config, and support dynamic update more fields for ExecutorWrapper
2024-09-22 22:48:59 +08:00
yanhom
eefda154b5 DtpExecutorProps add autoCreate field, and support reset adapter tp prop with global config, and support dynamic update more fields for ExecutorWrapper 2024-09-22 21:47:44 +08:00
yanhom
94b1b53a44 optimize 2024-09-19 23:41:47 +08:00
yanhom
515793bea9 optimize liteflow example 2024-09-11 23:50:59 +08:00
yanhom
484be56a99 Merge branch 'master' of https://github.com/dromara/dynamic-tp 2024-09-11 23:36:37 +08:00
yanhom
1138a518f1
Merge pull request #475 from dromara/adapter-liteflow
[ISSUE #474] support liteflow threadpool management
2024-09-11 23:36:02 +08:00
yanhom
505c070f91 add license header 2024-09-11 23:35:31 +08:00
yanhom
48b09d379f support liteflow executors 2024-09-11 23:26:36 +08:00
yanhom
3d9bf5771e support liteflow executors 2024-09-10 00:09:41 +08:00
yanhom
61f195a25b fix enhance undertow runnable logic 2024-09-09 22:47:24 +08:00
yanhom
566f728c6a optimize 2024-09-08 19:24:02 +08:00
yanhom
48293d9d80 fix npe 2024-09-08 19:06:56 +08:00
yanhom
8365f8c8bf format code according to checkstyle 2024-09-07 20:08:22 +08:00
yanhom
b6b2f880f5 Merge branch 'master' of https://github.com/dromara/dynamic-tp 2024-09-07 19:55:54 +08:00
yanhom
8c7d1da980
Merge pull request #473 from dromara/dev
[ISSUE #472] TpExecutorProps add dtp field for judge if create dtp executor or not
2024-09-07 19:55:34 +08:00
yanhom
ee7bc44df3 TpExecutorProps add dtp field for judge if create dtp executor or not 2024-09-07 19:51:23 +08:00
yanhom
9069cd9995 rename package for extension agent 2024-08-22 00:14:58 +08:00
yanhom
82c0ee213a update readme 2024-08-21 23:32:05 +08:00
yanhom
56394b2f91 update readme 2024-08-21 23:22:19 +08:00
yanhom
a932074f64 update readme 2024-08-21 23:16:32 +08:00
yanhom
a3e4223ca7 Merge branch 'master' of https://github.com/dromara/dynamic-tp 2024-08-19 23:33:27 +08:00
yanhom
4fb1e13c38
Merge pull request #468 from dromara/dev
optimize TaskQueue offer method
2024-08-19 23:33:13 +08:00
yanhom
30ee4eeb18 optimize TaskQueue offer method 2024-08-19 23:31:12 +08:00