-
Notifications
You must be signed in to change notification settings - Fork 68
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
Create skeleton worker to run a build task #4185
Comments
One question before we begin implementation on this: how does a build know which build task types to kick off? I think the one missing piece from the ADR is that the build table should also have a |
Great point! Maybe we add a site |
I like the first option erDiagram
SITE_BUILD_TASK {
int id PK
int site FK "site"
int build_task_type FK "build_task_type"
string branch
json metadata
}
|
The table makes sense to me. |
Yeah that works, I'm going to include the |
Closed via #4248 |
Create a skeleton build task that runs from the pages worker, updates the build task queue, and saves an artifact.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: