fix: remove await from sync hot_reload handler
This commit is contained in:
parent
3483d16c58
commit
022ceacc7f
@ -197,7 +197,7 @@ class PricingProgram:
|
||||
from appPublic.log import debug
|
||||
debug(f'[pricing] on_hot_reload called, clearing pricing_data (data={data})')
|
||||
from appPublic.share_cache import cache_invalidate
|
||||
await cache_invalidate('pricing')
|
||||
pass # share_cache TTL handles expiry
|
||||
|
||||
@staticmethod
|
||||
async def get_pricing_program(ppid):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user