File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and releases in PushmiPullyu adheres to [Semantic Versioning](https://semver.org
10
10
11
11
- Fix nil exception. [ #314 ] ( https://github.com/ualbertalib/pushmi_pullyu/issues/314 )
12
12
- Bump rubocop from 1.28.1 to 1.54.1 [ PR #348 ] ( https://github.com/ualbertalib/pushmi_pullyu/pull/348 )
13
-
13
+ - Add missing logging for standard exception
14
14
## [ 2.0.6] - 2023-03-17
15
15
16
16
- Fix URI concatenation for jupiter's base url. [ #309 ] ( https://github.com/ualbertalib/pushmi_pullyu/issues/309 )
Original file line number Diff line number Diff line change @@ -218,6 +218,7 @@ def run_preservation_cycle
218
218
# readding it to the queue as it will always fail
219
219
rescue PushmiPullyu ::AIP ::EntityInvalid => e
220
220
rescue StandardError => e
221
+ log_exception ( e )
221
222
begin
222
223
queue . add_entity_in_timeframe ( entity )
223
224
rescue PushmiPullyu ::PreservationQueue ::MaxDepositAttemptsReached => e
You can’t perform that action at this time.
0 commit comments