concord
concord copied to clipboard
Concord - workflow orchestration and continuous deployment management
Current `DockerService` implementations capture docker process output streams (`stdout` and `stderr`) in the same thread one after the other. `stderr` doesn't have to be very large before everything hangs indefinitely...
A tracking issue for all deprecated issues. For "2.0 proper" we might want to remove some (or all) of those: - concord-server: - [ ] the Inventory API - replaced...
- [ ] remove deprecated features (see #42) - [ ] drop Java 8 support, move to Java 11 - [x] drop Nashorn, move to GraalVM JavaScript - [ ]...
- [ ] build and test with JDK16 - [ ] upgrade Guava version OR - [ ] the agent should add some extra options when running processes using JDK16...
Hi, is it possible to use a custom python package when using concord, e.g. passing a local location on laptop or a git repo on internal walmart network that contains...
allow alphanumerics, whitespaces, _ and $ only works for both runtimes v1 and v2
Currently, the API returns timestamps with millisecond resolution (0.999) while the DB stores timestamps with microseconds (0.999999). This may cause inconsistencies for some queries, e.g. ``` DB value: 2021-06-30T18:32:06.561333-04 DB...
Runner logging level is set as "WARN", but the logs is full of "INFO" level messages. configuration: runner: logLevel: "WARN" Logs: 09:55:42 [INFO ] Storing policy '[concord-base, default-variables]' data 09:55:42...
When logged in with a non admin account , /api/v2/process?initiator=myusername&limit=50 doesn’t return the process id from the org where the user doesn't have access to. But we do see such...
Once we pass flow arguments using _main.json they might override predefined argument within flow. In such cases it would be super helpful if we would get a Warning or Info...