Braket Tasks Queue but queue isn't being cleared

0

Hi, I have a bunch of queued braket tasks that have been sitting in the queued for over 3 hours. Any idea how to check that the queue is still being serviced or is broken?

Edited by: AussieV123 on Sep 6, 2020 11:40 AM

posta 4 anni fa240 visualizzazioni
5 Risposte
0

The queue has finally been processed but I still don't know why it was stalled. If you are running this from a notebook or the CLI it would be nice to know that you are stuck in a queue. Any ideas on how to do that?

con risposta 4 anni fa
0

Which device were you targeting? Some QPUs are only available to process tasks during pre-defined windows of execution, so your tasks would be queued until the QPU becomes available. Availability windows are shown for each device in the Amazon Braket Console

con risposta 4 anni fa
0

The DWave machine.

This was before the unplanned maintenance anounced on the 9th.

At the time the machine was advertised as being online and ready for use.

con risposta 4 anni fa
0

I plan on writting a service that uses the Dwave machine. Is there someway to tell if the service is up from a lambda function?

con risposta 4 anni fa
0

Hi AussieV123,

The GetDevice API (https://docs.aws.amazon.com/braket/latest/APIReference/API_GetDevice.html) tells you the status of a device. If you are working in python it might be more convenient to use a boto3 client for that (https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/braket.html#Braket.Client.get_device).

profile pictureAWS
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande