jkaluza / odcs

Forked from odcs 6 years ago
Clone

c3bfd7b Add canceling waiting composes

Authored and Committed by lsedlar 4 years ago
    Add canceling waiting composes
    
    Extend the DELETE method handler to allow users to cancel their own
    waiting composes. Admins can cancel anything. Deleting data is still
    limited to admins only.
    
    It is possible that while the revocation is happening a worker will take
    the compose task, in which case it will continue and finish. It's thus
    possible for compose to go wait -> failed -> done.
    
    Cancelling an older compose without stored task ID will only mark it as
    failed with no other change.
    
    JIRA: COMPOSE-4168
    
        
file modified
+25 -13
file modified
+58 -28
file modified
+60 -2