By default, lapin uses some other executor, but has configuration to use Tokio. We should be doing that as we use Tokio everywhere.
Depends on D13591
Paths
| Differential D13592 Authored by bartek on Oct 3 2024, 8:37 AM.
Details
Summary By default, lapin uses some other executor, but has configuration to use Tokio. We should be doing that as we use Tokio everywhere. Depends on D13591 Test Plan tunnelbroker integration tests
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptOct 3 2024, 8:37 AM2024-10-03 08:37:52 (UTC-7) bartek added a child revision: D13593: [tunnelbroker] Add error listener for AMQP.Oct 3 2024, 8:40 AM2024-10-03 08:40:07 (UTC-7) Harbormaster completed remote builds in B32043: Diff 44870.Oct 3 2024, 8:56 AM2024-10-03 08:56:14 (UTC-7) This revision is now accepted and ready to land.Oct 7 2024, 12:51 AM2024-10-07 00:51:49 (UTC-7) Closed by commit rCOMM39ddee6b6774: [tunnelbroker] Run AMQP on Tokio runtime (authored by bartek). · Explain WhyOct 7 2024, 7:28 AM2024-10-07 07:28:39 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 44927 Cargo.lock
services/tunnelbroker/Cargo.toml
services/tunnelbroker/src/amqp.rs
|