SkynetLabs / webportal-nginx

MIT License
1 stars 2 forks source link

increase timers limits #18

Closed kwypchlo closed 2 years ago

kwypchlo commented 2 years ago

We were running out of timers context:

2022/06/22 16:30:00 [alert] 48#48: lua failed to run timer with function defined at @/etc/nginx/libs/skynet/scanner.lua:3: 256 lua_max_running_timers are not enough

Increasing the number of timers should be an easy way to resolve this temporarily at least.

linear[bot] commented 2 years ago
SKY-1103 Increase lua timers limits

Increase lua running and pending timers limits to resolve issue with running out

codecov[bot] commented 2 years ago

Codecov Report

Merging #18 (0bd78b4) into main (ac43adf) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   93.84%   93.84%           
=======================================
  Files          16       16           
  Lines         813      813           
=======================================
  Hits          763      763           
  Misses         50       50           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ac43adf...0bd78b4. Read the comment docs.