cancel
Showing results for 
Search instead for 
Did you mean: 

Consumer "async.operations.all" skipped

SOLVED

Consumer "async.operations.all" skipped

My system.log is full of the message "main.INFO: Consumer "async.operations.all" skipped as required connection "amqp" is not configured. Unknown connection name amqp"

 

I believe the way to stop this message is to disable WebapiAsync I am just worried this will affect something else.

 

Has anyone disabled WebapiAsync without any issues?

 

Thanks

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Consumer "async.operations.all" skipped

@miller75 yeah will be an alternative too.
I would suggest set this command on cron so that it will delete only this peice of log from the log file and you don't have to check or do it manually.

 

Hope it helps!

 

Thanks

View solution in original post

3 REPLIES 3

Re: Consumer "async.operations.all" skipped

@miller75 I would suggest you can set a cron which can clear your logs at every week or per day or the time which suits you.

As by this you don't have to disable anything and your logs will be cleared at a particular interval.

 

Hope it helps!

 

Thanks

Re: Consumer "async.operations.all" skipped

Thanks for the reply

 

Your comment has given me an alternate idea, rather than clearing the logs completely if I use

 

sed '/amqp/d;' -i system.log

It will delete the nuisance lines and keep anything else that ma be usefull

 

Thanks again

 

 

Re: Consumer "async.operations.all" skipped

@miller75 yeah will be an alternative too.
I would suggest set this command on cron so that it will delete only this peice of log from the log file and you don't have to check or do it manually.

 

Hope it helps!

 

Thanks