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

gefragt vor 4 Jahren240 Aufrufe
5 Antworten
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?

beantwortet vor 4 Jahren
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

beantwortet vor 4 Jahren
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.

beantwortet vor 4 Jahren
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?

beantwortet vor 4 Jahren
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
beantwortet vor 4 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen