Do i need to worry about this warning

is these warnings problem, how can i resolve this
anyone help ?

Reference:

It looks like you’re running a local development setup.

Some bench commands try to restart the background processes that are always running on a production instance. On a dev setup, this is not needed: you usually start the bench processes using bench start and stop them by pressing ctrl + c. You should do this manually in this case.

The redis cache warning is also not a problem, it just indicates that your bench is not running at the moment.

1 Like