overmindbots / core

Core monorepo with our apps and packages
1 stars 0 forks source link

New members with no new invite uses #91

Closed monitz87 closed 6 years ago

monitz87 commented 6 years ago

Sometimes a guildMemberAdd event will be fired and the corresponding member will be pushed into the queue, but then when the fetch is made, the calculated delta is 0, so no referrals are assigned and that new member may stay in the queue forever

monitz87 commented 6 years ago

Example:

image

(this goes on forever, sometimes delta will be one, a single member will be popped from the queue and assigned, and then it will go on like this)

RafaelVidaurre commented 6 years ago

Erasing my comment, I read the description incorrectly

RafaelVidaurre commented 6 years ago

Closing in favor of different approach