You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue addresses active users being reminded to vote in the general elections.
What defines an active user?
Slack periodically computes the list of AMU (active monthly users) based on their own set of parameters.
We use this to filter out voting for those who aren't meaningfully active in the community.
The flow to determine this user list, is as follows:
Reminder to Vote
Part of Notifications Milestones
This issue addresses active users being reminded to vote in the general elections.
What defines an active user?
Slack periodically computes the list of AMU (active monthly users) based on their own set of parameters.
We use this to filter out voting for those who aren't meaningfully active in the community.
The flow to determine this user list, is as follows:
billing_active
istrue
Now that we have the active users, we will then take this list and filter it again, against the users who have voted, based on the poll data.
This should be on a 2 day cron, only during business hours and only on weekdays.
Thanks,
Karl.
The text was updated successfully, but these errors were encountered: