53 Commits

Author SHA1 Message Date
tjq
48ac446014 feat: define MonitorService to inject monitor context 2022-09-10 23:41:48 +08:00
tjq
ac1b1fe0c8 fix: limit worker num failed in map/mapreduce job #450 2022-09-10 09:55:26 +08:00
tjq
dfd1fd069b fix: invalid random when JobInfo's maxWorkerCount is a small value #449 2022-09-10 09:27:57 +08:00
tjq
22db37cad9 feat: optimize instanceMetadataCacheSize 2022-09-10 08:40:29 +08:00
tjq
b6de5aa563 feat: add WorkerHeartbeatEvent 2022-09-09 22:45:05 +08:00
tjq
519213ad4a feat: add SlowLockEvent 2022-09-09 00:41:50 +08:00
Echo009
d0e95c2129 style: rename lifecycle to lifeCycle 2022-09-04 10:36:24 +08:00
Echo009
bdd9b978f9 feat: support inject workflow context directly 2022-09-02 20:12:58 +08:00
Echo009
54524553c1 chore: update powerjob console resources and upgrade project version to 4.1.0 2022-09-01 08:21:24 +08:00
Echo009
08711f93d0 perf: optimize akka config 2022-09-01 07:06:21 +08:00
Echo009
5ed6eac38a perf: use cached lock replace SegmentLock 2022-09-01 07:06:21 +08:00
Echo009
a9a0422de1 fix: the problem of saving frequent job 2022-09-01 07:06:21 +08:00
Echo009
812d71f090 fix: NPE in FrequentScheduler 2022-09-01 07:06:21 +08:00
Echo009
7539faffff feat: use Groovy Engine replace Nashorn Engine. 2022-09-01 07:06:21 +08:00
Echo009
2e1c585b5e fix: Illegal nested workflow node 2022-09-01 07:06:21 +08:00
Echo009
3923937f6c fix: the problem of failed to save workflow and job 2022-09-01 07:06:21 +08:00
Echo009
8909584976 feat: replace cron implementation and support job lifecycle #382 #208 2022-09-01 07:06:21 +08:00
Echo009
56447596f7 fix: Repetitive execution of frequency tasks #375 2022-09-01 07:06:21 +08:00
Echo009
8488a10465 fix: stop nested workflow 2022-09-01 07:06:21 +08:00
Echo009
b60c236824 feat: workflow's DAG must be not empty 2022-09-01 07:06:21 +08:00
Echo009
d87c358743 fix: workflow cron bug #316 2022-09-01 07:06:21 +08:00
Echo009
5791b43ac6 fix: the problem of retrying nested workflow node 2022-09-01 07:06:21 +08:00
Echo009
d4eb8e3303 fix: the problem of incorrect sub-workflow state 2022-09-01 07:06:21 +08:00
Echo009
8aa5140265 feat: support frequent task alarm #370 2022-09-01 07:06:21 +08:00
Echo009
d7c0d12a30 fix: decision node missing job param 2022-09-01 07:06:21 +08:00
Echo009
9194641c6f fix: workflow node validator 2022-09-01 07:06:21 +08:00
Echo009
4b14be8321 feat: update the workflow maintenance interface 2022-09-01 07:06:21 +08:00
Echo009
d996b34a54 feat: support nested workflow #266 2022-09-01 07:06:21 +08:00
Echo009
c15cefc447 feat: support decision node #188 2022-09-01 07:06:21 +08:00
Justin Zhang
75c88c32ed
fix: bug #324
* fix: bug #324

Fail to cancel delay job instance by id via API

* style: correct log

* style: update log

Co-authored-by: Echo009 <ech0.extreme@foxmail.com>
2022-08-31 23:12:10 +08:00
tjq
7a471a3917 chore: change version to 4.0.1 2021-04-05 15:01:00 +08:00
tjq
584b20ae9b chore: use project.parent.version to manage powerjob-server's version 2021-04-05 14:47:01 +08:00
tjq
0adb16011c fix: NPE when saving container 2021-03-21 18:48:34 +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
f8ef896a65 refactor: change processor API(abstract class to interface) 2021-03-21 13:53:06 +08:00
tjq
0a854cd276 refactor: rename OhMyClient to PowerJobClient 2021-03-20 00:02:24 +08:00
Echo009
d8811c7d77 fix: fail to redispatch the job instance which is timeout 2021-03-17 11:24:52 +08:00
Echo009
d29f0651e2 fix: missing node status info in workflow instance DAG 2021-03-16 19:45:32 +08:00
Echo009
145d525b29 fix: missing job id in node when fetching workflow info 2021-03-16 16:57:43 +08:00
Echo009
ab8c8b5f0f refactor: simplify processing logic of workflow maintenance 2021-03-16 16:16:11 +08:00
Echo009
50635faf53 refactor: processing logic of workflow maintenance 2021-03-15 17:41:13 +08:00
tjq
f3b4e91745 feat: update container template 2021-03-14 19:24:15 +08:00
tjq
3ce47382d8 chore: change maven groupId to tech.powerjob 2021-03-14 17:01:36 +08:00
tjq
9dffb49918 chore: modify package name to tech.powerjob 2021-03-14 16:47:22 +08:00
tjq
0fc9978385 refactor: optimize powerjob-common's package 2021-03-13 23:38:12 +08:00
tjq
f1baef7de4 feat: merge official processor upgrade 2021-03-13 21:08:07 +08:00
Echo009
d20cbdb844 fix: the problem of inconsistent data when changing job in node of workflow 2021-03-09 10:46:24 +08:00
Echo009
375b70dd40 fix: concurrency problem when dispatch job instance 2021-03-08 16:34:13 +08:00
Echo009
afff77b540 fix: concurrency problem when process workflow instance 2021-03-08 16:14:08 +08:00
Echo009
38929bff6d refactor: optimize API of workflow 2021-03-08 01:08:24 +08:00