Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- compiled with version: 10.2.1 20210110 on 10 April 2024 18:49:58
- os: Linux-6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01)
- nodename: e1ae8a58c251
- machine: x86_64
- clock source: unix
- detected number of CPU cores: 8
- current working directory: /app
- writing pidfile to /tmp/project-master.pid
- detected binary path: /root/.local/bin/uwsgi
- !!! no internal routing support, rebuild with pcre support !!!
- uWSGI running as root, you can use --uid/--gid/--chroot options
- *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
- your memory page size is 4096 bytes
- detected max file descriptor number: 1048576
- lock engine: pthread robust mutexes
- thunder lock: disabled (you can enable it with --thunder-lock)
- uwsgi socket 0 bound to TCP address :8080 fd 3
- uWSGI running as root, you can use --uid/--gid/--chroot options
- *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
- Python version: 3.11.3 (main, May 23 2023, 13:34:03) [GCC 10.2.1 20210110]
- *** Python threads support is disabled. You can enable it with --enable-threads ***
- Python main interpreter initialized at 0x7faab34ae558
- uWSGI running as root, you can use --uid/--gid/--chroot options
- *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
- your server socket listen backlog is limited to 100 connections
- your mercy for graceful operations on workers is 60 seconds
- mapped 154032 bytes (150 KB) for 1 cores
- *** Operational MODE: single process ***
- celery beat v5.3.6 (emerald-rush) is starting.
- WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x7faab34ae558 pid: 22 (default app)
- uWSGI running as root, you can use --uid/--gid/--chroot options
- *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
- *** uWSGI is running in multiple interpreter mode ***
- spawned uWSGI master process (pid: 22)
- spawned uWSGI worker 1 (pid: 38, cores: 1)
- __ - ... __ - _
- LocalTime -> 2024-04-26 13:15:57
- Configuration ->
- . broker -> redis://archivist-redis:6379//
- . loader -> celery.loaders.app.AppLoader
- . scheduler -> celery.beat.PersistentScheduler
- . db -> /celerybeat-schedule
- . logfile -> [stderr]@%INFO
- . maxinterval -> 5.00 minutes (300s)
- [2024-04-26 13:15:57,502: INFO/MainProcess] beat: Starting...
- /root/.local/lib/python3.11/site-packages/celery/platforms.py:829: SecurityWarning: You're running the worker with superuser privileges: this is
- absolutely not recommended!
- Please specify a different user using the --uid option.
- User information: uid=0 euid=0 gid=0 egid=0
- warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format(
- -------------- celery@e1ae8a58c251 v5.3.6 (emerald-rush)
- --- ***** -----
- -- ******* ---- Linux-6.1.0-18-amd64-x86_64-with-glibc2.31 2024-04-26 13:15:57
- - *** --- * ---
- - ** ---------- [config]
- - ** ---------- .> app: tasks:0x7fbd1b9e8f90
- - ** ---------- .> transport: redis://archivist-redis:6379//
- - ** ---------- .> results: redis://archivist-redis:6379/
- - *** --- * --- .> concurrency: 8 (prefork)
- -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
- --- ***** -----
- -------------- [queues]
- .> celery exchange=celery(direct) key=celery
- [tasks]
- . check_reindex
- . download_pending
- . extract_download
- . index_playlists
- . manual_import
- . rescan_filesystem
- . restore_backup
- . resync_thumbs
- . run_backup
- . subscribe_to
- . thumbnail_check
- . update_subscribed
- . version_check
- [2024-04-26 13:15:57,788: WARNING/MainProcess] /root/.local/lib/python3.11/site-packages/celery/worker/consumer/consumer.py:507: 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(
- [2024-04-26 13:15:57,790: INFO/MainProcess] Connected to redis://archivist-redis:6379//
- [2024-04-26 13:15:57,791: WARNING/MainProcess] /root/.local/lib/python3.11/site-packages/celery/worker/consumer/consumer.py:507: 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(
- [2024-04-26 13:15:57,793: INFO/MainProcess] mingle: searching for neighbors
- [2024-04-26 13:15:58,798: INFO/MainProcess] mingle: all alone
- [2024-04-26 13:15:58,816: INFO/MainProcess] celery@e1ae8a58c251 ready.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement