Re: [Tools-discuss] Asynchronous submission

Carsten Bormann <cabo@tzi.org> Sun, 28 May 2023 08:47 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6A80FC151536 for <tools-discuss@ietfa.amsl.com>; Sun, 28 May 2023 01:47:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 69GV8sgajJYs for <tools-discuss@ietfa.amsl.com>; Sun, 28 May 2023 01:47:40 -0700 (PDT)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A06ECC151532 for <tools-discuss@ietf.org>; Sun, 28 May 2023 01:47:39 -0700 (PDT)
Received: from smtpclient.apple (p548dc0f6.dip0.t-ipconnect.de [84.141.192.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4QTXNS4fcnzDCbV; Sun, 28 May 2023 10:47:36 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <2f17217e-66b5-4e47-9dd7-077e619f5f37@betaapp.fastmail.com>
Date: Sun, 28 May 2023 10:47:25 +0200
Cc: tools-discuss@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <1BC352F5-B187-4234-84FE-262CBD619DD4@tzi.org>
References: <E5FE4F29-B372-4191-8BC9-DDF8545DEC0D@tzi.org> <2f17217e-66b5-4e47-9dd7-077e619f5f37@betaapp.fastmail.com>
To: Martin Thomson <mt@lowentropy.net>
X-Mailer: Apple Mail (2.3731.600.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/mgglxbTxo3Fossvfik3e-etTxZk>
Subject: Re: [Tools-discuss] Asynchronous submission
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 28 May 2023 08:47:43 -0000

On 28. May 2023, at 10:05, Martin Thomson <mt@lowentropy.net> wrote:
> 
> I have been using the automated asynchronous API for some time. But I haven’t implemented waiting. Is there something in the user interface that needs to waited upon?

I haven’t tried the API directly yet, I meant the Web UI.
This uses a refreshing page to wait for completion of the asynchronous job.

Grüße, Carsten