You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/04/12 19:15:58 UTC

[GitHub] [trafficcontrol] ocket8888 opened a new issue #5737: Delivery Service Request atomic fulfillment

ocket8888 opened a new issue #5737:
URL: https://github.com/apache/trafficcontrol/issues/5737


   ## I'm submitting a ...
   -  new feature / enhancement request
   
   ## Traffic Control components affected ...
   -  Traffic Ops
   
   ## Current behavior:
   Currently, to fulfill a <abbr title="Delivery Service Request">DSR</abbr>, one must
   
   1. Close the <abbr title="Delivery Service Request">DSR</abbr> by setting its Status to "pending"
   2. Perform the action indicated by the <abbr title="Delivery Service Request">DSR</abbr> - which is a manual step
   3. Set the <abbr title="Delivery Service Request">DSR</abbr>'s Status to "complete".
   
   ## New behavior:
   You should be able to atomically fulfill a Delivery Service Request with e.g. `POST /deliveryservice_requests/{{ID}}/fulfill`, which would perform the indicated action and set the <abbr title="Delivery Service Request">DSR</abbr>'s Status to "complete". This sort of eliminates the need for a "pending" state at all, but for legacy reasons we can't get rid of it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org