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

Manage In-Memory List of Pending Registrations in the OBS e8 #110

Closed
Arielpetit opened this issue Dec 20, 2024 · 0 comments · Fixed by #117
Closed

Manage In-Memory List of Pending Registrations in the OBS e8 #110

Arielpetit opened this issue Dec 20, 2024 · 0 comments · Fixed by #117
Assignees
Labels

Comments

@Arielpetit
Copy link
Collaborator

Arielpetit commented Dec 20, 2024

Description:
Implement an in-memory list of pending registrations in the OBS with expiration handling.

Requirements:

  • Create a hash-based in-memory list.
  • Set expiration time for entries (e.g., 5 minutes).
  • Implement automatic cleanup of expired entries.

Acceptance Criteria:

  • Pending registrations managed in memory.
  • Expiration and cleanup process verified through tests.
  • Code merged after peer review.

Estimate: 8

@Koufan-De-King Koufan-De-King changed the title Manage In-Memory List of Pending Registrations in the OBS Manage In-Memory List of Pending Registrations in the OBS e8 Dec 20, 2024
@Arielpetit Arielpetit self-assigned this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant