Fix retrying uploads by using Octokit retry plugin.
This commit is contained in:
parent
e67ba57e65
commit
31c2eca167
118 changed files with 19025 additions and 117 deletions
13
node_modules/bottleneck/src/redis/refs.lua
generated
vendored
Normal file
13
node_modules/bottleneck/src/redis/refs.lua
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
local settings_key = KEYS[1]
|
||||
local job_weights_key = KEYS[2]
|
||||
local job_expirations_key = KEYS[3]
|
||||
local job_clients_key = KEYS[4]
|
||||
local client_running_key = KEYS[5]
|
||||
local client_num_queued_key = KEYS[6]
|
||||
local client_last_registered_key = KEYS[7]
|
||||
local client_last_seen_key = KEYS[8]
|
||||
|
||||
local now = tonumber(ARGV[1])
|
||||
local client = ARGV[2]
|
||||
|
||||
local num_static_argv = 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue