Skip to content

Commit

Permalink
poll events
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle committed Dec 22, 2020
1 parent 155b987 commit ab6575f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/db/declarative/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ do
ok, err = kong.worker_events.post("declarative", "flip_config", default_ws)
if not ok then
ngx.shared.kong:delete(DECLARATIVE_FLIPS_NAME)
return nil, "failed to flip declarative config cache pages: " .. (err or ok)
return nil, "failed to flip declarative config cache pages: " .. (err or "unknown error")
end

else
Expand Down

0 comments on commit ab6575f

Please sign in to comment.