Skip to content

Make drupal console more graceful #3216

Open
@nvaken

Description

Currently, Drupal Console is really sensitive for Drupal errors. When we generate a cached error in Drupal rendering it unresponsive (500), you'd expect Drupal Console to be still responsive to be able help you rebuild the caches. The tool Drush seems to be able to handle these situations better and most of the time allows for a lot of the commands still being able to run. For completeness sake, I'm not only taling about cache rebuilding, but also other commands that would be usefull in a 500 situation (like outputting db logs).

As discussed with @jmolivas, we should be able to harden DC by making more use of try and catch statements.

I'll try to make some solid, reproducible situations soon and post them here.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions