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
The rate limit hit is actually the 300 requests / minute per webhook, so running the importer per channel in parallel gives a huge speedup. You will need to create a per-channel webhook name for that.
Additionally, messages can be appended to the previous message, if the user matches and no replies, files or reactions are attached to the previous file (remap the thread_ts for these appended messages). Beware of the max message length.
I have a very scrappy diff for this, which I might attach later. It's probably too scrappy for a merge request, though.
Best,
Jonathan
The text was updated successfully, but these errors were encountered:
Hey all,
The rate limit hit is actually the 300 requests / minute per webhook, so running the importer per channel in parallel gives a huge speedup. You will need to create a per-channel webhook name for that.
Additionally, messages can be appended to the previous message, if the user matches and no replies, files or reactions are attached to the previous file (remap the thread_ts for these appended messages). Beware of the max message length.
I have a very scrappy diff for this, which I might attach later. It's probably too scrappy for a merge request, though.
Best,
Jonathan
The text was updated successfully, but these errors were encountered: