bluesky / bluesky-queueserver

Server for queueing plans
https://blueskyproject.io/bluesky-queueserver/
BSD 3-Clause "New" or "Revised" License
12 stars 22 forks source link

Fixed `queue_item_execute` behavior #222

Closed dmgav closed 2 years ago

dmgav commented 2 years ago

Fixed the behavior of queue_item_execute API. Now the API updates plan_queue_uid status parameter. Now plan_queue_uid could be used to monitor changes in currently running item. The changes are unlikely to break any existing code.

Description

Motivation and Context

Summary of Changes for Release Notes

Fixed

Added

Changed

Removed

How Has This Been Tested?