Skip to content

decouple job state from channels with JobStore#1779

Merged
plebhash merged 2 commits into
mainfrom
JobStore
Jul 2, 2025
Merged

decouple job state from channels with JobStore#1779
plebhash merged 2 commits into
mainfrom
JobStore

Conversation

@coleFD

@coleFD coleFD commented Jul 2, 2025

Copy link
Copy Markdown
Collaborator

Currently, the channels structs manage jobs internally. This proposal decoubles job state from channels by utilizing a JobStore trait instead of using the job maps directly. A DefaultJobStore is also introduced that mirrors the 1-to-1 channel-to-jobstate architecture that is currently provided.

The overall goal of this proposal is to allow for more customizability (ie supporting a wider range of architectures potentially warranted by the end developer)

@plebhash

plebhash commented Jul 2, 2025

Copy link
Copy Markdown
Member

thanks @coleFD

it looks like there's some conflicts with main branch

can you try to resolve them? alternatively I could also do it and force-push here, if you're ok with that

@coleFD coleFD closed this Jul 2, 2025
@coleFD coleFD reopened this Jul 2, 2025
@plebhash plebhash merged commit 131ea3b into main Jul 2, 2025
11 checks passed
@plebhash plebhash deleted the JobStore branch August 15, 2025 18:24
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.

2 participants