mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 11:10:22 +08:00
6 lines
135 B
Lua
6 lines
135 B
Lua
local index = ARGV[num_static_argv + 1]
|
|
|
|
redis.call('zadd', job_expirations_key, 0, index)
|
|
|
|
return process_tick(now, false)['running']
|