summary refs log tree commit diff
path: root/scripts-dev/definitions.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-28Run replication streamers on workers (#7146)Erik Johnston3-22/+25
Currently we never write to streams from workers, but that will change soon
2020-04-27Fix incorrect metrics reporting for renew_attestations (#7344)Richard van der Hoff2-10/+10
We need to wait for the renewals to finish, so that the metrics are correctly reported.
20