pub async fn async_tasks_executor(
    rx_request: ChannelRequestReceiver,
    tx_response: Sender<Event>,
    client: &Client,
    conn: &DatabaseConnection
) -> AppResult<()>