Calling multiple time the reprocess method will produce multiple scheduled processings and thus a lot of process time waste. The better form to address this is through creating separate queues for different events (https://github.com/mezuro/kalibro_processor/issues/209).
Calling multiple time the reprocess method will produce multiple scheduled processings and thus a lot of process time waste.
The better form to address this is through creating separate queues for different events (#209).