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

Queue refactor part 4: task serializer #2490

Merged
merged 1 commit into from Feb 11, 2022

Conversation

yycptt
Copy link
Member

@yycptt yycptt commented Feb 11, 2022

What changed?

Why?
Part of queue processor refactor effort

How did you test it?
existing tests.

Potential risks

Is hotfix candidate?
no

@yycptt yycptt requested review from yux0 and a team February 11, 2022 01:47
@yycptt yycptt changed the title Queue refactor part 3: task serializer Queue refactor part 4: task serializer Feb 11, 2022
Comment on lines +105 to +106
SerializeTasks(taskSlice []tasks.Task) (map[tasks.Key]commonpb.DataBlob, error)
DeserializeTasks(category tasks.Category, blobSlice []commonpb.DataBlob) ([]tasks.Task, error)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@yycptt yycptt merged commit 3afd57d into temporalio:master Feb 11, 2022
@yycptt yycptt deleted the queue-refactor-serializer branch February 11, 2022 23:43
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.

None yet

2 participants