Commit 9b6f8f9
authored
v3: provider and coordinator updates (triggerdotdev#927)
* add zod socket
* start using zod socket
* use zod socket for shared queue
* use shared provider shell
* update k8s provider task ops
* set otlp endpoint
* update docker actions and fix builds
* remove unused types
* update injected secret key env var name
* complete socket.io types to schemas migration
* update env example to new v3 key var
* fix coordinator build
* set task run label
* ensure attempt id is always set
* increase prod worker timeout
* set otlp endpoint for on runs
* pass otlp env var to prod worker
* auto-remove completed index jobs1 parent f50cee6 commit 9b6f8f9Copy full SHA for 9b6f8f9
28 files changed
+1,268-1,045Lines changed: 1268 additions & 1045 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- apps
- coordinator
- src
- docker-provider
- src
- kubernetes-provider
- src
- webapp/app/v3
- environmentVariables
- services
- packages
- cli-v3/src
- prod
- core-apps
- src
- core
- src/v3
- schemas
- types
- references/v3-catalog
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/publish-dev.yml
Copy file name to clipboardExpand all lines: .github/workflows/publish-dev.yml+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
52 | 52 | |
53 | 53 | |
54 | 54 | |
55 | | - |
| 55 | + |
56 | 56 | |
57 | 57 | |
58 | 58 | |
59 | | - |
| 59 | + |
60 | 60 | |
61 | 61 | |
62 | 62 | |
| ||
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
| 70 | + |
71 | 71 | |
72 | 72 | |
73 | 73 | |
|
Collapse file
apps/coordinator/Containerfile
Copy file name to clipboardExpand all lines: apps/coordinator/Containerfile+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | | - |
| 57 | + |
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | 61 | |
62 | 62 | |
63 | | - |
| 63 | + |
Collapse file
apps/coordinator/package.json
Copy file name to clipboardExpand all lines: apps/coordinator/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
7 | 7 | |
8 | 8 | |
9 | 9 | |
10 | | - |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
|
0 commit comments