Skip to content

Update mxqkill #160

Merged
merged 4 commits into from
Aug 22, 2024
Merged

Update mxqkill #160

merged 4 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. mxqkill: Add function cancel_group and refactor group cancellation …

    …logic
    
    Refactor the group cancellation process by moving the code from main()
    into new functions, similar to the existing jobs cancellation functions.
    
    Added `cancel_group` function along with its helper functions.
    
    Notable change:
    
    - Removed constraints from the old code, making it no longer mandatory
      for the group to have `groups_status OK`, or pending/running jobs.
    
    This allows cancellations of both inactive and previously cancelled
    groups.
    
    These changes enable more flexible group management and simplify the
    cancellation logic.
    
    Note: The old code will be removed in the next commit for cleaner diffs
    and improved clarity.
    donald committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b803174 View commit details
    Browse the repository at this point in the history
  2. mxqkill: Use cancel_group

    Use cancel_group() and remove old code.
    donald committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4319485 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c8d94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7828397 View commit details
    Browse the repository at this point in the history