File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.0.8] - 2021-06-28
2+
3+ - Guard against early notifier.
4+
15## [ 0.0.7] - 2021-06-28
26
37- Fix queue logger.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- lambda_punch (0.0.7 )
4+ lambda_punch (0.0.8 )
55 concurrent-ruby
66 rake
77 rb-inotify
Original file line number Diff line number Diff line change 11module LambdaPunch
2- VERSION = "0.0.7 "
2+ VERSION = "0.0.8 "
33end
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def initialize(event_payload)
6464 # also ensures any clean up is done. For example, closing file notifications.
6565 #
6666 def call
67- Timeout . timeout ( timeout ) { @notifier . process }
67+ Timeout . timeout ( timeout ) { @notifier . process unless invoked? }
6868 rescue Timeout ::Error
6969 logger . error "Worker#call => Function timeout reached."
7070 ensure
You can’t perform that action at this time.
0 commit comments