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

Implement the Worker part of the Product Construction Service #3202

Closed
dkurepa opened this issue Jan 15, 2024 · 3 comments
Closed

Implement the Worker part of the Product Construction Service #3202

dkurepa opened this issue Jan 15, 2024 · 3 comments
Assignees

Comments

@dkurepa
Copy link
Member

dkurepa commented Jan 15, 2024

Since the Product Construction Service will work on a workitem queue system, we'll need something to process those workitems.
We need to keep in mind that it's highly likely that we'll have multiple replicas running at the same time, all consuming these workitems.
An important piece of this work items are the deployments. We want to be able to notify all workers that a deployment is about to happen, have them finish their current workitems, notify the deployment script/service, and then stop, continuing only after the deployment, as new revisions.

@dkurepa
Copy link
Member Author

dkurepa commented Feb 1, 2024

The PR adding the job processor has been merged. For now it's just has a basic job type, that prints out the text. We will keep adding new jobs/JobProcessors as we need

@dkurepa
Copy link
Member Author

dkurepa commented Feb 1, 2024

The second part of this issue is in #3260. This is the part that deals with the deployments

@dkurepa
Copy link
Member Author

dkurepa commented Feb 5, 2024

I created a second issue for the deployment part of this issue #3269. Closing this now

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

No branches or pull requests

1 participant