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

Make frontend asset watcher build sequentially #1626

Merged
merged 2 commits into from
Nov 15, 2023

Conversation

currycoder
Copy link
Contributor

Aim

I was running in to this issue locally; parcel-bundler/parcel#8165

The issue I was finding was that caseworker assets were being built, but exporter asset builds were consistently failing with the above issue.

Essentially, frontend asset watcher was concurrently building exporter and caseworker assets. This triggered an issue where both processes were writing to the parcel DB at the same time. I've adjusted things so that the assets are initially built in sequence before the watch part happens concurrently. This fixed the issue.

LTD-

@currycoder currycoder merged commit e498a7f into dev Nov 15, 2023
12 checks passed
@currycoder currycoder deleted the fix-frontend-asset-build-concurrency branch November 15, 2023 09:48
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.

3 participants