Commit 94beede8 by liyijie

feat: update sidekiq.yml error

parent 56821d8a
...@@ -2,4 +2,6 @@ class ApplicationController < ActionController::API ...@@ -2,4 +2,6 @@ class ApplicationController < ActionController::API
include ActionController::Helpers include ActionController::Helpers
include ActionController::RailsCom include ActionController::RailsCom
include ActionController::Caching include ActionController::Caching
include RailsData::Controller::Importable
include RailsData::Controller::Exportable
end end
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
:queues: :queues:
- default - default
:max_retries: 2 :max_retries: 2
:schedule: :scheduler:
:schedule:
# task_scheduler_reptile: # task_scheduler_reptile:
# cron: '30 0 * * *' # 每天 # cron: '30 0 * * *' # 每天
# class: TaskSchedulerReptile # class: TaskSchedulerReptile
......
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