yield* Effect.promise(() => consumer.run({ eachBatch })).pipe(
Effect.andThen(() => Effect.never),
Effect.tap(() => Effect.logInfo("Consumer started")),
);
yield* Effect.promise(() => consumer.run({ eachBatch })).pipe(
Effect.andThen(() => Effect.never),
Effect.tap(() => Effect.logInfo("Consumer started")),
);