The Wayback Machine - https://web.archive.org/web/20210225232858/https://github.com/topics/customer-support
Skip to content
#

customer-support

Here are 67 public repositories matching this topic...

papercups
reichert621
reichert621 commented Dec 7, 2020

Problem
We currently fetch ALL conversation records when we hit the ChatApi.Conversations.list_conversations_by_account/2 method (i.e. we set no limit or offset in our query, nor do we have cursors or anything like that)

This will not scale very well as more and more data gets added.

Solution
To start off, let's do the following:

  • Implement another version of `ChatApi.Conve

Improve this page

Add a description, image, and links to the customer-support topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the customer-support topic, visit your repo's landing page and select "manage topics."

Learn more