Advertisement
Guest User

Untitled

a guest
Apr 26th, 2024
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. compiled with version: 10.2.1 20210110 on 10 April 2024 18:49:58
  2. os: Linux-6.1.0-18-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.76-1 (2024-02-01)
  3. nodename: e1ae8a58c251
  4. machine: x86_64
  5. clock source: unix
  6. detected number of CPU cores: 8
  7. current working directory: /app
  8. writing pidfile to /tmp/project-master.pid
  9. detected binary path: /root/.local/bin/uwsgi
  10. !!! no internal routing support, rebuild with pcre support !!!
  11. uWSGI running as root, you can use --uid/--gid/--chroot options
  12. *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
  13. your memory page size is 4096 bytes
  14. detected max file descriptor number: 1048576
  15. lock engine: pthread robust mutexes
  16. thunder lock: disabled (you can enable it with --thunder-lock)
  17. uwsgi socket 0 bound to TCP address :8080 fd 3
  18. uWSGI running as root, you can use --uid/--gid/--chroot options
  19. *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
  20. Python version: 3.11.3 (main, May 23 2023, 13:34:03) [GCC 10.2.1 20210110]
  21. *** Python threads support is disabled. You can enable it with --enable-threads ***
  22. Python main interpreter initialized at 0x7faab34ae558
  23. uWSGI running as root, you can use --uid/--gid/--chroot options
  24. *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
  25. your server socket listen backlog is limited to 100 connections
  26. your mercy for graceful operations on workers is 60 seconds
  27. mapped 154032 bytes (150 KB) for 1 cores
  28. *** Operational MODE: single process ***
  29. celery beat v5.3.6 (emerald-rush) is starting.
  30. WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x7faab34ae558 pid: 22 (default app)
  31. uWSGI running as root, you can use --uid/--gid/--chroot options
  32. *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
  33. *** uWSGI is running in multiple interpreter mode ***
  34. spawned uWSGI master process (pid: 22)
  35. spawned uWSGI worker 1 (pid: 38, cores: 1)
  36. __ - ... __ - _
  37. LocalTime -> 2024-04-26 13:15:57
  38. Configuration ->
  39. . broker -> redis://archivist-redis:6379//
  40. . loader -> celery.loaders.app.AppLoader
  41. . scheduler -> celery.beat.PersistentScheduler
  42. . db -> /celerybeat-schedule
  43. . logfile -> [stderr]@%INFO
  44. . maxinterval -> 5.00 minutes (300s)
  45. [2024-04-26 13:15:57,502: INFO/MainProcess] beat: Starting...
  46. /root/.local/lib/python3.11/site-packages/celery/platforms.py:829: SecurityWarning: You're running the worker with superuser privileges: this is
  47. absolutely not recommended!
  48. Please specify a different user using the --uid option.
  49. User information: uid=0 euid=0 gid=0 egid=0
  50. warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format(
  51.  
  52. -------------- celery@e1ae8a58c251 v5.3.6 (emerald-rush)
  53. --- ***** -----
  54. -- ******* ---- Linux-6.1.0-18-amd64-x86_64-with-glibc2.31 2024-04-26 13:15:57
  55. - *** --- * ---
  56. - ** ---------- [config]
  57. - ** ---------- .> app: tasks:0x7fbd1b9e8f90
  58. - ** ---------- .> transport: redis://archivist-redis:6379//
  59. - ** ---------- .> results: redis://archivist-redis:6379/
  60. - *** --- * --- .> concurrency: 8 (prefork)
  61. -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
  62. --- ***** -----
  63. -------------- [queues]
  64. .> celery exchange=celery(direct) key=celery
  65.  
  66. [tasks]
  67. . check_reindex
  68. . download_pending
  69. . extract_download
  70. . index_playlists
  71. . manual_import
  72. . rescan_filesystem
  73. . restore_backup
  74. . resync_thumbs
  75. . run_backup
  76. . subscribe_to
  77. . thumbnail_check
  78. . update_subscribed
  79. . version_check
  80. [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
  81. whether broker connection retries are made during startup in Celery 6.0 and above.
  82. If you wish to retain the existing behavior for retrying connections on startup,
  83. you should set broker_connection_retry_on_startup to True.
  84. warnings.warn(
  85. [2024-04-26 13:15:57,790: INFO/MainProcess] Connected to redis://archivist-redis:6379//
  86. [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
  87. whether broker connection retries are made during startup in Celery 6.0 and above.
  88. If you wish to retain the existing behavior for retrying connections on startup,
  89. you should set broker_connection_retry_on_startup to True.
  90. warnings.warn(
  91. [2024-04-26 13:15:57,793: INFO/MainProcess] mingle: searching for neighbors
  92. [2024-04-26 13:15:58,798: INFO/MainProcess] mingle: all alone
  93. [2024-04-26 13:15:58,816: INFO/MainProcess] celery@e1ae8a58c251 ready.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement