mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-11-16 03:09:47 +00:00
7 lines
254 B
Lua
7 lines
254 B
Lua
local weight = tonumber(ARGV[num_static_argv + 1])
|
|
|
|
local capacity = process_tick(now, false)['capacity']
|
|
local nextRequest = tonumber(redis.call('hget', settings_key, 'nextRequest'))
|
|
|
|
return conditions_check(capacity, weight) and nextRequest - now <= 0
|