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

asked 4 years ago234 views
5 Answers
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?

answered 4 years ago
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

answered 4 years ago
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.

answered 4 years ago
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?

answered 4 years ago
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
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions