'bench start' command still running for more than 6 hours

i am installing frappe 15, I want to try the HR app and while installing then bench start command is running for more than 6 hours
every one hour returning this lines

what is the issue?

Hi @Prasanna_Kumar2,

This is normal and correct. The command 'bench start' does a few things:

  • Starts the Frappe web server (and continues running it)
  • Starts 3 Redis databases
  • Watches certain file system directories for changes.
  • A few other things (scheduler, socket.io)

All of these are intended to run forever, until you tell them to stop (CTRL + C).

The messages you see are just information/logs. Specifically, the Redis database is logging that it saved its contents to disk, every hour.

The 'bench start' command is usually only for development and testing.
There is another way to run Frappe/ERPNext in a “production” mode in the background, instead of in the foreground.

2 Likes

bench start running after six hours … that’s a win! :wink:

4 Likes