Commit 4428f26d by 田超

Merge branch 'feature/1004297' into 'master'

feat: [1004297] 2021新版红榜任务

See merge request rays/pcloud-common-parent!185
parents eee8b1dd 68064b19
...@@ -189,6 +189,11 @@ public class MQQueueConstant { ...@@ -189,6 +189,11 @@ public class MQQueueConstant {
public static final String BOOKTASK = "booktaskQueue"; public static final String BOOKTASK = "booktaskQueue";
/** /**
* 红榜做书任务(2021版)
*/
public static final String RAYS_TASK = "raysTaskQueue";
/**
* 商品信息爬取功能 * 商品信息爬取功能
*/ */
public static final String PRODUCT_CRAWLER = "productCrawlerQueue"; public static final String PRODUCT_CRAWLER = "productCrawlerQueue";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment