hngprojects / hng_boilerplate_nextjs

https://deployment.nextjs.boilerplate.hng.tech
208 stars 265 forks source link

[Improvement]: Identify Components Impacted by the Transition to Redis Pub/Sub #1511

Open Olasam-web opened 3 months ago

Olasam-web commented 3 months ago

Description

Identify and list all components within the current system that will be impacted by the switch from a database-based queue to Redis Pub/Sub.

Acceptance Criteria

  1. Review the codebase to identify all areas where the current database-based queue is integrated.
  2. List out the specific modules, classes, and methods that will need to be modified or refactored to work with Redis Pub/Sub.
  3. Access to the current codebase and an understanding of the existing queue implementation.

Links

| FIGMA LINK

Images

image