mirror of
https://github.com/hibiken/asynq.git
synced 2025-09-19 13:21:58 +08:00
Update log messages
This commit is contained in:
@@ -70,6 +70,6 @@ func (f *forwarder) start(wg *sync.WaitGroup) {
|
||||
|
||||
func (f *forwarder) exec() {
|
||||
if err := f.broker.ForwardIfReady(f.queues...); err != nil {
|
||||
f.logger.Errorf("Could not enqueue scheduled tasks: %v", err)
|
||||
f.logger.Errorf("Failed to forward scheduled tasks: %v", err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user