We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d2437 commit c38ba58Copy full SHA for c38ba58
backend/routers/general.py
@@ -162,7 +162,7 @@ async def progressive_restore(
162
continue
163
164
if production_environment:
165
- worker.set_key_no_expiration.delay(query_type, "stopped")
+ worker.cache_set_key_no_expiration.delay(query_type, "stopped")
166
else:
167
background.add_task(lambda: cm.set_key_no_expiration(query_type, "stopped"))
168
0 commit comments