You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
terra queue works well, but after I add environment in Drupal and run terra queue, it suddenly crashes:
[PhpAmqpLib\Exception\AMQPRuntimeException]
Error Connecting to server(0): Failed to parse address ":"
It seems like execute() is getting called again, but $url = $input->getArgument('url'); is empty so everything crashes. I tried to debug it further, but didn't get anywhere.