Abhay-raj-srivastava opened a new pull request, #374:
URL: https://github.com/apache/tooling-trusted-releases/pull/374
This PR implements the request from Issue #364: "Record when committees are
automatically updated."
# What this change does
- Adds timestamp recording inside `update_metadata()` after
`_update_committees()` runs.
- Stores the value in metadata using:
`last_auto_committee_update`
- Uses `datetime.now(timezone.utc).isoformat()` for consistent UTC
formatting.
# Why this is needed
The tooling updates committees automatically, but until now the system did
not keep track of when this update occurred. This timestamp allows better
observability and debugging for automated sync events.
# Summary
- Added metadata timestamp write
- Maintained existing structure and async session
- Ensured the update is recorded only after a successful committee sync
Thank you! Please let me know if any changes are required.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]