Run this script daily. It should happen after Blob service cleanup, which starts between midnight and 0:15 AM and currently takes up to a couple of minutes.
Depends on D10205
Differential D10206 Authored by tomek on Dec 6 2023, 6:39 AM.
Tags None Referenced Files
Subscribers
Details Summary Run this script daily. It should happen after Blob service cleanup, which starts between midnight and 0:15 AM and currently takes up to a couple of minutes. Depends on D10205 Test Plan Modify the schedule and check if the script runs.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptDec 6 2023, 6:39 AM2023-12-06 06:39:41 (UTC-8) Harbormaster completed remote builds in B24823: Diff 34337.Dec 6 2023, 6:58 AM2023-12-06 06:58:25 (UTC-8) Harbormaster completed remote builds in B24825: Diff 34339.Dec 6 2023, 7:17 AM2023-12-06 07:17:21 (UTC-8)
This revision is now accepted and ready to land.Dec 7 2023, 9:54 AM2023-12-07 09:54:25 (UTC-8) Harbormaster failed remote builds in B26416: Diff 36526!Feb 1 2024, 7:36 AM2024-02-01 07:36:59 (UTC-8) Harbormaster completed remote builds in B26416: Diff 36526.Feb 1 2024, 7:51 AM2024-02-01 07:51:24 (UTC-8) Closed by commit rCOMM122195947a95: [keyserver] Set a job that synchronizes links with blobs (authored by tomek). · Explain WhyFeb 14 2024, 7:58 AM2024-02-14 07:58:39 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 36526 keyserver/src/cron/cron.js
|
It might look uncommon to have interface declaration and implementation next to each other in a single file but in fact we don't need to expose CommServicesAuthMetadataIOSWrapper. If we want to call sendAuthMetadataToJS from Objective - C we can use the common C++ API so let's avoid creating unnecessary files and duplication the same API.