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

Merge the 1.0.2 release into master #85

Merged
merged 32 commits into from
Jun 9, 2019
Merged

Merge the 1.0.2 release into master #85

merged 32 commits into from
Jun 9, 2019

Conversation

rhinof
Copy link
Contributor

@rhinof rhinof commented Jun 8, 2019

No description provided.

Guy Baron and others added 30 commits May 7, 2019 14:12
the test now validates that messages get rejected when handlers return
an error and all rety attempts did not sccueed
increased test coverage
added tests for protobuf serlializer
fixing a bug where saga configuration functions were run only when saga was created
fix wrong timeout interface method in documentation
increasing test timeouts of ci build to 60s
Timeouts now are not passed as bus messages to avoid the need to deal
with serialization.
Timeout interface changed so that handling a timeout now accepts a
transaction and a bus instance instead of an invocation and a bus
message
This allows saga instances ifthey choose to continue react to messages after they
timeout
otherwise updating it

In addition fixing some linting errors
first commit towards supporting persistent timeouts
update documentation after changes of timeout interface : https://github.com/wework/grabbit/pull/78/files
Update SAGA.md - timeout interface doc fix
transaction

When a handler fails and gets retried each retry should be run in a new
transaction
fixing a bug in which all handler retires executed within the same
@rhinof rhinof requested review from vladshub, avigailberger and a user June 8, 2019 14:40
@rhinof rhinof merged commit 51a7b20 into master Jun 9, 2019
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

3 participants