pub async fn tasks_executor(
    rx_request: ChannelRequestReceiver,
    tx_response: ChannelResponseSender,
    client: &Client,
    conn: &DatabaseConnection
) -> AppResult<()>