proxy/meta: run every minute
This commit is contained in:
parent
4081a38552
commit
0c8ecae319
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ def create_proxy(pool: Pool, origin: Origin) -> bool:
|
||||||
class ProxyMetaAutomation(BaseAutomation):
|
class ProxyMetaAutomation(BaseAutomation):
|
||||||
short_name = "proxy_meta"
|
short_name = "proxy_meta"
|
||||||
description = "Housekeeping for proxies"
|
description = "Housekeeping for proxies"
|
||||||
|
frequency = 1
|
||||||
|
|
||||||
def automate(self, full: bool = False) -> Tuple[bool, str]:
|
def automate(self, full: bool = False) -> Tuple[bool, str]:
|
||||||
# Destroy expired proxies
|
# Destroy expired proxies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue