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

Update RUCSSQueueRunner.php fixes #6119 #6156

Merged
merged 2 commits into from
Sep 15, 2023

Conversation

khalilgharbaoui
Copy link
Contributor

Description

Fixes #6119

PHP Fatal error: Uncaught InvalidArgumentException: The group "rocket-rucss" does not exist. in /srv/users/stgleather/apps/stgleather/public/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:907

Type of change

  • Bug fix (non-breaking change which fixes an issue).

Test summary

  • I triggered all changed lines of code at least once without new errors/warnings/notices. (on a live system.)

See:  wp-media#6119 for details

TL;DR

Fixes error:
```
PHP Fatal error: Uncaught InvalidArgumentException: The group "rocket-rucss" does not exist. in /srv/users/stgleather/apps/stgleather/public/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:907
```
Copy link
Contributor

@engahmeds3ed engahmeds3ed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job @khalilgharbaoui

@vmanthos vmanthos self-requested a review September 13, 2023 05:52
Copy link
Contributor

@vmanthos vmanthos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR @khalilgharbaoui! 🙏

I couldn't reproduce the issue so I ran smoke/regression tests. Everything came out fine.

According to @piotrbak we can merge this one.

TestRail report: testrail-report-524.pdf

@vmanthos vmanthos added this pull request to the merge queue Sep 15, 2023
@vmanthos vmanthos added this to the 3.15.1 milestone Sep 15, 2023
Merged via the queue into wp-media:develop with commit 2281a63 Sep 15, 2023
3 of 8 checks passed
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

Successfully merging this pull request may close these issues.

PHP Fatal error: Uncaught InvalidArgumentException: The group "rocket-rucss" does not exist.
3 participants