Migrate DeletedAccountsTableCrawler to ManagedPeriodicWork

This commit is contained in:
Chris Eager
2021-06-04 14:00:35 -05:00
committed by Chris Eager
parent 88db808298
commit fc7291c3e8
5 changed files with 37 additions and 155 deletions

View File

@@ -1,8 +0,0 @@
-- keys: lock_key
-- argv: lock_value
if redis.call("GET", KEYS[1]) == ARGV[1] then
return redis.call("DEL", KEYS[1])
else
return 0
end