[*] 每日优化

This commit is contained in:
acgist
2023-05-17 08:56:42 +08:00
parent 0f16d6d227
commit 786323fe01
14 changed files with 196 additions and 45 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# 休眠一秒:等待后台任务调度
sleep 1
# 等待任务
startTime=$(date +%s)
processId=$(ps -aux | grep "${project.artifactId}" | grep java | awk '{print $2}')