Request State Middleware #115
Labels
Dev Reviewed
Reviewed by Tech Lead
Notify
Board trigger
PM Reviewed
Reviewed by Product Manager
QA Reviewed
Reviewed by Quality Assurance
User Story - Business Need
We need to store state data for a given request. That may be a
request_id
, aservice_id
, or any other number of things. This stored data is particular to the request, and should persist for all tasks related to it. Consider mypy early in the process. We will start with a request_id (the notification id).User Story(ies)
As a VA Notify dev
I want To store request data
So that I can access necessary context
Additional Info and Resources
Acceptance Criteria
request_id
is available globally for that requestQA Considerations
Potential Dependencies
Out of Scope
Really testing this will involve hammering it with something like locust to ensure the context isn't jumping around. Trivial tests at human speeds are not sufficient. That exceeds the scope of this ticket.
The text was updated successfully, but these errors were encountered: