7 ms·
Thanks! Any pro tips for sharding? I landed on single job because couldn't get cache to work properly for shards to be fast enough to worth it
by mohsen1 2mo ago
Thanks! Any pro tips for sharding? I landed on single job because couldn't get cache to work properly for shards to be fast enough to worth it
- sunshowers 2mo agoI think in practice you're right that GitHub Actions' caching slowness can end up dominating performance. I don't have any great tips other than to measure.
- evntdrvn 2mo agoI've basically abandoned GA's caching for most things because measurements ended up showing things were slower with caching than without :woozy: