Bug Report: DeadlineCommand

If you type DeadlineCommand -help, this text shows:

RemoveSlavesFromLimitGroupList <Limit Name(s)> <Workers>
  Removes Workers from the limit's listed Workers.
    Limit Name(s)            The limit name, or a list of limit names
                             separated by commas
    Workers                  The Workers to remove, separated by commas

… but the command is actually -RemoveSlavesFromLimitgroupList <Workers> <Limit Name(s)>

hmm I think I may have been mistaken… the deadlinecommand took a while to update the limit, and when I sent the <worker> <limit name> in that order, it worked from a previous invocation of <limit name> <worker>.

Unfortunately there is zero output from the command if it was successful or not, either way.

Hello!

Yes, the deadlinecommand doesn’t return the successful message in the shell but I believe it returns the error if happens any. Deadlinecommand updates the database with the limit settings and the UI is updated when the Monitor updates itself with the db. It takes a few seconds to populate the setting in the Monitor UI panels.