-
Notifications
You must be signed in to change notification settings - Fork 13
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
Task updates #18
Comments
Does this include async updates as well? I'd be interested in getting something like core.async / reactor in place to stream updates back to the client |
If you feel like writing that, go for it. Just getting the infrastructure in place to accept updates to a task is the first step, though. |
What should we call these entries? Should these task updates be indexed like claims? Should that index be handled by the client or the server? Should they be last-write-wins for a given index? |
Oh, looks like I forgot to write this. Yeah, the term is "log"; there should be one log per claim, and the log for that claim should be a vector, merged pairwise, expanding to the size of the larger vector. Client API should be |
Thanks. That was just the guidance I was looking for. |
You should be able to add entries to a task log for a given claim. Same logic as completes, basically.
The text was updated successfully, but these errors were encountered: