Commit 316a325
authored
fix(workflow-engine-*): Cleanup expired executions and reduce redis storage usage (medusajs#12795)
1 parent c0807f5 commit 316a325
File tree
14 files changed
+620
-392
lines changed- .changeset
- packages
- core
- orchestration/src/transaction/datastore
- utils/src/dml
- __tests__
- helpers/entity-builder
- modules
- workflow-engine-inmemory
- integration-tests
- __fixtures__
- __tests__
- src
- services
- utils
- workflow-engine-redis
- integration-tests/__tests__
- src
- services
- utils
14 files changed
+620
-392
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 95 | | |
100 | 96 | | |
101 | 97 | | |
| |||
149 | 145 | | |
150 | 146 | | |
151 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
152 | 152 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
0 commit comments