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

Open Queues Warning #255

Open
duke2421 opened this issue Apr 29, 2024 · 2 comments
Open

Open Queues Warning #255

duke2421 opened this issue Apr 29, 2024 · 2 comments
Labels
kind/bug Something isn't working

Comments

@duke2421
Copy link

PHP Version

8.2.5

Shopware Version

6.6.1.1

Plugin Version

2.1.2

Actual behaviour

System-Status shows, that the Open Queues is not running, but is is. We have a cron job that runs it every 5 Minutes. But even if I run the comand directly, thet System-Status does not change.
SW6-Tools

Expected behaviour

Open Queues should show, that the script is working.

Steps to Reproduce?

Update to latest Version (2.1.2).

@duke2421 duke2421 added the kind/bug Something isn't working label Apr 29, 2024
@Soho-Jo
Copy link

Soho-Jo commented May 30, 2024

Did you adapt the command for the cronjob?

php bin/console messenger:consume async

becomes

php bin/console messenger:consume async low_priority

https://github.com/shopware/shopware/blob/v6.6.1.2/UPGRADE-6.6.md

@duke2421
Copy link
Author

duke2421 commented May 31, 2024

@Soho-Jo Thank you for your reply. No, I didn't, somehow I overlooked that.
However, this does not seem to have solved the problem. The plugin now displays ‘unknown’ instead of the last time the script ran.
Edit: Our shop is now on 6.6.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants