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

demandé il y a 4 ans240 vues
5 réponses
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?

répondu il y a 4 ans
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

répondu il y a 4 ans
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.

répondu il y a 4 ans
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?

répondu il y a 4 ans
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
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions