Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
provision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
provision
Commits
948ef858
There was an error fetching the commit references. Please try again later.
Commit
948ef858
authored
Sep 15, 2016
by
Adam Andrzej Jaworski
Committed by
Herman van Rink
Sep 15, 2016
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2798129
by memtkmcc: Run extra Verify via frontend during Import task (BOA unfork)
parent
1c889324
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/import.provision.inc
+5
-0
5 additions, 0 deletions
platform/import.provision.inc
with
5 additions
and
0 deletions
platform/import.provision.inc
+
5
−
0
View file @
948ef858
...
...
@@ -42,7 +42,12 @@ function drush_provision_drupal_post_provision_import() {
// Do not automatically save the drushrc at the end of the command.
drush_set_option
(
'provision_save_config'
,
false
);
// We still run this extra backend sub-task to properly register packages etc.
provision_backend_invoke
(
d
()
->
name
,
'provision-verify'
);
sleep
(
5
);
// A small trick to avoid high load and race conditions.
// We run this extra verify via frontend to avoid issue #1004526.
provision_backend_invoke
(
'@hostmaster'
,
'hosting-task'
,
array
(
d
()
->
name
,
'verify'
),
array
(
'force'
=>
TRUE
));
drush_include_engine
(
'drupal'
,
'cron_key'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment