张延森 hace 3 años
padre
commit
57910c2b6a
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1
    1
      deploy/bootstrap
  2. 2
    1
      deploy/s.yml

+ 1
- 1
deploy/bootstrap Ver fichero

@@ -2,4 +2,4 @@
2 2
 #
3 3
 #
4 4
 
5
-java -jar ./ubpa-0.0.1.jar
5
+java -jar ./ubpa-0.0.2.jar

+ 2
- 1
deploy/s.yml Ver fichero

@@ -15,13 +15,14 @@ services:
15 15
         name: ubpa-func
16 16
         description: 'ubpa-func'
17 17
         ossBucket: yz-serverless
18
-        ossKey: ubpa/ubpa-0.0.1.zip
18
+        ossKey: ubpa/ubpa-0.0.2.zip
19 19
         handler: 'com.njyunzhi.ubpa.UbpaApplication::main'
20 20
         memorySize: 1024
21 21
         timeout: 30
22 22
         runtime: custom
23 23
         caPort: 9000
24 24
         initializationTimeout: 30
25
+        instanceConcurrency: 10
25 26
       triggers:
26 27
         - name: httpUbpa
27 28
           type: http