-
Notifications
You must be signed in to change notification settings - Fork 0
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
Potato backfill command #79
Comments
Not a terrible idea, as this is something I also encountered quite often 😅 A few things we would need to consider when implementing this:
|
do we store all messages from slack regardless of whether they have a reaction? that's a really large table! we could store a timestamp per-channel of the last message we processed, that should be enough to deduplicate when the bot leaves and joins repeatedly |
No, we only create a message record if the message was sampled by potal. |
When I receive potatoes in a channel, I realize too late that GibPotato isn't invited in the channel yet.
Idea: When GibPotato is invited, it fetches msgs from the past (up to a point, 24h should be more than enough) and backfills potatoes. Preferrably skipping (or batching) all the notifications that generates.
The text was updated successfully, but these errors were encountered: