Skip to content

Commit

Permalink
Merge pull request #1562 from tripal/tv4g3-issue1561-fix-parallel-mes…
Browse files Browse the repository at this point in the history
…sage

Tripal4 issue1561 fix parallel message
  • Loading branch information
laceysanderson committed Jul 5, 2023
2 parents 1f8c71a + ea48e6c commit ab64c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tripal/src/api/tripal.jobs.api.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function tripal_launch_job($do_parallel = 0, $job_id = NULL, $max_jobs = -1, $si
// First check if any jobs are currently running if they are, don't continue,
// we don't want to have more than one job script running at a time.
if (!$do_parallel and tripal_is_job_running()) {
print date('Y-m-d H:i:s') . ": Jobs are still running. Use the --parallel=1 option with the Drush command to run jobs in parallel.";
print date('Y-m-d H:i:s') . ": Jobs are still running. Use the --parallel option with the Drush command to run jobs in parallel.";
return;
}

Expand Down

0 comments on commit ab64c68

Please sign in to comment.