Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qa-deploy-utils
Commits
53af6038
Commit
53af6038
authored
Jun 29, 2017
by
智勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
21148e06
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
2 deletions
+9
-2
5_restart_by_name.sh
qa_shell_script/5_restart_by_name.sh
+3
-1
exception_sub_shell.sh
qa_shell_script/exception_sub_shell.sh
+1
-1
20170627.sh
qa_shell_script/migrate_ENV/20170627.sh
+2
-0
.initial_mq.sh.swp
qa_shell_script/rabbitmq/.initial_mq.sh.swp
+0
-0
initial_mq.sh
qa_shell_script/rabbitmq/initial_mq.sh
+3
-0
No files found.
qa_shell_script/5_restart_by_name.sh
View file @
53af6038
...
...
@@ -54,7 +54,9 @@ function restartJavaProject()
if
[[
$project
==
"redpacket"
]]
;
then
echo
`
java
-Xmx512m
-XX
:PermSize64m
-Xloggc
:/tmp/
${
project
}
.log
-XX
:+PrintGCDetails
-XX
:+PrintGCTimeStamps
-jar
${
project
}
.jar
--worker
1
--currentWorker
1
-t
-ts
>
/dev/null 2>&1 &
`
else
# elif[[ $project == "traffic-webapp" ]]; then
# echo `java -jar ${project}.jar --worker 1 --currentWorker 1 -t > /dev/null 2>&1 &`
else
echo
`
java
-Xmx512m
-XX
:PermSize64m
-Xloggc
:/tmp/
${
project
}
.log
-XX
:+PrintGCDetails
-XX
:+PrintGCTimeStamps
-jar
${
project
}
.jar
--worker
1
--currentWorker
1
-t
>
/dev/null 2>&1 &
`
fi
# echo `java -Xmx512m -XX:PermSize64m -Xloggc:/tmp/${project}.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -jar ${project}.jar --worker 1 --currentWorker 1 -t -ts > /dev/null 2>&1 &`
...
...
qa_shell_script/exception_sub_shell.sh
View file @
53af6038
...
...
@@ -117,7 +117,7 @@ tranceConfig java "xyqb.is.debug=0" "xyqb.is.debug=1" "192.168.4.23" "baitiao.pr
#4.24
#tranceConfig java "sms.is.debug=1" "sms.is.debug=0" "192.168.4.24" "di-ting.properties"
tranceConfig java
"xyqb.is.debug=1"
"xyqb.is.debug=0"
"192.168.4.24"
"xyqb.properties"
#
tranceConfig java "xyqb.is.debug=1" "xyqb.is.debug=0" "192.168.4.24" "xyqb.properties"
tranceConfig node
"112233445512345.ittun.com"
"activity-op-24.ss.xyqb.loan"
"192.168.4.24"
"activity-op.js"
#4.151
...
...
qa_shell_script/migrate_ENV/20170627.sh
0 → 100644
View file @
53af6038
#!/bin.bash
qa_shell_script/rabbitmq/.initial_mq.sh.swp
deleted
100644 → 0
View file @
21148e06
File deleted
qa_shell_script/rabbitmq/initial_mq.sh
View file @
53af6038
...
...
@@ -29,6 +29,7 @@ add_vhost /funding
add_vhost /loan_order
add_vhost baitiao_debt
add_vhost financial_system
add_vhost feature
add_vhost mall
add_vhost offline
add_vhost orderstatus_vhost
...
...
@@ -62,6 +63,7 @@ add_exchange backend backend_message_rewrite_exc direct
add_exchange backend backend_file_exc direct
add_exchange /funding async direct
add_exchange spider_center feature_save direct
add_exchange feature feature_save direct
#add queues
...
...
@@ -115,6 +117,7 @@ add_queues baitiao_debt xyqb_baitiao_queue
add_queues /black_hole generate_auth_success
add_queues /black_hole waiting_auth_generate
add_queues spider_center feature_calculate
add_queues feature feature_calculate
#add bindings
add_binding backend backend_message_rewrite_exc backend_message_rewrite_queue backend_message_rewrite_route
...
...
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