Bench Broken when I Edit Python File of The Doctypes

hi everyone I have this problem when I just edit the file .py of any doctype

this is my code

# import frappe
from frappe.model.document import Document
import frappe


class VisitGoal(Document):
    def before_save(self):
        if self.number_of_days == 0:
            frappe.throw("Please, can't be set 0 days for Target")

        if self.number_of_days < 0:
            frappe.throw("Please, Insert Valid Period for Taget")

and after that, I can’t use any bench command on this project

I test this on multiple projects
and multiple environments [ubuntu 20.4][ubuntu 20.4 on wsl2]

development mode = true

This Is the Log from Terminal

aoai@DESKTOP-MOOP02D:~/dev-app$ bench start
09:54:48 system           | redis_socketio.1 started (pid=5197)
09:54:48 system           | redis_cache.1 started (pid=5195)
09:54:48 system           | redis_queue.1 started (pid=5204)
09:54:48 system           | web.1 started (pid=5205)
09:54:48 system           | socketio.1 started (pid=5211)
09:54:48 system           | watch.1 started (pid=5215)
09:54:48 system           | schedule.1 started (pid=5219)
09:54:48 system           | worker_short.1 started (pid=5222)
09:54:48 system           | worker_long.1 started (pid=5226)
09:54:48 system           | worker_default.1 started (pid=5228)
09:54:48 redis_cache.1    | 5202:C 12 Sep 2022 09:54:48.890 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:54:48 redis_cache.1    | 5202:C 12 Sep 2022 09:54:48.890 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=5202, just started
09:54:48 redis_cache.1    | 5202:C 12 Sep 2022 09:54:48.890 # Configuration loaded
09:54:48 redis_cache.1    | 5202:M 12 Sep 2022 09:54:48.890 * Increased maximum number of open files to 10032 (it was originally set to 1024).
09:54:48 redis_socketio.1 | 5201:C 12 Sep 2022 09:54:48.890 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:54:48 redis_socketio.1 | 5201:C 12 Sep 2022 09:54:48.890 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=5201, just started
09:54:48 redis_socketio.1 | 5201:C 12 Sep 2022 09:54:48.890 # Configuration loaded
09:54:48 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:48.891 * Increased maximum number of open files to 10032 (it was originally set to 1024).
09:54:48 redis_cache.1    | 5202:M 12 Sep 2022 09:54:48.891 * Running mode=standalone, port=13001.
09:54:48 redis_cache.1    | 5202:M 12 Sep 2022 09:54:48.891 # Server initialized
09:54:48 redis_cache.1    | 5202:M 12 Sep 2022 09:54:48.891 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
09:54:48 redis_cache.1    | 5202:M 12 Sep 2022 09:54:48.891 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled (set to 'madvise' or 'never').
09:54:48 redis_cache.1    | 5202:M 12 Sep 2022 09:54:48.891 * Ready to accept connections
09:54:48 redis_queue.1    | 5206:C 12 Sep 2022 09:54:48.891 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
09:54:48 redis_queue.1    | 5206:C 12 Sep 2022 09:54:48.891 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=5206, just started
09:54:48 redis_queue.1    | 5206:C 12 Sep 2022 09:54:48.891 # Configuration loaded
09:54:48 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:48.891 * Running mode=standalone, port=12001.
09:54:48 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:48.891 # Server initialized
09:54:48 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:48.891 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
09:54:48 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:48.891 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled (set to 'madvise' or 'never').
09:54:48 redis_queue.1    | 5206:M 12 Sep 2022 09:54:48.892 * Increased maximum number of open files to 10032 (it was originally set to 1024).
09:54:48 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:48.892 * Ready to accept connections
09:54:48 redis_queue.1    | 5206:M 12 Sep 2022 09:54:48.893 * Running mode=standalone, port=11001.
09:54:48 redis_queue.1    | 5206:M 12 Sep 2022 09:54:48.893 # Server initialized
09:54:48 redis_queue.1    | 5206:M 12 Sep 2022 09:54:48.893 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
09:54:48 redis_queue.1    | 5206:M 12 Sep 2022 09:54:48.893 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled (set to 'madvise' or 'never').
09:54:48 redis_queue.1    | 5206:M 12 Sep 2022 09:54:48.893 * Ready to accept connections
09:54:49 socketio.1       | listening on *: 9001
09:54:49 schedule.1       | /home/aoai/dev-app/apps/frappe/frappe/build.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
09:54:49 schedule.1       |   from distutils.spawn import find_executable
09:54:49 watch.1          | /home/aoai/dev-app/apps/frappe/frappe/build.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
09:54:49 watch.1          |   from distutils.spawn import find_executable
09:54:49 web.1            | /home/aoai/dev-app/apps/frappe/frappe/build.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
09:54:49 web.1            |   from distutils.spawn import find_executable
09:54:49 schedule.1       | Traceback (most recent call last):
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/frappe/frappe/utils/bench_helper.py", line 73, in get_app_commands
09:54:49 schedule.1       |     app_command_module = importlib.import_module(app + ".commands")
09:54:49 schedule.1       |   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
09:54:49 schedule.1       |     return _bootstrap._gcd_import(name[level:], package, level)
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 119, in <module>
09:54:49 schedule.1       |     commands = get_commands()
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 112, in get_commands
09:54:49 schedule.1       |     from .site import commands as site_commands
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/site.py", line 665, in <module>
09:54:49 schedule.1       |     def uninstall(context, app, dry_run, yes, no_backup, force):
09:54:49 schedule.1       |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/decorators.py", line 308, in decorator
09:54:49 schedule.1       |     _param_memo(f, OptionClass(param_decls, **option_attrs))
09:54:49 schedule.1       |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2495, in __init__
09:54:49 schedule.1       |     super().__init__(param_decls, type=type, multiple=multiple, **attrs)
09:54:49 schedule.1       |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2112, in __init__
09:54:49 schedule.1       |     raise ValueError(
09:54:49 schedule.1       | ValueError: 'default' must be a list when 'multiple' is true.
09:54:49 schedule.1       | Traceback (most recent call last):
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/frappe/frappe/utils/bench_helper.py", line 73, in get_app_commands
09:54:49 schedule.1       |     app_command_module = importlib.import_module(app + ".commands")
09:54:49 schedule.1       |   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
09:54:49 schedule.1       |     return _bootstrap._gcd_import(name[level:], package, level)
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
09:54:49 schedule.1       |   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/erpnext/erpnext/commands/__init__.py", line 6, in <module>
09:54:49 schedule.1       |     from frappe.commands import get_site, pass_context
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 119, in <module>
09:54:49 schedule.1       |     commands = get_commands()
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 112, in get_commands
09:54:49 schedule.1       |     from .site import commands as site_commands
09:54:49 schedule.1       |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/site.py", line 665, in <module>
09:54:49 schedule.1       |     def uninstall(context, app, dry_run, yes, no_backup, force):
09:54:49 schedule.1       |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/decorators.py", line 308, in decorator
09:54:49 schedule.1       |     _param_memo(f, OptionClass(param_decls, **option_attrs))
09:54:49 schedule.1       |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2495, in __init__
09:54:49 schedule.1       |     super().__init__(param_decls, type=type, multiple=multiple, **attrs)
09:54:49 schedule.1       |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2112, in __init__
09:54:49 schedule.1       |     raise ValueError(
09:54:49 schedule.1       | ValueError: 'default' must be a list when 'multiple' is true.
09:54:49 schedule.1       | Usage: bench [OPTIONS] COMMAND [ARGS]...
09:54:49 schedule.1       | Try 'bench --help' for help.
09:54:49 schedule.1       |
09:54:49 schedule.1       | Error: No such command 'schedule'.
09:54:49 watch.1          | Traceback (most recent call last):
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/frappe/frappe/utils/bench_helper.py", line 73, in get_app_commands
09:54:49 watch.1          |     app_command_module = importlib.import_module(app + ".commands")
09:54:49 watch.1          |   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
09:54:49 watch.1          |     return _bootstrap._gcd_import(name[level:], package, level)
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
09:54:49 watch.1          |   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 119, in <module>
09:54:49 watch.1          |     commands = get_commands()
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 112, in get_commands
09:54:49 watch.1          |     from .site import commands as site_commands
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/site.py", line 665, in <module>
09:54:49 watch.1          |     def uninstall(context, app, dry_run, yes, no_backup, force):
09:54:49 watch.1          |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/decorators.py", line 308, in decorator
09:54:49 watch.1          |     _param_memo(f, OptionClass(param_decls, **option_attrs))
09:54:49 watch.1          |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2495, in __init__
09:54:49 watch.1          |     super().__init__(param_decls, type=type, multiple=multiple, **attrs)
09:54:49 watch.1          |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2112, in __init__
09:54:49 watch.1          |     raise ValueError(
09:54:49 watch.1          | ValueError: 'default' must be a list when 'multiple' is true.
09:54:49 watch.1          | Traceback (most recent call last):
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/frappe/frappe/utils/bench_helper.py", line 73, in get_app_commands
09:54:49 watch.1          |     app_command_module = importlib.import_module(app + ".commands")
09:54:49 watch.1          |   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
09:54:49 watch.1          |     return _bootstrap._gcd_import(name[level:], package, level)
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
09:54:49 watch.1          |   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
09:54:49 watch.1          |   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/erpnext/erpnext/commands/__init__.py", line 6, in <module>
09:54:49 watch.1          |     from frappe.commands import get_site, pass_context
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 119, in <module>
09:54:49 watch.1          |     commands = get_commands()
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 112, in get_commands
09:54:49 watch.1          |     from .site import commands as site_commands
09:54:49 watch.1          |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/site.py", line 665, in <module>
09:54:49 watch.1          |     def uninstall(context, app, dry_run, yes, no_backup, force):
09:54:49 watch.1          |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/decorators.py", line 308, in decorator
09:54:49 watch.1          |     _param_memo(f, OptionClass(param_decls, **option_attrs))
09:54:49 watch.1          |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2495, in __init__
09:54:49 watch.1          |     super().__init__(param_decls, type=type, multiple=multiple, **attrs)
09:54:49 watch.1          |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2112, in __init__
09:54:49 watch.1          |     raise ValueError(
09:54:49 watch.1          | ValueError: 'default' must be a list when 'multiple' is true.
09:54:49 watch.1          | Usage: bench [OPTIONS] COMMAND [ARGS]...
09:54:49 watch.1          | Try 'bench --help' for help.
09:54:49 watch.1          |
09:54:49 watch.1          | Error: No such command 'watch'.
09:54:49 web.1            | Traceback (most recent call last):
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/frappe/frappe/utils/bench_helper.py", line 73, in get_app_commands
09:54:49 web.1            |     app_command_module = importlib.import_module(app + ".commands")
09:54:49 web.1            |   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
09:54:49 web.1            |     return _bootstrap._gcd_import(name[level:], package, level)
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
09:54:49 web.1            |   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 119, in <module>
09:54:49 web.1            |     commands = get_commands()
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 112, in get_commands
09:54:49 web.1            |     from .site import commands as site_commands
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/site.py", line 665, in <module>
09:54:49 web.1            |     def uninstall(context, app, dry_run, yes, no_backup, force):
09:54:49 web.1            |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/decorators.py", line 308, in decorator
09:54:49 web.1            |     _param_memo(f, OptionClass(param_decls, **option_attrs))
09:54:49 web.1            |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2495, in __init__
09:54:49 web.1            |     super().__init__(param_decls, type=type, multiple=multiple, **attrs)
09:54:49 web.1            |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2112, in __init__
09:54:49 web.1            |     raise ValueError(
09:54:49 web.1            | ValueError: 'default' must be a list when 'multiple' is true.
09:54:49 web.1            | Traceback (most recent call last):
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/frappe/frappe/utils/bench_helper.py", line 73, in get_app_commands
09:54:49 web.1            |     app_command_module = importlib.import_module(app + ".commands")
09:54:49 web.1            |   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
09:54:49 web.1            |     return _bootstrap._gcd_import(name[level:], package, level)
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
09:54:49 web.1            |   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
09:54:49 web.1            |   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/erpnext/erpnext/commands/__init__.py", line 6, in <module>
09:54:49 web.1            |     from frappe.commands import get_site, pass_context
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 119, in <module>
09:54:49 web.1            |     commands = get_commands()
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/__init__.py", line 112, in get_commands
09:54:49 web.1            |     from .site import commands as site_commands
09:54:49 web.1            |   File "/home/aoai/dev-app/apps/frappe/frappe/commands/site.py", line 665, in <module>
09:54:49 web.1            |     def uninstall(context, app, dry_run, yes, no_backup, force):
09:54:49 web.1            |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/decorators.py", line 308, in decorator
09:54:49 web.1            |     _param_memo(f, OptionClass(param_decls, **option_attrs))
09:54:49 web.1            |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2495, in __init__
09:54:49 web.1            |     super().__init__(param_decls, type=type, multiple=multiple, **attrs)
09:54:49 web.1            |   File "/home/aoai/dev-app/env/lib/python3.10/site-packages/click/core.py", line 2112, in __init__
09:54:49 web.1            |     raise ValueError(
09:54:49 web.1            | ValueError: 'default' must be a list when 'multiple' is true.
09:54:49 web.1            | Usage: bench [OPTIONS] COMMAND [ARGS]...
09:54:49 web.1            | Try 'bench --help' for help.
09:54:49 web.1            |
09:54:49 web.1            | Error: No such command 'serve'.
09:54:49 system           | schedule.1 stopped (rc=2)
09:54:49 system           | sending SIGTERM to redis_cache.1 (pid 5195)
09:54:49 system           | sending SIGTERM to redis_socketio.1 (pid 5197)
09:54:49 system           | sending SIGTERM to redis_queue.1 (pid 5204)
09:54:49 system           | sending SIGTERM to web.1 (pid 5205)
09:54:49 system           | sending SIGTERM to socketio.1 (pid 5211)
09:54:49 system           | sending SIGTERM to watch.1 (pid 5215)
09:54:49 system           | sending SIGTERM to worker_short.1 (pid 5222)
09:54:49 system           | sending SIGTERM to worker_long.1 (pid 5226)
09:54:49 system           | sending SIGTERM to worker_default.1 (pid 5228)
09:54:49 redis_cache.1    | 5202:signal-handler (1662965689) Received SIGTERM scheduling shutdown...
09:54:49 redis_queue.1    | 5206:signal-handler (1662965689) Received SIGTERM scheduling shutdown...
09:54:49 redis_socketio.1 | 5201:signal-handler (1662965689) Received SIGTERM scheduling shutdown...
09:54:49 system           | worker_long.1 stopped (rc=-15)
09:54:49 system           | worker_short.1 stopped (rc=-15)
09:54:49 system           | worker_default.1 stopped (rc=-15)
09:54:49 system           | web.1 stopped (rc=-15)
09:54:49 system           | watch.1 stopped (rc=-15)
09:54:49 system           | socketio.1 stopped (rc=-15)
09:54:49 redis_cache.1    | 5202:M 12 Sep 2022 09:54:49.592 # User requested shutdown...
09:54:49 redis_cache.1    | 5202:M 12 Sep 2022 09:54:49.592 * Removing the pid file.
09:54:49 redis_cache.1    | 5202:M 12 Sep 2022 09:54:49.592 # Redis is now ready to exit, bye bye...
09:54:49 system           | redis_cache.1 stopped (rc=-15)
09:54:49 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:49.594 # User requested shutdown...
09:54:49 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:49.594 * Removing the pid file.
09:54:49 redis_socketio.1 | 5201:M 12 Sep 2022 09:54:49.594 # Redis is now ready to exit, bye bye...
09:54:49 system           | redis_socketio.1 stopped (rc=-15)
09:54:49 redis_queue.1    | 5206:M 12 Sep 2022 09:54:49.595 # User requested shutdown...
09:54:49 redis_queue.1    | 5206:M 12 Sep 2022 09:54:49.595 * Removing the pid file.
09:54:49 redis_queue.1    | 5206:M 12 Sep 2022 09:54:49.595 # Redis is now ready to exit, bye bye...
09:54:49 system           | redis_queue.1 stopped (rc=-15)

Faced same problem after a failed bench update

1 Like