Skip to content

Commit c38ba58

Browse files
committed
worker cache task fix
1 parent b8d2437 commit c38ba58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/routers/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ async def progressive_restore(
162162
continue
163163

164164
if production_environment:
165-
worker.set_key_no_expiration.delay(query_type, "stopped")
165+
worker.cache_set_key_no_expiration.delay(query_type, "stopped")
166166
else:
167167
background.add_task(lambda: cm.set_key_no_expiration(query_type, "stopped"))
168168

0 commit comments

Comments
 (0)