66 Commits

Author SHA1 Message Date
tjq
c35ae19ba8 fix: Some issues found by codereview 2024-02-25 21:58:25 +08:00
tjq
e64ad0f74d fix: Loss of subtask data when mapreduce enters swap mode 2024-02-25 19:13:03 +08:00
tjq
07e0e17ec0 feat: [ops] enhance Map/MapReduce's dev ops 2024-02-25 12:23:58 +08:00
tjq
815d44ef7e feat: Supports selection of TaskTracker nodes for execution 2024-02-24 19:59:50 +08:00
tjq
c717fd3fb8 feat: [SuperMR] Map/MapReduce job can use swap to support ∞ subtask 2024-02-24 13:46:51 +08:00
tjq
61aecc6354 refactor: optimize NetUtils 2024-02-08 16:08:39 +08:00
tjq
debc2e0abb fix: instanceInfo cannot display details on non-scheduled server nodes 2024-02-08 13:14:59 +08:00
tjq
e63dc91643 fix: @PowerJobHandler does not work in cglib proxy #770 2024-02-08 11:14:19 +08:00
tjq
c875ba3d37 feat: support lazy init#725 2023-09-02 13:19:15 +08:00
tjq
09b15dfbc1 feat: optimize online log cache time(60 -> 10) 2023-08-06 21:03:41 +08:00
tjq
5cfd0f8e74 chore: change main version to 4.3.3 2023-06-11 16:45:44 +08:00
tjq
e2887a12f6 fix: SpringMethodProcessor can't throw correct exception 2023-06-11 16:44:28 +08:00
tjq
8953ecc74f feat: support powerjob method handler 2023-06-11 15:40:50 +08:00
tjq
8ecc5768c7 Merge branch 'pr-vannewang-master' into 4.3.3 2023-05-07 22:29:36 +08:00
tjq
a7394e518c fix: server can't record zero cost processor's status #620 2023-05-07 22:08:14 +08:00
wangxiaopeng
46165ccd97 获取任务执行结果,并将结果返回给控制台 2023-04-18 14:43:38 +08:00
wangxiaopeng
b9bd8079f2 调度方式(方法形式)新增 2023-04-06 18:08:56 +08:00
tjq
aa65884b3f test: test chinese result #581 2023-03-16 23:47:33 +08:00
tjq
4b79bd73bb fix: test mode can't startup when server not available #580 2023-03-16 23:35:10 +08:00
tjq
0a76d057ac feat: samples start to use http as protocl 2023-03-16 23:23:05 +08:00
tjq
a93602f845 test: add test code for repetitions 2023-03-07 23:19:57 +08:00
tjq
81752dd26f test: TestFindByBeanNameProcessor 2023-03-05 15:58:54 +08:00
tjq
b8199bf036 feat: optimize demo project 2023-01-22 17:37:03 +08:00
tjq
dc61bb4648 fix: JavaUtils cache failed in windows env 2023-01-22 17:11:56 +08:00
tjq
afdf4a7dc2 feat: worker starter use new port config name 2023-01-22 16:38:05 +08:00
tjq
789bcb5d10 chore: worker http support 2023-01-22 11:15:11 +08:00
tjq
5b94247daf feat: use PowerJobRemoteEngine to replace akka 2023-01-20 14:40:18 +08:00
Echo009
30abf08703 feat: add some powerjob worker sample processores 2023-01-15 21:06:59 +08:00
tjq
806747d88c fix: change inner class scope to fix JDK17 exception #457 2022-10-03 13:49:38 +08:00
tjq
ce555ad18f test: add test log processor in samples 2022-09-18 21:56:03 +08:00
tjq
112628f386 Merge branch '4.1.1-docker-compose' into v4.1.1 2022-09-12 23:15:51 +08:00
songyinyin
5b865fe49b feat: add docker-compose sample 2022-09-08 22:14:21 +08:00
songyinyin
88bc28140f feat: powerjob worker add property: powerjob.worker.enabled 2022-09-07 23:44:36 +08:00
Echo009
5ed6eac38a perf: use cached lock replace SegmentLock 2022-09-01 07:06:21 +08:00
Echo009
88b92e2994 chore: add stop task demo 2022-09-01 07:06:21 +08:00
tjq
e767ad1043 feat: use kryo to replace jackson which is really easy to lead conflict 2021-03-21 15:08:48 +08:00
tjq
4399f99c42 feat: add database dirver for powerjob-worker-agent to support dynamic sql processor 2021-03-21 14:15:23 +08:00
tjq
f8ef896a65 refactor: change processor API(abstract class to interface) 2021-03-21 13:53:06 +08:00
tjq
fe439721d0 refactor: change name from OhMyWorker to PowerJobWorker 2021-03-19 23:40:55 +08:00
tjq
dff1fa4938 feat: support DynamicDatasourceSqlProcessor 2021-03-14 23:00:17 +08:00
tjq
f3b4e91745 feat: update container template 2021-03-14 19:24:15 +08:00
tjq
9dffb49918 chore: modify package name to tech.powerjob 2021-03-14 16:47:22 +08:00
tjq
67f9cbab5e fix: open 10010 port in docker 2021-03-14 16:10:29 +08:00
tjq
3f6585cfda fix: remove OmsWorkerFileUtils to avoid possible path conflict problems 2021-03-14 11:54:37 +08:00
tjq
0fc9978385 refactor: optimize powerjob-common's package 2021-03-13 23:38:12 +08:00
Echo009
93158ba19b refactor: SimpleSpringJdbcTemplateSqlProcessor => SimpleSpringSqlProcessor 2021-03-13 14:49:42 +08:00
Echo009
1d67e97b45 refactor: SqlProcessor => SimpleSpringJdbcTemplateSqlProcessor 💡 2021-03-12 14:41:38 +08:00
Echo009
87ed304737 feat: SQL processor 2021-03-11 11:40:25 +08:00
Echo009
449608293c refactor: 调整工作流上下文控制策略 2021-02-20 21:32:26 +08:00
Echo009
d6d461c77e refactor: 将工作流上下文相关的逻辑集中至 WorkflowContext 2021-02-19 15:58:12 +08:00