Skip to content

Commit aeef7a3

Browse files
committed
Cambio de nombre de archivos que generan el arranque de redis y gunicorn
1 parent 5a9e5a8 commit aeef7a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

fabricator/recipes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)