* Single source of the client used for progress markers. Indirection kept so a * future split to a dedicated `LOGS_REDIS_URL` is a one-line change here.
()
| 28 | * future split to a dedicated `LOGS_REDIS_URL` is a one-line change here. |
| 29 | */ |
| 30 | function getMarkerClient() { |
| 31 | return getRedisClient() |
| 32 | } |
| 33 | |
| 34 | function markerKey(executionId: string): string { |
| 35 | return `${PROGRESS_KEY_PREFIX}${executionId}` |
no test coverage detected