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

Implement Event Duplication Check #3

Open
rabble opened this issue Oct 2, 2023 · 0 comments
Open

Implement Event Duplication Check #3

rabble opened this issue Oct 2, 2023 · 0 comments

Comments

@rabble
Copy link
Contributor

rabble commented Oct 2, 2023

For each incoming event from the Firebase feed, validate against our local database/cache to ensure we're not re-processing old events.

Acceptance Criteria:

Events that have been previously processed are identified and ignored.
The checking process is efficient, avoiding undue load on the system.

@rabble rabble added this to Cleanstr Oct 2, 2023
@rabble rabble moved this to 📋 Backlog in Cleanstr Oct 3, 2023
@dcadenas dcadenas moved this from 📋 Backlog to 🏗 In progress in Cleanstr Oct 7, 2023
@dcadenas dcadenas moved this from 🏗 In progress to ✅ Done in Cleanstr Oct 10, 2023
@dcadenas dcadenas removed this from Cleanstr Nov 22, 2023
@dcadenas dcadenas moved this to Done in Verse: Nos Projects Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant