simplified providers a bit
This commit is contained in:
parent
35b0eb3783
commit
4aa2942e43
9 changed files with 48 additions and 209 deletions
|
|
@ -152,7 +152,6 @@ export async function queueProxyFetch(): Promise<string> {
|
|||
const { queueManager } = await import('../services/queue.service');
|
||||
const job = await queueManager.addJob({
|
||||
type: 'proxy-fetch',
|
||||
service: 'proxy',
|
||||
provider: 'proxy-service',
|
||||
operation: 'fetch-and-check',
|
||||
payload: {},
|
||||
|
|
@ -170,7 +169,6 @@ export async function queueProxyCheck(proxies: ProxyInfo[]): Promise<string> {
|
|||
const { queueManager } = await import('../services/queue.service');
|
||||
const job = await queueManager.addJob({
|
||||
type: 'proxy-check',
|
||||
service: 'proxy',
|
||||
provider: 'proxy-service',
|
||||
operation: 'check-specific',
|
||||
payload: { proxies },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue