lua-resty-timer icon indicating copy to clipboard operation
lua-resty-timer copied to clipboard

Extended timers for OpenResty

Results 2 lua-resty-timer issues
Sort by recently updated
recently updated
newest added

a timer context is implemented as a request under the hood. This means that it is supposed to be short-lived. As such some calls leak memory within a context, which...

I have some trouble. Sometimes the timer will stop executing inexplicably, and it is difficult to reproduce. I think it may be collected. If 'timer' is collected, have any logs...