Sha256: 8b07f0823002f457620c5c4c43e443101f6762be45d9ed17aff1eae7e653214f
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
class PgqCleanup < Pgq::Consumer # to insert event: PgqCleanup.my_event(1, 2, 3) # async execute def my_event(a, b, c) logger.info "async call my_event with #{[a, b, c].inspect}" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pgq_web-0.0.2 | test/dummy/app/models/pgq/pgq_cleanup.rb |
pgq_web-0.0.1 | test/dummy/app/models/pgq/pgq_cleanup.rb |