abcxyz / team-link

Apache License 2.0
1 stars 0 forks source link

Consider Multithreading Batch Sync #43

Closed lock14 closed 2 months ago

lock14 commented 2 months ago

TL;DR

Currently Batch Sync is done synchronously . Investigate whether it is worth doing the batch async.

Detailed design

No response

Alternatives considered

No response

Additional information

No response

lock14 commented 2 months ago

For context, this referrring to: https://github.com/abcxyz/team-link/blob/main/pkg/groupsync/manytomanysyncer.go#L135