Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into further improving slack #58

Open
ylt opened this issue Aug 5, 2015 · 0 comments
Open

Look into further improving slack #58

ylt opened this issue Aug 5, 2015 · 0 comments

Comments

@ylt
Copy link
Member

ylt commented Aug 5, 2015

  • Message queuing + grouping (\n only, same user).
    • if past some threshold, group many users together, use an attachment per user message
  • Only send next message once previous has been sent (combined with the queuing)
  • On receiving side, Investigate using either
    • realtime api
    • or optimising outbound hook (keep connection open, re-use it to send a message from plug->slack)

Should reduce out of order messages, also should reduce total number of messages (and thus not remove as much slack chat history)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant