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

fix(wallet): Send wallet transaction webhooks outside of DB transactions #2685

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

vincent-pochet
Copy link
Collaborator

Context

Some SendWebhookJob for wallet transaction creation have failed lately with the following error:

 ActiveJob::DeserializationError 
Error while trying to deserialize arguments: Couldn't find WalletTransaction with 'id'=XXX

Description

This PR makes sure that all jobs related to wallet transaction creation are performed after any database transaction.

@vincent-pochet vincent-pochet merged commit 3b1fd64 into main Oct 14, 2024
6 checks passed
@vincent-pochet vincent-pochet deleted the fix-wallet-transaction-webhooks branch October 14, 2024 14:47
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.

2 participants