Skip to content

Commit

Permalink
poll events
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle committed Jan 13, 2021
1 parent 08c3c7c commit b495949
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 b495949

Please sign in to comment.