File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -358,8 +358,8 @@ def restart_services(
358358 """
359359 Start or restart Gunicorn and Celery workers for the project.
360360
361- Uses the bash scripts 'start_services .sh' and 'start_celery_workers.sh' to
362- handle the restart process.
361+ Uses the bash scripts 'start_gunicorn_supervisord .sh' and
362+ 'start_celery_supervisord.sh' to handle the restart process.
363363 If either script doesn't exist, logs a warning and continues.
364364
365365 :param c: Fabric runner or connection object.
@@ -374,8 +374,8 @@ def restart_services(
374374 site = config ['name' ]
375375
376376 # Define script paths
377- gunicorn_script_path = "/scripts/start_services .sh"
378- celery_script_path = "/scripts/start_celery_workers .sh"
377+ gunicorn_script_path = "/scripts/start_gunicorn_supervisord .sh"
378+ celery_script_path = "/scripts/start_celery_supervisord .sh"
379379
380380 # First, restart Gunicorn services
381381 # Check if the Gunicorn script exists
You can’t perform that action at this time.
0 commit comments