thecore_background_jobs 2.1.3 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61c3962d25b704d9e9a0bd5d1e093c2049217c6faa5df28a859fdb3094c5faf0
4
- data.tar.gz: 9c1e9c3496a776b2ac46d15bcb56f194328575f09f1abbec226c80559350d1cd
3
+ metadata.gz: 25822f9c80f3f04065323e8a959852aacff9a4d8fa9bc81997e8c4a3e9208b2b
4
+ data.tar.gz: 3c1b4fe01ac7612d52e45e87774df6ae8b5de26d463c0d98b1a13db31bc70fef
5
5
  SHA512:
6
- metadata.gz: bc0555bc400b48ac30591411999ecc408edcdcb54e2ad1350baaed354ccc3b18648289ae789c087da38cc23b9509d7f84987c1ab9b75c22660cb6d0f2c0b7bd4
7
- data.tar.gz: 5e8cced916d8722f2d26dc2edfcbb3e0e7fa37164d73fe9972369178e60ff3517f02fdc86d2ff33dec686121d164fec9357bd69967ffebd28470311e123b5cb0
6
+ metadata.gz: 914a95a8a3ae73a3436bb93ce3bac566d5895ae6e8fb553a5efc88ccd44da26bfdb6c9c57df0594b07bb4d69c7459ef0824e38c7a717961733df03294da5feb1
7
+ data.tar.gz: 2c11d53d3822056e05e047f01af74c5e9ec2e48c8a78edef97a6272761649c93096aac4183d42e60cd3cf080bf11d9d03c210f8654dc83470d07380cf5097894
@@ -7,4 +7,19 @@
7
7
  # end
8
8
  # Sidekiq.configure_client do |config|
9
9
  # config.redis = { :namespace => "#{ENV['COMPOSE_PROJECT_NAME'] || 'notset'}", :url => "#{ENV['REDIS_URL']}/#{current_db}" }
10
- # end
10
+ # end
11
+
12
+ # Set the default queue name for the analysis job to the queue adapter default.
13
+ Rails.application.config.active_storage.queues.analysis = "#{ENV['COMPOSE_PROJECT_NAME'] || 'notset'}_storage_analysis"
14
+
15
+ # Set the default queue name for the purge job to the queue adapter default.
16
+ Rails.application.config.active_storage.queues.purge = "#{ENV['COMPOSE_PROJECT_NAME'] || 'notset'}_storage_purge"
17
+
18
+ # Set the default queue name for the incineration job to the queue adapter default.
19
+ Rails.application.config.action_mailbox.queues.incineration = "#{ENV['COMPOSE_PROJECT_NAME'] || 'notset'}_mailbox_incinerate"
20
+
21
+ # Set the default queue name for the routing job to the queue adapter default.
22
+ Rails.application.config.action_mailbox.queues.routing = "#{ENV['COMPOSE_PROJECT_NAME'] || 'notset'}_mailbox_routing"
23
+
24
+ # Set the default queue name for the mail deliver job to the queue adapter default.
25
+ Rails.application.config.action_mailer.deliver_later_queue_name = "#{ENV['COMPOSE_PROJECT_NAME'] || 'notset'}_mailers"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_background_jobs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni