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

Use context.WithoutCancel in azbus #4

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

eccles
Copy link
Member

@eccles eccles commented Sep 4, 2023

The handcrafted contextWithoutCancel is replaced with correct standard context.WithoutCancel from Go 1.21.

If processing a message takes longer than the message deadline a WARNING is emitted with suggested remedial action.

Type aliases in aliases.go have been moved closer to their point of usage and aliases.go deleted.

Internal logger is indexed with the name of the sender/receiver.

Mock generation Taskfile is added.

AB#8276

 Mention [stepsize] in a comment if you'd like to report some technical debt. See examples here.

Copy link
Collaborator

@robinbryce robinbryce left a comment

Choose a reason for hiding this comment

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

If you can confirm the version bump is intentional I will tick, thanks

go.mod Show resolved Hide resolved
azbus/receiver.go Show resolved Hide resolved
Paul Hewlett added 3 commits September 5, 2023 16:17
The handcrafted contextWithoutCancel is replaced with correct
standard context.WithoutCancel from Go 1.21.

If processing a message takes longer than the message deadline a
WARNING is emitted with suggested remedial action.

Type aliases in aliases.go have been moved closer to their point
of usage and aliases.go deleted.

Internal logger is indexed with the name of the sender/receiver.

Mock generation Taskfile is added.

AB#8276
@eccles eccles force-pushed the dev/paul/8276-report-elapsed-times branch from 3b575ba to ce7bfbe Compare September 5, 2023 15:17
@eccles eccles requested a review from robinbryce September 8, 2023 11:42
@eccles eccles enabled auto-merge (squash) September 8, 2023 11:43
@eccles eccles merged commit 76db13c into main Sep 8, 2023
1 check passed
@eccles eccles deleted the dev/paul/8276-report-elapsed-times branch September 8, 2023 12:39
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