openedx / platform-plugin-aspects

Aspects plugins for the Open edX LMS and Studio
Apache License 2.0
2 stars 8 forks source link

fix: User profile not found on account creation #56

Closed bmtcril closed 6 months ago

bmtcril commented 6 months ago

Sometimes the user profile sink would get run before the transaction creating the target row was committed in the LMS. This led to UserProfileNotFound errors and the data not making its way to ClickHouse. This delays creating the task until the transaction is committed.

Closes: #54

Merge checklist: Check off if complete or not applicable:

github-actions[bot] commented 6 months ago

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  platform_plugin_aspects
  __init__.py
  signals.py
  xblock.py
Project Total  

This report was generated by python-coverage-comment-action

saraburns1 commented 6 months ago

lgtm!