async-job-adapter-active_job 0.7.0 → 0.7.1

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: 65f9e22e242a8c2d9c96fd81e52e5e4ec0d4eeddda402544f808b59d3633cbdb
4
- data.tar.gz: e1cf84731daf4ec7d0739fce4d205544c66a111a753b4817939379d816a22a1c
3
+ metadata.gz: 0bff5e1735d3c2416786dae8b49a40d165f0154ec77d84ecec129d5d7f19406c
4
+ data.tar.gz: c91e5b6a631570caa9a6bb2b27cfce1a2d5741baf0f980979e644bdcc06affea
5
5
  SHA512:
6
- metadata.gz: 7cbb5ac1d912f5a1e59ab1d781f8caf3d5de955722195bf407301c1a6bb49a2933d94e3315ad14aa102986be58b70b7b0260e3a8f11b6770c9d30b4b1d1f074a
7
- data.tar.gz: 575b40692b1d57984bae97ab7308a194821733299beb0efc03d9d53ba05a9b45a30138c4412d1e0404622c12c95ac4add153118f5fe86374e7423dfc4d40ace8
6
+ metadata.gz: 278088e76bba321edb14ca0010e1173e6162c52c5419689dad98468d8324e8dadf979c9a3658ba39ab8c2c40eb164e1483cfed3afe8ebcf56b8024cb3bdff6e3
7
+ data.tar.gz: d4658c957c973c1643b16c9ff0c8447917d9b5458e5e851e2b85e719b5d51f952030d1568d3ff65235645cc2e5b5c98c021749c4bd259bcccecf5e823e9c1004
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
2
3
 
3
4
  require 'async/service/configuration'
4
5
  require 'async/service/controller'
@@ -85,8 +85,10 @@ module Async
85
85
  config.active_job.queue_adapter.start(name)
86
86
  end
87
87
 
88
+ DEFAULT_QUEUE_ADAPTER = ThreadLocalDispatcher.new(self.backends, self.aliases)
89
+
88
90
  config.async_job = self
89
- config.active_job.queue_adapter = ThreadLocalDispatcher.new(self.backends, self.aliases)
91
+ config.active_job.queue_adapter = DEFAULT_QUEUE_ADAPTER
90
92
  end
91
93
  end
92
94
  end
@@ -7,7 +7,7 @@ module Async
7
7
  module Job
8
8
  module Adapter
9
9
  module ActiveJob
10
- VERSION = "0.7.0"
10
+ VERSION = "0.7.1"
11
11
  end
12
12
  end
13
13
  end
data/readme.md CHANGED
@@ -22,8 +22,8 @@ We welcome contributions to this project.
22
22
 
23
23
  ### Developer Certificate of Origin
24
24
 
25
- This project uses the [Developer Certificate of Origin](https://developercertificate.org/). All contributors to this project must agree to this document to have their contributions accepted.
25
+ In order to protect users of this project, we require all contributors to comply with the [Developer Certificate of Origin](https://developercertificate.org/). This ensures that all contributions are properly licensed and attributed.
26
26
 
27
- ### Contributor Covenant
27
+ ### Community Guidelines
28
28
 
29
- This project is governed by the [Contributor Covenant](https://www.contributor-covenant.org/). All contributors and participants agree to abide by its terms.
29
+ This project is best served by a collaborative and respectful environment. Treat each other professionally, respect differing viewpoints, and engage constructively. Harassment, discrimination, or harmful behavior is not tolerated. Communicate clearly, listen actively, and support one another. If any issues arise, please inform the project maintainers.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-job-adapter-active_job
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -37,7 +37,7 @@ cert_chain:
37
37
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
38
38
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
39
39
  -----END CERTIFICATE-----
40
- date: 2024-04-07 00:00:00.000000000 Z
40
+ date: 2024-08-02 00:00:00.000000000 Z
41
41
  dependencies:
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: async-job
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  - !ruby/object:Gem::Version
121
121
  version: '0'
122
122
  requirements: []
123
- rubygems_version: 3.5.3
123
+ rubygems_version: 3.5.11
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: A asynchronous job queue for Ruby on Rails.
metadata.gz.sig CHANGED
Binary file