pub async fn channel_tick<C: Unlocked + 'static>(
    sentry: &SentryApi<C>,
    config: &Config,
    channel_context: ChainOf<Channel>
) -> Result<(ChannelId, Box<dyn Debug>), Error>