Skip to content

Can't get celery to work #5

@mozophe

Description

@mozophe
(venv) PS D:\ai\audioghost-ai\backend> celery -A workers.celery_app worker --loglevel=info --pool=solo

 -------------- celery@ASUS_ROG_SCAR v5.4.0 (opalescent)
--- ***** -----
-- ******* ---- Windows-11-10.0.26200-SP0 2025-12-31 10:58:18
- *** --- * ---
- ** ---------- [config]
- ** ---------- .> app:         audioghost:0x1346df82c60
- ** ---------- .> transport:   redis://localhost:6379/0
- ** ---------- .> results:     redis://localhost:6379/0
- *** --- * --- .> concurrency: 32 (solo)
-- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
--- ***** -----
 -------------- [queues]
                .> celery           exchange=celery(direct) key=celery


[tasks]
  . workers.tasks.match_pattern_task
  . workers.tasks.separate_audio_task

[2025-12-31 10:58:18,163: WARNING/MainProcess] D:\ai\audioghost-ai\venv\Lib\site-packages\celery\worker\consumer\consumer.py:508: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine
whether broker connection retries are made during startup in Celery 6.0 and above.
If you wish to retain the existing behavior for retrying connections on startup,
you should set broker_connection_retry_on_startup to True.
  warnings.warn(

[2025-12-31 10:58:22,218: ERROR/MainProcess] consumer: Cannot connect to redis://localhost:6379/0: Error 10061 connecting to localhost:6379. No connection could be made because the target machine actively refused it..
Trying again in 2.00 seconds... (1/100)

[2025-12-31 10:58:28,275: ERROR/MainProcess] consumer: Cannot connect to redis://localhost:6379/0: Error 10061 connecting to localhost:6379. No connection could be made because the target machine actively refused it..
Trying again in 4.00 seconds... (2/100)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions