49 Commits

Author SHA1 Message Date
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
Echo009
4ee6300c6a feat: 工作流节点支持失败跳过 2021-02-18 15:15:06 +08:00
Echo009
11b712332d feat: 工作流任务支持更新上下文数据(后续任务的实例参数信息) 2021-02-18 15:06:49 +08:00
tjq
e97bdc71c7 fix: NPE when InstanceTimeLimit is null #207 2021-02-06 15:37:12 +08:00
tjq
078db73bce docs: translate for internationalization #152 2021-01-10 10:47:32 +08:00
jiangjining
281c53ad63 docs: Add translations for pom and property files. 2021-01-07 18:56:56 +08:00
tjq
43ca05883a refactor: change repo url to PowerJob/PowerJob 2021-01-03 22:32:18 +08:00
“tjq”
7741b191ee feat: use new tips url and modify some test case 2020-10-17 22:20:43 +08:00
tjq
a67adf9601 fix: never update lastActiveTime which lead to TIMEOUT for frequentJob(thanks @Y) 2020-10-08 16:54:47 +08:00
tjq
f36c06c26c [release] v3.2.3 2020-08-09 23:36:37 +08:00
songyinyin
76ed28003f [dev] worker properties change from powerjob.xxx to powerjob.worker.xxx & If serverAddress is not exist, it will not start PowerJob worker 2020-08-09 23:04:06 +08:00
朱八
555a20bc7f [dev] samples change to use powerjob-spring-boot-starter & change pom version to 3.2.2 2020-08-01 21:45:45 +08:00
朱八
46763ac325 [dev] use random path for h2 to support startup multi instance in on pc 2020-07-30 20:25:42 +08:00
tjq
50ad38ba0b [fix] fix the bug of container can't be destory 2020-07-01 19:28:42 +08:00
tjq
f332b7dd95 [dev] support OpenAPI delay trigger & enable container's soft delete 2020-07-01 11:02:20 +08:00
tjq
923b3ce0d2 [dev] change threadpool name 2020-06-14 22:41:01 +08:00
tjq
d933dc3baf [modify] bye, OhMyScheduler~ welcome, PowerJob~ 2020-06-13 11:17:46 +08:00