We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa0270 commit fd2b421Copy full SHA for fd2b421
packages/api/internal/sandbox/storage/redis/main.go
@@ -60,7 +60,7 @@ func (s *Storage) Close() {
60
s.subManager.close()
61
}
62
63
-// Sync is here only for legacy reasons, redis backend doesn't need any sync
+// Sync returns a list of sandboxes that are considered orphans on the current node.
64
func (s *Storage) Sync(ctx context.Context, sbxs []sandbox.Sandbox, nodeID string) []sandbox.Sandbox {
65
if len(sbxs) == 0 {
66
return nil
0 commit comments