mercredi 29 juillet 2020

Laravel queue listen returns var_dump of $this

When I run any command like listen, or work, or anything else, I get a 30mb dump of data (I think it's the $this variable

One command that I run, where I get that dump is: php artisan queue:listen --timeout=30 --tries=1

Basically this returns something like: (this is truncated, since like I said its 30mb)

  ["this"]=>
  object(Illuminate\Queue\QueueServiceProvider)#212 (1) {
    ["app":protected]=>
    object(Illuminate\Foundation\Application)#5 (32) {
      ["basePath":protected]=>
      string(12) "/var/www/sst"
      ["hasBeenBootstrapped":protected]=>
      bool(true)
      ["booted":protected]=>
      bool(true)
      ["bootingCallbacks":protected]=>
      array(3) {
        [0]=>
        object(Closure)#148 (1) {
          ["this"]=>
          object(Clockwork\DataSource\LaravelDataSource)#143 (7) {
            ["app":protected]=>
            *RECURSION*
            ["response":protected]=>
            NULL
            ["log":protected]=>
            object(Clockwork\Request\Log)#147 (2) {
              ["data"]=>
              array(0) {
              }
              ["collectStackTraces":protected]=>
              bool(true)
            }
            ["timeline":protected]=>
            object(Clockwork\Request\Timeline)#144 (1) {


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2ElMlB9
via IFTTT

Aucun commentaire:

Enregistrer un commentaire