Class: InstDataShipper::DumpBatch

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/inst_data_shipper/dump_batch.rb

Constant Summary collapse

ERROR_STATUS =
"error".freeze
SUCCESS_STATUS =
"success".freeze
ENQUEUED_STATUS =
"enqueued".freeze
RUNNING_STATUS =
"running".freeze