X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5f7b9f0177ca5a045eddb791116f5e6ff823f7fc..bd8bdd90055d61263eff5bdb9a953c57319aa83d:/services/api/lib/tasks/replay_job_log.rake diff --git a/services/api/lib/tasks/replay_job_log.rake b/services/api/lib/tasks/replay_job_log.rake index 14aa3be788..9c0f005275 100644 --- a/services/api/lib/tasks/replay_job_log.rake +++ b/services/api/lib/tasks/replay_job_log.rake @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'simulate_job_log' desc 'Simulate job logging from a file. Three arguments: log filename, time multipler (optional), simulated job uuid (optional). E.g. (use quotation marks if using spaces between args): rake "replay_job_log[log.txt, 2.0, qr1hi-8i9sb-nf3qk0xzwwz3lre]"' task :replay_job_log, [:filename, :multiplier, :uuid] => :environment do |t, args|