hngprojects / hng_boilerplate_nextjs

https://deployment.nextjs.boilerplate.hng.tech
206 stars 264 forks source link

[Improvement]: Switch Queue Initialization to Use Redis #1495

Open Olasam-web opened 3 months ago

Olasam-web commented 3 months ago

Description

Update the queue initialization logic to utilize Redis instead of the database for managing the background tasks.

Acceptance Criteria

  1. Modify the code responsible for initializing the background queue to use Redis.
  2. Ensure that the queue is correctly set up in Redis, ready to accept tasks.
  3. Verify that the queue is operational and ready to handle tasks after initialization.

Links

| FIGMA LINK

Images

image