Skip to content

ref(quick-start): Update onboarding task logic to create a first project entry #85626

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

Conversation

priscilawebdev
Copy link
Member

We're still encountering an issue where the 'first project' task isn't being created in the database for some users. It appears that, for some reason, we're attempting to insert the task twice, which results in no entry being created. To prevent this, we'll first check if the task already exists before attempting to insert it.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 21, 2025
@priscilawebdev priscilawebdev requested a review from a team February 21, 2025 11:09
@priscilawebdev
Copy link
Member Author

The changes in this PR are a good idea, but they won't fix the issue in case of concurrency. Closing this task in favour of #85826

@github-actions github-actions bot locked and limited conversation to collaborators Mar 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants