tomo-plugin-sidekiq 1.3.2 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/tomo/plugin/sidekiq/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c91358389727ee524058d9ed07f0d7aad111e9961ad6887b3ee67aced4acc41
|
4
|
+
data.tar.gz: 375aa7f8dd456d61bbf8ba18de4d64bb6c049858ecaa634ee6ec4d094eac5d5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88675dc9614d6cd43d109d76c332e8607194907e6459039fa96905a14967a7d4d3ff4af86abe8ac3b5dd855bb0d2f8250fe971d52e9fd17c2ae707c01d542f3a
|
7
|
+
data.tar.gz: 4be9ebdf848d20dbf0167f13ad2f0b474cc8f59e7429c239e61e3b7293d4dba1257da10c6591dc2b8f3166bb44bb5c94682b6c67f867438af46627c9849f13dc
|
data/README.md
CHANGED
@@ -79,7 +79,7 @@ Configures systemd to manage sidekiq. This means that sidekiq will automatically
|
|
79
79
|
|
80
80
|
Note that these units will be installed and run for the deploy user. You can use `:sidekiq_systemd_service_template_path` to provide your own template and customize how sidekiq and systemd are configured.
|
81
81
|
|
82
|
-
`sidekiq:setup_systemd` is intended for use as a [setup](https://tomo
|
82
|
+
`sidekiq:setup_systemd` is intended for use as a [setup](https://tomo.mattbrictson.com/commands/setup/) task. It must be run before sidekiq can be started during a deploy.
|
83
83
|
|
84
84
|
### sidekiq:restart
|
85
85
|
|
@@ -115,7 +115,7 @@ systemctl --user status sidekiq.service
|
|
115
115
|
|
116
116
|
### sidekiq:log
|
117
117
|
|
118
|
-
Uses `journalctl` (part of systemd) to view the log output of the sidekiq service. This task is intended for use as a [run](https://tomo
|
118
|
+
Uses `journalctl` (part of systemd) to view the log output of the sidekiq service. This task is intended for use as a [run](https://tomo.mattbrictson.com/commands/run/) task and accepts command-line arguments. The arguments are passed through to the `journalctl` command. For example:
|
119
119
|
|
120
120
|
```
|
121
121
|
$ tomo run -- sidekiq:log -f
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tomo-plugin-sidekiq
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Brictson
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tomo
|
@@ -54,14 +54,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
54
54
|
requirements:
|
55
55
|
- - ">="
|
56
56
|
- !ruby/object:Gem::Version
|
57
|
-
version: '3.
|
57
|
+
version: '3.1'
|
58
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
59
59
|
requirements:
|
60
60
|
- - ">="
|
61
61
|
- !ruby/object:Gem::Version
|
62
62
|
version: '0'
|
63
63
|
requirements: []
|
64
|
-
rubygems_version: 3.5.
|
64
|
+
rubygems_version: 3.5.11
|
65
65
|
signing_key:
|
66
66
|
specification_version: 4
|
67
67
|
summary: sidekiq tasks for tomo
|