We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a81e1 commit c7237bcCopy full SHA for c7237bc
config/app-api.properties
@@ -23,4 +23,10 @@ api.user.expire = 86400000
23
### domain ###
24
domain.api = http://localhost:8080
25
domain.web = http://localhost:3000
26
-domain.cc = http://localhost:8080
+domain.cc = http://localhost:8080
27
+
28
+task.job.toggle.execution_timeout = false
29
+## 6s expire job
30
+task.job.toggle.execution_create_session_duration = 600
31
+## 1h expire job
32
+task.job.toggle.execution_running_duration = 3600
0 commit comments