Skip to content
Snippets Groups Projects

Issue #3357969: For web server dependent unattended updates run the entire life cycle in a separate process that will not be affected by hosting time limits

Merged Issue #3357969: For web server dependent unattended updates run the entire life cycle in a separate process that will not be affected by hosting time limits
Merged Ted Bowman requested to merge issue/automatic_updates-3357969:3357969-cron-drush into 3.0.x
2 files
+ 19
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,6 +17,9 @@ use Drush\Commands\DrushCommands;
* This is an internal part of Automatic Updates and may be changed or removed
* at any time without warning. It should not be called directly, and external
* code should not interact with it.
*
* @todo Either remove this command completely or make it just call the new
* Symfony Console command that will be added in https://drupal.org/i/3360485.
*/
final class AutomaticUpdatesCommands extends DrushCommands {
Loading