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

add schedule webhook command #458

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

wannevancamp
Copy link
Contributor

The PR add a new command to process schedule webhooks.

In some scenarios Shopware scheduled tasks stops running after restarting php-fpm.
By using console commands via crontab this can be prevented.

Example crontab:

* * * * * php bin/console adyen:process-webhooks
* * * * * php bin/console adyen:schedule-webhooks

@wannevancamp wannevancamp requested a review from a team as a code owner February 14, 2024 07:25
Copy link
Contributor

@hossam-adyen hossam-adyen left a comment

Choose a reason for hiding this comment

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

Hi @wannevancamp, thanks for dedicating time and open PR, this new command is handy, looking forward for more contributions

Copy link

sonarcloud bot commented Feb 22, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
7.8% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@candemiralp candemiralp merged commit ad59378 into Adyen:develop Apr 15, 2024
4 of 6 checks passed
@candemiralp
Copy link
Member

Hello @wannevancamp,

Thank you for your contribution. Your PR has been merged and will be released on the upcoming version.

Best regards,
Can

@RokPopov RokPopov mentioned this pull request Apr 17, 2024
@candemiralp candemiralp added the Feature Indicates a new feature addition label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Indicates a new feature addition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants