We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be helpful to know the timestamp of when the database was last (re)loaded.
Idea:
db-init
/metadata
{ "app": { "version": "version string" }, "db": { "timestamp": "stored timestamp", "users": 123, //count of users in DB "eligibility": ["list", "of", "types"] } }
Related to debugging cal-itp/benefits#2598
The text was updated successfully, but these errors were encountered:
PR #512 is up and the code is ready and working.
But we're currently blocked by #511 as this PR will need to build/deploy the infrastructure pipeline.
Sorry, something went wrong.
thekaveman
Successfully merging a pull request may close this issue.
It would be helpful to know the timestamp of when the database was last (re)loaded.
Idea:
db-init
, create a new table to store a single record with the current timestamp whendb-init
is called/metadata
that returns a JSON blob like:Acceptance Criteria
Additional context
Related to debugging cal-itp/benefits#2598
The text was updated successfully, but these errors were encountered: