springernature / halfpipe

CLI for interacting with halfpipe
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Uses the team cache for CDCs rendered in Actions #240

Closed dhs3000 closed 6 months ago

dhs3000 commented 6 months ago

This mounts the team cache of the producer using a sub-directory with the consumer name as the halfpipe cache when executing the CDCs.

/mnt/halfpipe-cache/<producer-team>/cdcs/<consumer-name>

It uses a sub-directory so that cached data of the producer and consumer do not interfere.