Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Various backports to v3.8.x #387

Merged
merged 4 commits into from
May 13, 2020
Merged

Various backports to v3.8.x #387

merged 4 commits into from
May 13, 2020

Conversation

dumbbell
Copy link
Member

No description provided.

HoloRin added 4 commits May 13, 2020 10:53
dispatch_sync sits inbetween the behavior of submit and submit_async,
blocking the caller until a worker begins the task, as opposed
to not blocking at all, or blocking util the task has finished.
This is useful when you want to throttle submissions to the pool
from a single process, such that all workers are busy, but there
exists no backlog of work for the pool.

(cherry picked from commit 150f8b5)
according to Michael's suggestion

(cherry picked from commit 6504e7d)
to consolidate worker pool tests in a single location

(cherry picked from commit 36c9fbe)
This breaks the cyclic dependency between rabbitmq_ct_helpers and
rabbit_common.

(cherry picked from commit 268c8e9)
@dumbbell dumbbell marked this pull request as ready for review May 13, 2020 10:53
@dumbbell dumbbell merged commit 4fe15b4 into v3.8.x May 13, 2020
@dumbbell dumbbell deleted the various-backports-to-v3.8.x branch May 13, 2020 10:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants