lib/jets/internal/app/jobs/jets/preheat_job.rb in jets-4.0.10 vs lib/jets/internal/app/jobs/jets/preheat_job.rb in jets-4.0.11
- old
+ new
@@ -45,13 +45,8 @@
private
def call_options(quiet)
options = {}
options.merge!(mute: true, mute_output: true) if quiet
- # All the methods in this Job class leads to Jets::Commands::Call.
- # This is true for the Jets::Preheat.warm_all also.
- # These jobs delegate out to Lambda function calls. We do not need/want
- # the invocation type: RequestResponse in this case.
- options.merge!(invocation_type: "Event")
options
end
end