Commit 94beede8 by liyijie

feat: update sidekiq.yml error

parent 56821d8a
......@@ -2,4 +2,6 @@ class ApplicationController < ActionController::API
include ActionController::Helpers
include ActionController::RailsCom
include ActionController::Caching
include RailsData::Controller::Importable
include RailsData::Controller::Exportable
end
......@@ -4,12 +4,13 @@
:queues:
- default
:max_retries: 2
:schedule:
# task_scheduler_reptile:
# cron: '30 0 * * *' # 每天
# class: TaskSchedulerReptile
# description: '爬取新闻和轮播图'
# announcement_scheduler:
# cron: '0 */1 * * *' # 每1小时
# class: 'AnnouncementScheduler'
# description: '获取通知公告'
:scheduler:
:schedule:
# task_scheduler_reptile:
# cron: '30 0 * * *' # 每天
# class: TaskSchedulerReptile
# description: '爬取新闻和轮播图'
# announcement_scheduler:
# cron: '0 */1 * * *' # 每1小时
# class: 'AnnouncementScheduler'
# description: '获取通知公告'
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