lib/jets/commands/templates/skeleton/app/jobs/application_job.rb in jets-0.8.18 vs lib/jets/commands/templates/skeleton/app/jobs/application_job.rb in jets-0.9.0
- old
+ new
@@ -1,2 +1,4 @@
class ApplicationJob < Jets::Job::Base
+ # Adjust to increase the default timeout for all Job classes
+ class_timeout 30
end