type Config struct {
// Han are the worker specific handlers implementing the actual business// logic. Han []workerhandler.Interface Log logger.Interface// Res is the rescue engine used to participate in the distributed task queue. Res rescue.Interface
}