inst_data_shipper 0.2.5 → 0.2.6
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9374e4353fc38c211cd8d7565b271f9a1543c8e6165d1716cffa93f0704d974b
|
|
4
|
+
data.tar.gz: de10a934800be0a8560fd241341da120e7b453cff3d7806664e7e8260c0ef33d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b0599be4475101ea1ad5e5c5db90134628cdbf1e60e3b440a1f9f4fa90023da5da31c39d868f3fb431a9037f4a25159f0e283e253888da9432153db1b838edf
|
|
7
|
+
data.tar.gz: a8be277a20e03c4363f3a527dd0aa382252e330d73bdcb02f58a9c032f69b5cf19279c316d5fd5712e0570f71da9306b38d103af431a04b6aa38d7915155819d
|
|
@@ -87,7 +87,7 @@ module InstDataShipper
|
|
|
87
87
|
},
|
|
88
88
|
on_failure: {
|
|
89
89
|
job: Jobs::AsyncCaller,
|
|
90
|
-
args: [origin_class, :_handle_failed_canvas_report, report_name, kwargs],
|
|
90
|
+
args: [origin_class, :_handle_failed_canvas_report, report_name, { **kwargs, params: }],
|
|
91
91
|
kwargs: { retry_count: retry_count },
|
|
92
92
|
},
|
|
93
93
|
status_key: :status,
|
|
@@ -170,6 +170,8 @@ module InstDataShipper
|
|
|
170
170
|
end
|
|
171
171
|
|
|
172
172
|
def _handle_failed_canvas_report(report_name, kwargs, retry_count:, report:)
|
|
173
|
+
return if report.dig("parameters", "extra_text")&.include?("Failed, the report failed to generate a file")
|
|
174
|
+
|
|
173
175
|
if retry_count.positive?
|
|
174
176
|
tbid = batch_context[:report_bid] || batch_context[:root_bid]
|
|
175
177
|
Sidekiq::Batch.new(tbid).jobs do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inst_data_shipper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Instructure CustomDev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|