Skip to content

Commit

Permalink
squash w/ delay server impl. Use correct GenQuery1 column name to fin…
Browse files Browse the repository at this point in the history
…d delay rules.
  • Loading branch information
korydraughn committed Nov 8, 2024
1 parent bf4388c commit 0009ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/delay_server/src/irodsDelayServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ namespace

auto qstr = fmt::format("select RULE_EXEC_ID, RULE_EXEC_STATUS, order_desc(RULE_EXEC_PRIORITY) "
"where RULE_EXEC_TIME <= '{}' and RULE_EXEC_DELAY_SERVER_HOST = '' and "
"RULE_EXEC_DELAY_SERVER_PID = '' and RULE_EXEC_CLAIMED_TIME = ''", std::time(nullptr));
"RULE_EXEC_DELAY_SERVER_PID = '' and RULE_EXEC_DELAY_SERVER_CLAIMED_TIME = ''", std::time(nullptr));

return {std::move(qstr), job};
} // make_delay_queue_query_processor
Expand Down

0 comments on commit 0009ecc

Please sign in to comment.