Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined method Asseco\Stomp\Queue\StompQueue::clear() #32

Open
nmalcolm opened this issue Oct 10, 2023 · 0 comments
Open

Call to undefined method Asseco\Stomp\Queue\StompQueue::clear() #32

nmalcolm opened this issue Oct 10, 2023 · 0 comments

Comments

@nmalcolm
Copy link

sail@f37c890e39fd:/var/www/html$ php artisan horizon:clear

   Error

  Call to undefined method Asseco\Stomp\Queue\StompQueue::clear()

  at vendor/laravel/horizon/src/Console/ClearCommand.php:53
     49▕         $connection = Arr::first($this->laravel['config']->get('horizon.defaults'))['connection'] ?? 'redis';
     50▕
     51▕         $jobRepository->purge($queue = $this->getQueue($connection));
     52▕
  ➜  53▕         $count = $manager->connection($connection)->clear($queue);
     54▕
     55▕         $this->line('Cleared '.$count.' jobs from the ['.$queue.'] queue ');
     56▕
     57▕         return 0;

      +12 vendor frames
  13  artisan:35
      Illuminate\Foundation\Console\Kernel::handle()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant