Sha256: 04b6384bedc95df6bf0fc93f1c1a87d7a61415506d83857174572de5d9ffef2d
Contents?: true
Size: 211 Bytes
Versions: 10
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true module Shipit class UpdateEstimatedDeployDurationJob < BackgroundJob queue_as :default def perform(stack) stack.update_estimated_deploy_duration! end end end
Version data entries
10 entries across 10 versions & 1 rubygems