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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/bin/async-job-adapter-active_job-server +1 -0
- data/lib/async/job/adapter/active_job/railtie.rb +3 -1
- data/lib/async/job/adapter/active_job/version.rb +1 -1
- data/readme.md +3 -3
- data.tar.gz.sig +0 -0
- metadata +3 -3
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bff5e1735d3c2416786dae8b49a40d165f0154ec77d84ecec129d5d7f19406c
|
4
|
+
data.tar.gz: c91e5b6a631570caa9a6bb2b27cfce1a2d5741baf0f980979e644bdcc06affea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 278088e76bba321edb14ca0010e1173e6162c52c5419689dad98468d8324e8dadf979c9a3658ba39ab8c2c40eb164e1483cfed3afe8ebcf56b8024cb3bdff6e3
|
7
|
+
data.tar.gz: d4658c957c973c1643b16c9ff0c8447917d9b5458e5e851e2b85e719b5d51f952030d1568d3ff65235645cc2e5b5c98c021749c4bd259bcccecf5e823e9c1004
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -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 =
|
91
|
+
config.active_job.queue_adapter = DEFAULT_QUEUE_ADAPTER
|
90
92
|
end
|
91
93
|
end
|
92
94
|
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
|
-
|
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
|
-
###
|
27
|
+
### Community Guidelines
|
28
28
|
|
29
|
-
This project is
|
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.
|
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-
|
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.
|
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
|