class Sample::MyWorker
- Sample::MyWorker
- Reference
- Object
Included Modules
- Sidekiq::Worker
Extended Modules
- Sidekiq::Worker::ClassMethods
Defined in:
workers/my_worker.crConstant Summary
-
ARGS_TUPLE =
Tuple(String, Int64)
-
We define a tuple with types from each of the arguments. For example, if the args are
name : String, age : Int32
we generatetuple = Tuple(String, Int32)
.