Skip to content

Commit

Permalink
squash w/ delay rule claim API updates. Fixed keyword usage in delay …
Browse files Browse the repository at this point in the history
…server.
  • Loading branch information
korydraughn committed Nov 10, 2024
1 parent e5c9c97 commit 243d69f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/delay_server/src/irodsDelayServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,9 @@ namespace
}

// Clear the delay server claim information so the rule can be processed in the future.
addKeyVal(&rule_exec_mod_inp.condInput, RULE_DELAY_SERVER_HOST_KW, "");
addKeyVal(&rule_exec_mod_inp.condInput, RULE_DELAY_SERVER_PID_KW, "");
addKeyVal(&rule_exec_mod_inp.condInput, RULE_DELAY_SERVER_CLAIMED_TIME_KW, "");
addKeyVal(&rule_exec_mod_inp.condInput, RULE_CLAIM_HOST_KW, "");
addKeyVal(&rule_exec_mod_inp.condInput, RULE_CLAIM_HOST_PID_KW, "");
addKeyVal(&rule_exec_mod_inp.condInput, RULE_CLAIM_TIME_KW, "");

addKeyVal(&rule_exec_mod_inp.condInput, RULE_LAST_EXE_TIME_KW, current_time);
addKeyVal(&rule_exec_mod_inp.condInput, RULE_EXE_TIME_KW, next_time);
Expand Down

0 comments on commit 243d69f

Please sign in to comment.