Skip to content

misc(subscription): Ensure Subscriptions::UpdateService uses perform_after_commit #3950

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

Merged
merged 1 commit into from
Jul 9, 2025

Conversation

groyoh
Copy link
Contributor

@groyoh groyoh commented Jul 8, 2025

Context

Subscriptions::UpdateService currently do not ensure that jobs are scheduled after commit. This has no impact right now as the service is not called in a transaction anywhere but it will be the case soon.

Description

This PR ensures the jobs are scheduled after commit.

@groyoh groyoh force-pushed the test/subscription-update branch from 36e3826 to de5c8e6 Compare July 9, 2025 06:46
Base automatically changed from test/subscription-update to main July 9, 2025 06:51
@groyoh groyoh force-pushed the chore/perform-after-commit branch from 7a46c92 to 13dd83d Compare July 9, 2025 06:51
@groyoh groyoh merged commit b7559c3 into main Jul 9, 2025
14 checks passed
@groyoh groyoh deleted the chore/perform-after-commit branch July 9, 2025 08:06
diegocharles pushed a commit that referenced this pull request Jul 11, 2025
…rm_after_commit` (#3950)

## Context

`Subscriptions::UpdateService` currently do not ensure that jobs are scheduled after commit. This has no impact right now as the service is not called in a transaction anywhere but it will be the case soon.

## Description

This commit ensures the jobs are scheduled after commit.
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