Skip to content

Commit

Permalink
Merge pull request #40 from mivallion/master
Browse files Browse the repository at this point in the history
tarantool/queue support
  • Loading branch information
ochaton authored Sep 12, 2024
2 parents cd0bf83 + 3c6f5ef commit a8fae9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ local function reflect_internals()
end
end
peekf = vars.reconfig_modules
elseif vars.orig_call and vars.wrapper_impl and type(vars.orig_call) == 'function' and type(vars.wrapper_impl) == 'function' then
peekf = vars.orig_call
table.insert(steps,"queue-cfg_call")
else
for k,v in pairs(vars) do log.info("var %s=%s",k,v) end
error(string.format("Bad vars for %s after steps: %s", peekf, table.concat(steps, ", ")))
Expand Down

0 comments on commit a8fae9f

Please sign in to comment.