lazyguru@discuss.onlinetoLemmy Moderation Tools@discuss.online•Still thinking about a start to the projectEnglish
2·
1 year agoI don’t want to become a product manager
A lot of what you’ve done here already is very much PM work…. Regardless, whatever path you decide, I’m rooting for you
Something else to consider here would be some kind of batching. A system doing this check should group users together by instance and make a single call to that instance. Something like: “Hey, I have this list of users from your instance. Are they all still active? A, B, C, D…” Reply: “From your request, here is the list of users that I found in my database: A, D”. Now the calling system would know it should remove all data for users B & C.