class LongJob
- LongJob
- Elephante::Job
- Reference
- Object
Defined in:
elephante.crConstant Summary
-
PARAMETERS =
[{name: hard_job_data, value: , type: String, method_suffix: string}, {name: foobar, value: , type: String, method_suffix: string}, {name: count, value: , type: Int32, method_suffix: int32}] of Nil
Constructors
Class Method Summary
Macro Summary
Instance Method Summary
- #build_job_run
- #count : Int32
- #count=(value : Int32) : Int32
- #count? : Int32 | Nil
- #enqueue
- #foobar : String
- #foobar=(value : String) : String
- #foobar? : String | Nil
- #hard_job_data : String
- #hard_job_data=(value : String) : String
- #hard_job_data? : String | Nil
- #perform
- #vars_from(config : Hash(String, String))
- #worker_name