lib/rocket_job/plugins/job/model.rb in rocketjob-3.3.0 vs lib/rocket_job/plugins/job/model.rb in rocketjob-3.3.1
- old
+ new
@@ -37,10 +37,10 @@
# arrives, then the current job will complete the current slices and process
# the new higher priority job
field :priority, type: Integer, default: 50, class_attribute: true, user_editable: true, copy_on_restart: true
# When the job completes destroy it from both the database and the UI
- field :destroy_on_complete, type: Boolean, default: true, class_attribute: true, user_editable: true, copy_on_restart: true
+ field :destroy_on_complete, type: Boolean, default: true, class_attribute: true, copy_on_restart: true
# Whether to store the results from this job
field :collect_output, type: Boolean, default: false, class_attribute: true
# Run this job no earlier than this time