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

已提问 4 年前240 查看次数
5 回答
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?

已回答 4 年前
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

已回答 4 年前
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.

已回答 4 年前
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?

已回答 4 年前
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
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则