# frozen_string_literal: false class Job < Sinclair::Model.for({ state: :starting }, writter: true) end