Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
ab14eaec
Commit
ab14eaec
authored
Mar 05, 2020
by
guo_minglei@163.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/developer' into developer
parents
093cc9ca
6d59c6e9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Test.java
...-core/myth-executor-core/src/test/java/com/test/Test.java
+5
-5
test-ex.py
...core/myth-executor-core/src/test/java/com/test/test-ex.py
+2
-1
ScriptAddFlow.java
...demo-client/src/main/java/com/byit/job/ScriptAddFlow.java
+0
-1
No files found.
byit-myth-core/myth-executor-core/src/test/java/com/test/Test.java
View file @
ab14eaec
...
...
@@ -30,11 +30,11 @@ public class Test {
thread
.
start
();
Thread
.
sleep
(
30000
);
list
.
forEach
(
process
->
{
process
.
hardKill
();
});
//
Thread.sleep(30000);
//
//
list.forEach(process -> {
//
process.hardKill();
//
});
}
...
...
byit-myth-core/myth-executor-core/src/test/java/com/test/test-ex.py
View file @
ab14eaec
...
...
@@ -3,5 +3,5 @@ import time
i
=
0
while
i
<
100
:
time
.
sleep
(
1
)
print
(
"-----${name}---
%
d"
%
i
)
print
(
"-----
百花凰冠
${name}---
%
d"
%
i
)
i
+=
1
\ No newline at end of file
demo-client/byit-demo-client/src/main/java/com/byit/job/ScriptAddFlow.java
View file @
ab14eaec
package
com
.
byit
.
job
;
import
com.alibaba.fastjson.JSON
;
import
com.byit.job.dto.ScriptParamAndPlaceholderDto
;
import
com.byit.job.dto.plugin.*
;
import
com.byit.rpc.remoting.invoker.route.LoadBalance
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment