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

RegistrantChangeConfirmEmailJob sends emails without confirmation code #1994

Closed
yulgolem opened this issue May 19, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@yulgolem
Copy link
Contributor

yulgolem commented May 19, 2021

The job itself starts before PG ends the transaction, thus using the domain data without code.
Possible solutions:

  1. Schedule a job after a timeout for domain to be updated. ✅
  2. Make sure domain is saved before calling the job.

PS
All job executions need to be checked in order to manage this race conditions.

@yulgolem
Copy link
Contributor Author

Closed by #1995

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant