Graber (Marcin Grabias)

Results 3 issues of Graber (Marcin Grabias)

`image: wodby/drupal-php:8-1.13` should be `image: wodby/drupal-php:7.1-3.3.1` or similar (first part of the version string corresponds to PHP version, check https://github.com/wodby/docker4drupal/blob/master/docker-compose.yml for possible versions)

Hi, it's associated with this issue: https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-start-doesnt-detect-changes an .env file with `CHOKIDAR_USEPOLLING=true` solved it for me.

**Describe the bug** This happens when invoking a Drush process from a drush command: ``` $site_alias = $this->siteAliasManager()->getSelf(); $process = $this->processManager()->drush($site_alias, QueueCommands::RUN, ['some_queue_name']); $process->run($process->showRealtime()->hideStdout()); ``` The same queue is processed...