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

WIP: Setup external service for Redis #4333

Closed
5 tasks
btylerburton opened this issue May 26, 2023 · 1 comment
Closed
5 tasks

WIP: Setup external service for Redis #4333

btylerburton opened this issue May 26, 2023 · 1 comment
Labels
H2.0/Harvest-General General Harvesting 2.0 Issues

Comments

@btylerburton
Copy link
Contributor

User Story

In order to properly manage our queue and make it testable, datagov team wants to setup a Redis service using a Docker container.

Acceptance Criteria

[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]

  • GIVEN a Redis queue system has been defined (WIP: Define Redis Queue System #4314)
    WHEN I use the Redis syntax to interact with the Redis client
    THEN I expect all responses to mirror production

Background

[Any helpful contextual notes or links to artifacts/evidence, if needed]

Security Considerations (required)

[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]

Sketch

  • Review Docker docs for Redis https://hub.docker.com/_/redis
  • Configure Docker Compose with Redis Service
    • Expose port for local testing
    • Implement persistent storage, if necessary
@btylerburton btylerburton added the H2.0/Harvest-General General Harvesting 2.0 Issues label May 26, 2023
@btylerburton btylerburton changed the title Setup test service for Redis WIP: Setup test service for Redis May 26, 2023
@btylerburton btylerburton changed the title WIP: Setup test service for Redis WIP: Setup external service for Redis May 26, 2023
@btylerburton
Copy link
Contributor Author

Completed in GSA/datagov-harvester#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
H2.0/Harvest-General General Harvesting 2.0 Issues
Projects
Archived in project
Development

No branches or pull requests

1 participant