Sha256: 21889a12c362169fee4f3daf77cb8fc882454d1491d162f3e6afd621979d9db2
Contents?: true
Size: 422 Bytes
Versions: 7
Compression:
Stored size: 422 Bytes
Contents
# frozen_string_literal: true module Karafka module Routing module Features # Namespace for feature allowing to enable the `#eofed` jobs. # We do not enable it always because users may only be interested in fast eofed yielding # without running the `#eofed` operation at all. This safes on empty cycles of running # pointless empty jobs. class Eofed < Base end end end end
Version data entries
7 entries across 7 versions & 1 rubygems