foreman-tasks 10.0.1 → 10.0.2
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/lib/foreman_tasks/version.rb +1 -1
- data/lib/foreman_tasks.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34be658746dd0f136ff054fa6b9f381b9d2ee3758715219f4709f8b745ea1807
|
|
4
|
+
data.tar.gz: e4240056a3707edfccf95f90ed86c970f6e76d8eb5f7c1273987786a2dc97fb8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0a7729b58e671ce34f57adf83c052ca9af2e8e670e3302fa0d1dbee1ec82975f327a8a90fde202b2c68953dbdbdc1fd429330232911b002d2fdca77bf157bad
|
|
7
|
+
data.tar.gz: 2094c271990a108d4e804bf42f3e5b7464427674a4d46d26b130883ad057069141d2303286a0ee7fec7afbcc01bebd48d4d6c4955a64544107d2a2797cd558ad
|
data/lib/foreman_tasks.rb
CHANGED
|
@@ -33,7 +33,7 @@ module ForemanTasks
|
|
|
33
33
|
finished.wait(timeout)
|
|
34
34
|
task = ForemanTasks::Task::DynflowTask.where(:external_id => id).first
|
|
35
35
|
if task.nil? || (!task.paused? && task.pending?)
|
|
36
|
-
raise
|
|
36
|
+
raise Timeout::Error, "The time waiting for task #{task.try(:id)} to finish exceeded the 'foreman_tasks_sync_task_timeout' (#{timeout}s)"
|
|
37
37
|
end
|
|
38
38
|
end
|
|
39
39
|
task || ForemanTasks::Task::DynflowTask.where(:external_id => id).first!
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman-tasks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.0.
|
|
4
|
+
version: 10.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ivan Nečas
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-12-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: dynflow
|
|
@@ -641,7 +641,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
641
641
|
- !ruby/object:Gem::Version
|
|
642
642
|
version: '0'
|
|
643
643
|
requirements: []
|
|
644
|
-
rubygems_version: 3.3.
|
|
644
|
+
rubygems_version: 3.3.27
|
|
645
645
|
signing_key:
|
|
646
646
|
specification_version: 4
|
|
647
647
|
summary: Foreman plugin for showing tasks information for resources and users
|