This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
增加sidekiq线程数
pull/330/head
xxq250
3 years ago
parent
831fad554c
commit
fb745453c2
1 changed files
with
12 additions
and
12 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-12
config/sidekiq.yml
+ 12
- 12
config/sidekiq.yml
View File
@@ -1,12 +1,12 @@
:concurrency: <%= ENV["sidekiq_threads"] ||
20 %>
:pidfile: tmp/pids/sidekiq.pid
:logfile: log/sidekiq.log
:timeout: 30
:queues:
- [default, 3]
- [searchkick, 10]
- [notify, 100]
- [mailers, 101]
- [cache, 10]
- [message, 20]
- [webhook, 20]
:concurrency: <%= ENV["sidekiq_threads"] ||
40 %>
:pidfile: tmp/pids/sidekiq.pid
:logfile: log/sidekiq.log
:timeout: 30
:queues:
- [default, 3]
- [searchkick, 10]
- [notify, 100]
- [mailers, 101]
- [cache, 10]
- [message, 20]
- [webhook, 20]
Write
Preview
Loading…
Cancel
Save