fix(firehose): do not await channel.start() during app startup
channel.start() is a long-running for-await loop that never resolves.
Awaiting it blocked the Fastify onReady hook, causing integration test
timeouts in CI where no Tap service is provisioned.
Fixes the recurring Integration Tests CI failure.
authored by