You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I 'll add a new function sleep to the file apisix/core.lua, and replace all filed ‘sleep = ngx.sleep’ with 'sleep = require("apisix.core.sleep")'. Is that OK?
Use a small time interval (such as 1s) to complete a relatively long sleep behavior, so that the worker process can be shut down gracefully.
Here is the fake code(we may):
The text was updated successfully, but these errors were encountered: