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

Pending order cleanup cron is not running #154

Open
kapilsingh-nagarro opened this issue Mar 5, 2025 · 1 comment
Open

Pending order cleanup cron is not running #154

kapilsingh-nagarro opened this issue Mar 5, 2025 · 1 comment

Comments

@kapilsingh-nagarro
Copy link

Environment Details

  • Adobe Commerce Version: 2.4.7-p3
  • Worldpay Version: 2.4.7-p10924
  • PHP Version: 8.3
  • Database: MySQL 8

Issue Description

The Pending Order Cleanup cron job is not executing as expected. In previous versions, it was assigned to the cron group with group_id="worldpay_pending_order_cleanup", but in the latest version, the group_id has been incorrectly updated to "defalut" instead of "default".

There is no cron group defined as "defalut" in cron_groups.xml, which is likely a typographical error preventing the cron job from running.

Affected File & Line

File: vendor/sapient/module-worldpay/etc/crontab.xml
Line: 21

<group id="defalut">
    <job name="pending_order_cleanup" instance="Sapient\Worldpay\Cron\PendingOrderCleanup" method="execute">
        <schedule>0 0 * * *</schedule>
    </job>
</group>

Expected Behavior
The group_id should be correctly defined as "default" (is assinged to defined magento's cron_group) or assigned to the appropriate existing cron group.

@vladpredaworldpay
Copy link
Collaborator

Hello @kapilsingh-nagarro ,

Thank you for the report, this will be fixed in the next release, which is planned for next week.

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

2 participants