use one queue with different priority for fetching content of rss feed item or saved url

This commit is contained in:
Hongbo Wu
2024-08-21 12:08:23 +08:00
parent e41ccf7a8f
commit 5bd272dde0
7 changed files with 78 additions and 124 deletions

View File

@ -84,8 +84,6 @@ import { logger } from './utils/logger'
export const BACKEND_QUEUE_NAME = 'omnivore-backend-queue'
export const CONTENT_FETCH_QUEUE = 'omnivore-content-fetch-queue'
export const CONTENT_FETCH_SLOW_QUEUE = 'omnivore-content-fetch-slow-queue'
export const CONTENT_FETCH_RSS_QUEUE = 'omnivore-content-fetch-rss-queue'
export const JOB_VERSION = 'v001'