Skip to content

Commit

Permalink
Merge branch 'master' into exporter_safety
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpollock authored Feb 28, 2025
2 parents c6b228a + 02c3402 commit 99e876c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions gcp/workers/alias/run_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
echo "Starting alias computation"
python3 alias_computation.py
echo "Completed alias computation"

python3 ./alias_computation.py
python3 ./upstream_computation.py
echo "Starting upstream computation"
python3 upstream_computation.py
echo "Completed upstream computation"

0 comments on commit 99e876c

Please sign in to comment.