Created
December 9, 2024 00:10
-
-
Save lupyuen/420540f9157f2702c14944fc47743742 to your computer and use it in GitHub Desktop.
Mastodon Docker on macOS Rancher Desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ mastodon git:(v4.3.2) ✗ $ sudo docker compose down | |
Password: | |
[+] Running 7/7 | |
✔ Container mastodon-streaming-1 Removed 0.0s | |
✔ Container mastodon-web-1 Removed 0.0s | |
✔ Container mastodon-sidekiq-1 Removed 0.0s | |
✔ Container mastodon-db-1 Removed 0.0s | |
✔ Container mastodon-redis-1 Removed 0.0s | |
✔ Network mastodon_external_network Removed 0.8s | |
✔ Network mastodon_internal_network Removed 0.3s | |
➜ mastodon git:(v4.3.2) ✗ $ | |
➜ mastodon git:(v4.3.2) ✗ $ sudo docker compose up | |
[+] Running 7/7 | |
✔ Network mastodon_internal_network Created 0.1s | |
✔ Network mastodon_external_network Created 0.1s | |
✔ Container mastodon-redis-1 Created 0.1s | |
✔ Container mastodon-db-1 Created 0.1s | |
✔ Container mastodon-streaming-1 Created 0.0s | |
✔ Container mastodon-sidekiq-1 Created 0.0s | |
✔ Container mastodon-web-1 Created 0.0s | |
Attaching to db-1, redis-1, sidekiq-1, streaming-1, web-1 | |
redis-1 | 1:C 08 Dec 2024 23:56:04.274 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. | |
redis-1 | 1:C 08 Dec 2024 23:56:04.275 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo | |
redis-1 | 1:C 08 Dec 2024 23:56:04.275 * Redis version=7.4.1, bits=64, commit=00000000, modified=0, pid=1, just started | |
redis-1 | 1:C 08 Dec 2024 23:56:04.275 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf | |
redis-1 | 1:M 08 Dec 2024 23:56:04.275 * monotonic clock: POSIX clock_gettime | |
redis-1 | 1:M 08 Dec 2024 23:56:04.276 * Running mode=standalone, port=6379. | |
redis-1 | 1:M 08 Dec 2024 23:56:04.276 * Server initialized | |
redis-1 | 1:M 08 Dec 2024 23:56:04.276 * Loading RDB produced by version 7.4.1 | |
redis-1 | 1:M 08 Dec 2024 23:56:04.276 * RDB age 39 seconds | |
redis-1 | 1:M 08 Dec 2024 23:56:04.276 * RDB memory usage when created 1.15 Mb | |
redis-1 | 1:M 08 Dec 2024 23:56:04.276 * Done loading RDB, keys loaded: 5, keys expired: 0. | |
redis-1 | 1:M 08 Dec 2024 23:56:04.276 * DB loaded from disk: 0.000 seconds | |
redis-1 | 1:M 08 Dec 2024 23:56:04.276 * Ready to accept connections tcp | |
db-1 | | |
db-1 | PostgreSQL Database directory appears to contain a database; Skipping initialization | |
db-1 | | |
db-1 | 2024-12-08 23:56:04.366 UTC [1] LOG: starting PostgreSQL 14.15 on aarch64-unknown-linux-musl, compiled by gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309, 64-bit | |
db-1 | 2024-12-08 23:56:04.366 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 | |
db-1 | 2024-12-08 23:56:04.366 UTC [1] LOG: listening on IPv6 address "::", port 5432 | |
db-1 | 2024-12-08 23:56:04.368 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" | |
db-1 | 2024-12-08 23:56:04.371 UTC [26] LOG: database system was shut down at 2024-12-08 23:55:25 UTC | |
db-1 | 2024-12-08 23:56:04.376 UTC [1] LOG: database system is ready to accept connections | |
web-1 | [7] Puma starting in cluster mode... | |
web-1 | [7] * Puma version: 6.4.3 (ruby 3.3.5-p100) ("The Eagle of Durango") | |
web-1 | [7] * Min threads: 5 | |
web-1 | [7] * Max threads: 5 | |
web-1 | [7] * Environment: production | |
web-1 | [7] * Master PID: 7 | |
web-1 | [7] * Workers: 2 | |
web-1 | [7] * Restarts: (✔) hot (✖) phased | |
web-1 | [7] * Preloading application | |
streaming-1 | {"level":"info","time":1733702165797,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","msg":"Streaming API now listening on 0.0.0.0:4000"} | |
sidekiq-1 | 2024-12-08T23:56:06.551Z pid=6 tid=5sa INFO: Booting Sidekiq 6.5.12 with Sidekiq::RedisConnection::RedisAdapter options {:url=>"redis://redis:6379/0", :driver=>:hiredis, :namespace=>nil} | |
web-1 | [7] * Listening on http://0.0.0.0:3000 | |
web-1 | [7] Use Ctrl-C to stop | |
web-1 | [7] - Worker 0 (PID: 17) booted in 0.01s, phase: 0 | |
web-1 | [7] - Worker 1 (PID: 22) booted in 0.0s, phase: 0 | |
sidekiq-1 | 2024-12-08T23:56:08.622Z pid=6 tid=5sa INFO: Booted Rails 7.1.4.1 application in production environment | |
sidekiq-1 | 2024-12-08T23:56:08.623Z pid=6 tid=5sa INFO: Running in ruby 3.3.5 (2024-09-03 revision ef084cc8f4) +YJIT [aarch64-linux] | |
sidekiq-1 | 2024-12-08T23:56:08.623Z pid=6 tid=5sa INFO: See LICENSE and the LGPL-3.0 for licensing details. | |
sidekiq-1 | 2024-12-08T23:56:08.623Z pid=6 tid=5sa INFO: Upgrade to Sidekiq Pro for more features and support: https://sidekiq.org | |
sidekiq-1 | 2024-12-08T23:56:08.631Z pid=6 tid=5sa INFO: Loading Schedule | |
sidekiq-1 | 2024-12-08T23:56:08.631Z pid=6 tid=5sa INFO: Scheduling scheduled_statuses_scheduler {"every"=>"5m", "class"=>"Scheduler::ScheduledStatusesScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.632Z pid=6 tid=5sa INFO: Scheduling trends_refresh_scheduler {"every"=>"5m", "class"=>"Scheduler::Trends::RefreshScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.632Z pid=6 tid=5sa INFO: Scheduling trends_review_notifications_scheduler {"every"=>"6h", "class"=>"Scheduler::Trends::ReviewNotificationsScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.632Z pid=6 tid=5sa INFO: Scheduling indexing_scheduler {"interval"=>"1 minute", "class"=>"Scheduler::IndexingScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.634Z pid=6 tid=5sa INFO: Scheduling vacuum_scheduler {"cron"=>"35 3 * * *", "class"=>"Scheduler::VacuumScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.641Z pid=6 tid=5sa INFO: Scheduling follow_recommendations_scheduler {"cron"=>"11 7 * * *", "class"=>"Scheduler::FollowRecommendationsScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.642Z pid=6 tid=5sa INFO: Scheduling user_cleanup_scheduler {"cron"=>"21 4 * * *", "class"=>"Scheduler::UserCleanupScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.643Z pid=6 tid=5sa INFO: Scheduling ip_cleanup_scheduler {"cron"=>"24 4 * * *", "class"=>"Scheduler::IpCleanupScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.646Z pid=6 tid=5sa INFO: Scheduling pghero_scheduler {"cron"=>"0 0 * * *", "class"=>"Scheduler::PgheroScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.647Z pid=6 tid=5sa INFO: Scheduling instance_refresh_scheduler {"cron"=>"0 * * * *", "class"=>"Scheduler::InstanceRefreshScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.648Z pid=6 tid=5sa INFO: Scheduling accounts_statuses_cleanup_scheduler {"interval"=>"1 minute", "class"=>"Scheduler::AccountsStatusesCleanupScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.649Z pid=6 tid=5sa INFO: Scheduling suspended_user_cleanup_scheduler {"interval"=>"1 minute", "class"=>"Scheduler::SuspendedUserCleanupScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.650Z pid=6 tid=5sa INFO: Scheduling software_update_check_scheduler {"interval"=>"30 minutes", "class"=>"Scheduler::SoftwareUpdateCheckScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.650Z pid=6 tid=5sa INFO: Scheduling auto_close_registrations_scheduler {"interval"=>"1 hour", "class"=>"Scheduler::AutoCloseRegistrationsScheduler", "queue"=>"scheduler"} | |
sidekiq-1 | 2024-12-08T23:56:08.651Z pid=6 tid=5sa INFO: Schedules Loaded | |
sidekiq-1 | 2024-12-08T23:56:08.653Z pid=6 tid=5sa uniquejobs=upgrade_locks INFO: Start - Upgrading Locks | |
sidekiq-1 | 2024-12-08T23:56:08.653Z pid=6 tid=5sa uniquejobs=upgrade_locks INFO: Start - Converting v6 locks to v7 | |
sidekiq-1 | 2024-12-08T23:56:08.653Z pid=6 tid=5sa uniquejobs=upgrade_locks INFO: Done - Converting v6 locks to v7 | |
sidekiq-1 | 2024-12-08T23:56:08.653Z pid=6 tid=5sa uniquejobs=upgrade_locks INFO: Start - Deleting v6 keys | |
sidekiq-1 | 2024-12-08T23:56:08.654Z pid=6 tid=5sa uniquejobs=upgrade_locks INFO: Done - Deleting v6 keys | |
sidekiq-1 | 2024-12-08T23:56:08.654Z pid=6 tid=5sa uniquejobs=upgrade_locks INFO: Done - Upgrading Locks | |
sidekiq-1 | 2024-12-08T23:56:08.655Z pid=6 tid=5sa uniquejobs=reaper INFO: Starting Reaper | |
sidekiq-1 | 2024-12-08T23:56:08.658Z pid=6 tid=2oma class=TriggerWebhookWorker jid=4bb644fc7f85855de51d42f5 INFO: start | |
sidekiq-1 | 2024-12-08T23:56:08.659Z pid=6 tid=2opa uniquejobs=reaper INFO: Nothing to delete; exiting. | |
sidekiq-1 | 2024-12-08T23:56:08.658Z pid=6 tid=2one class=BootstrapTimelineWorker jid=14aeb35923e38d32cfa62045 INFO: start | |
sidekiq-1 | 2024-12-08T23:56:08.658Z pid=6 tid=2on2 class=TriggerWebhookWorker jid=d9a83840e8b1aa8432721c59 INFO: start | |
sidekiq-1 | 2024-12-08T23:56:08.665Z pid=6 tid=2opa uniquejobs=reaper INFO: Nothing to delete; exiting. | |
sidekiq-1 | 2024-12-08T23:56:08.760Z pid=6 tid=2one class=BootstrapTimelineWorker jid=14aeb35923e38d32cfa62045 elapsed=0.101 INFO: done | |
sidekiq-1 | 2024-12-08T23:56:08.760Z pid=6 tid=2oza class=LocalNotificationWorker jid=2c685273d4a303ec264cfdb0 INFO: start | |
sidekiq-1 | 2024-12-08T23:56:08.769Z pid=6 tid=2oma class=TriggerWebhookWorker jid=4bb644fc7f85855de51d42f5 elapsed=0.111 INFO: done | |
sidekiq-1 | 2024-12-08T23:56:08.769Z pid=6 tid=2on2 class=TriggerWebhookWorker jid=d9a83840e8b1aa8432721c59 elapsed=0.111 INFO: done | |
sidekiq-1 | 2024-12-08T23:56:08.783Z pid=6 tid=2oza class=LocalNotificationWorker jid=2c685273d4a303ec264cfdb0 elapsed=0.023 INFO: done | |
web-1 | I, [2024-12-08T23:56:35.089176 #22] INFO -- : [ccd6ebdd-f72f-4681-a8de-ee759da21bc2] Chewy request strategy is `mastodon` | |
streaming-1 | {"level":"info","time":1733702195112,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"6e13fb84-c327-41f7-90e0-cac36f8b7d54","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"6e13fb84-c327-41f7-90e0-cac36f8b7d54","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":3,"msg":"request completed"} | |
web-1 | I, [2024-12-08T23:56:35.135844 #22] INFO -- : [ccd6ebdd-f72f-4681-a8de-ee759da21bc2] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=426 duration=2.22 view=1.02 db=0.00 | |
streaming-1 | {"level":"info","time":1733702225194,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"214fcfe9-d925-460c-a10d-e0367badab96","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"214fcfe9-d925-460c-a10d-e0367badab96","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-08T23:57:05.197666 #17] INFO -- : [fe2d54d4-e46c-4117-aa37-3b1647714be8] Chewy request strategy is `mastodon` | |
web-1 | I, [2024-12-08T23:57:05.208473 #17] INFO -- : [fe2d54d4-e46c-4117-aa37-3b1647714be8] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=427 duration=2.24 view=1.11 db=0.00 | |
sidekiq-1 | 2024-12-08T23:57:08.708Z pid=6 tid=2p7e INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-08T23:57:08.708Z pid=6 tid=2p86 INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-08T23:57:08.711Z pid=6 tid=2p8i INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-08T23:57:08.723Z pid=6 tid=2p9a class=Scheduler::AccountsStatusesCleanupScheduler jid=b469bad19d3a3cd1624d24a9 INFO: start | |
sidekiq-1 | 2024-12-08T23:57:08.723Z pid=6 tid=2oma class=Scheduler::SuspendedUserCleanupScheduler jid=52f20c7ed670173c88b61d17 INFO: start | |
sidekiq-1 | 2024-12-08T23:57:08.723Z pid=6 tid=2on2 class=Scheduler::IndexingScheduler jid=78cf266517a5bfdfa7dac696 INFO: start | |
sidekiq-1 | 2024-12-08T23:57:08.730Z pid=6 tid=2on2 class=Scheduler::IndexingScheduler jid=78cf266517a5bfdfa7dac696 elapsed=0.006 INFO: done | |
sidekiq-1 | 2024-12-08T23:57:08.733Z pid=6 tid=2oma class=Scheduler::SuspendedUserCleanupScheduler jid=52f20c7ed670173c88b61d17 elapsed=0.01 INFO: done | |
sidekiq-1 | 2024-12-08T23:57:08.739Z pid=6 tid=2p9a class=Scheduler::AccountsStatusesCleanupScheduler jid=b469bad19d3a3cd1624d24a9 elapsed=0.016 INFO: done | |
streaming-1 | {"level":"info","time":1733702255264,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"d820e98e-ab0c-413e-a829-97d80193809d","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"d820e98e-ab0c-413e-a829-97d80193809d","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-08T23:57:35.270682 #22] INFO -- : [4df2f58b-9a60-4398-88cc-71476abcdee2] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.39 view=0.28 db=0.00 | |
streaming-1 | {"level":"info","time":1733702285368,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"e4dab43f-a652-464a-a341-ca15af622311","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"e4dab43f-a652-464a-a341-ca15af622311","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
web-1 | I, [2024-12-08T23:58:05.375714 #22] INFO -- : [c03f1792-7483-42c3-bc05-3e31c4ddf898] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=99 duration=0.43 view=0.31 db=0.00 | |
sidekiq-1 | 2024-12-08T23:58:09.010Z pid=6 tid=2p7e INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-08T23:58:09.010Z pid=6 tid=2p8i INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-08T23:58:09.010Z pid=6 tid=2p86 INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-08T23:58:09.016Z pid=6 tid=2one class=Scheduler::AccountsStatusesCleanupScheduler jid=127c5c731ae46e05a7348656 INFO: start | |
sidekiq-1 | 2024-12-08T23:58:09.017Z pid=6 tid=2oma class=Scheduler::SuspendedUserCleanupScheduler jid=e2451b8b80686cd7ed641f97 INFO: start | |
sidekiq-1 | 2024-12-08T23:58:09.017Z pid=6 tid=2oza class=Scheduler::IndexingScheduler jid=76fd325385ddb9ffc6e4afc8 INFO: start | |
sidekiq-1 | 2024-12-08T23:58:09.020Z pid=6 tid=2oza class=Scheduler::IndexingScheduler jid=76fd325385ddb9ffc6e4afc8 elapsed=0.003 INFO: done | |
sidekiq-1 | 2024-12-08T23:58:09.023Z pid=6 tid=2oma class=Scheduler::SuspendedUserCleanupScheduler jid=e2451b8b80686cd7ed641f97 elapsed=0.006 INFO: done | |
sidekiq-1 | 2024-12-08T23:58:09.026Z pid=6 tid=2one class=Scheduler::AccountsStatusesCleanupScheduler jid=127c5c731ae46e05a7348656 elapsed=0.01 INFO: done | |
streaming-1 | {"level":"info","time":1733702315448,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"4c05e6d1-c509-47b7-92f1-8259f6bc7b72","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"4c05e6d1-c509-47b7-92f1-8259f6bc7b72","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-08T23:58:35.452597 #17] INFO -- : [e2872f6c-ccba-476e-957e-8a02b4e50b7c] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=99 duration=0.85 view=0.73 db=0.00 | |
web-1 | I, [2024-12-08T23:59:05.549409 #17] INFO -- : [fe2da947-715f-4e10-b1ac-fca7cccf48af] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=99 duration=0.23 view=0.14 db=0.00 | |
streaming-1 | {"level":"info","time":1733702345550,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"bb48c932-5064-42af-8102-298be250fcdf","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"bb48c932-5064-42af-8102-298be250fcdf","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
sidekiq-1 | 2024-12-08T23:59:09.067Z pid=6 tid=2p7e INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-08T23:59:09.068Z pid=6 tid=2p86 INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-08T23:59:09.067Z pid=6 tid=2p8i INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-08T23:59:09.074Z pid=6 tid=2on2 class=Scheduler::IndexingScheduler jid=08e5f5909c45ae4f5ebfa45e INFO: start | |
sidekiq-1 | 2024-12-08T23:59:09.074Z pid=6 tid=2p9a class=Scheduler::AccountsStatusesCleanupScheduler jid=d000f039eb03e48a16a089c4 INFO: start | |
sidekiq-1 | 2024-12-08T23:59:09.076Z pid=6 tid=2oza class=Scheduler::SuspendedUserCleanupScheduler jid=9bcae4cc9d0ab0f23bd53115 INFO: start | |
sidekiq-1 | 2024-12-08T23:59:09.078Z pid=6 tid=2on2 class=Scheduler::IndexingScheduler jid=08e5f5909c45ae4f5ebfa45e elapsed=0.004 INFO: done | |
sidekiq-1 | 2024-12-08T23:59:09.082Z pid=6 tid=2oza class=Scheduler::SuspendedUserCleanupScheduler jid=9bcae4cc9d0ab0f23bd53115 elapsed=0.005 INFO: done | |
sidekiq-1 | 2024-12-08T23:59:09.087Z pid=6 tid=2p9a class=Scheduler::AccountsStatusesCleanupScheduler jid=d000f039eb03e48a16a089c4 elapsed=0.012 INFO: done | |
streaming-1 | {"level":"info","time":1733702375638,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"42f9d8c3-74a5-4acd-be65-5efb415f4829","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"42f9d8c3-74a5-4acd-be65-5efb415f4829","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-08T23:59:35.640905 #17] INFO -- : [c9608af3-cb5d-4e90-8b97-48b62f8392a9] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=99 duration=1.46 view=0.73 db=0.00 | |
web-1 | I, [2024-12-08T23:59:41.110800 #17] INFO -- : [a18d4c39-aead-499c-b759-a9ade9fdc128] method=GET path=/home format=html controller=HomeController action=index status=200 allocations=136461 duration=130.07 view=111.12 db=9.51 | |
web-1 | I, [2024-12-08T23:59:41.164820 #17] INFO -- : [608a928e-129d-441a-b618-20910b9c7ef5] method=GET path=/custom.css format=css controller=CustomCssController action=show status=200 allocations=2061 duration=11.40 view=4.89 db=3.53 | |
web-1 | I, [2024-12-08T23:59:41.311670 #22] INFO -- : [eaa48f70-dcf2-40d4-8349-26f1faeeea9e] method=GET path=/manifest format=json controller=ManifestsController action=show status=200 allocations=9108 duration=13.20 view=12.70 db=0.00 | |
web-1 | I, [2024-12-08T23:59:41.328322 #17] INFO -- : [73da31e1-3afa-4e41-ac7f-096e9ce4e75a] method=GET path=/api/v2/instance format=html controller=Api::V2::InstancesController action=show status=200 allocations=62449 duration=79.47 view=67.21 db=9.63 | |
web-1 | I, [2024-12-08T23:59:42.041030 #17] INFO -- : [3302dd35-92bb-4d27-8f0c-903d4892cd24] method=GET path=/api/v1/announcements format=html controller=Api::V1::AnnouncementsController action=index status=422 allocations=5249 duration=5.38 view=1.11 db=0.00 | |
web-1 | I, [2024-12-08T23:59:58.944912 #17] INFO -- : [6b7a47d6-e548-45f0-8d52-8d4b9017f0fb] method=GET path=/auth/sign_in format=html controller=Auth::SessionsController action=new status=200 allocations=32270 duration=72.13 view=63.17 db=0.00 | |
sidekiq-1 | 2024-12-09T00:00:00.088Z pid=6 tid=2p7e INFO: queueing Scheduler::PgheroScheduler (pghero_scheduler) | |
sidekiq-1 | 2024-12-09T00:00:00.088Z pid=6 tid=2p86 INFO: queueing Scheduler::InstanceRefreshScheduler (instance_refresh_scheduler) | |
sidekiq-1 | 2024-12-09T00:00:00.091Z pid=6 tid=2oza class=Scheduler::PgheroScheduler jid=aa8f7ab5170e203a6166e4b1 INFO: start | |
sidekiq-1 | 2024-12-09T00:00:00.091Z pid=6 tid=2p9a class=Scheduler::InstanceRefreshScheduler jid=e32edbb4e556c01d1b18ba67 INFO: start | |
sidekiq-1 | 2024-12-09T00:00:00.116Z pid=6 tid=2p9a class=Scheduler::InstanceRefreshScheduler jid=e32edbb4e556c01d1b18ba67 elapsed=0.025 INFO: done | |
sidekiq-1 | 2024-12-09T00:00:00.216Z pid=6 tid=2oza class=Scheduler::PgheroScheduler jid=aa8f7ab5170e203a6166e4b1 elapsed=0.125 INFO: done | |
streaming-1 | {"level":"info","time":1733702405754,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"8d227cd4-6385-4e0f-9059-a1b76bc92be5","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"8d227cd4-6385-4e0f-9059-a1b76bc92be5","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:00:05.759686 #22] INFO -- : [ac9a9e3c-3d6c-4fe1-be01-959d5c65903c] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=99 duration=0.29 view=0.18 db=0.00 | |
sidekiq-1 | 2024-12-09T00:00:09.140Z pid=6 tid=2p8i INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:00:09.140Z pid=6 tid=2p7e INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-09T00:00:09.140Z pid=6 tid=2p86 INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:00:09.146Z pid=6 tid=2oma class=Scheduler::AccountsStatusesCleanupScheduler jid=6db40e79e8b3ebd93047d8e9 INFO: start | |
sidekiq-1 | 2024-12-09T00:00:09.147Z pid=6 tid=2p9a class=Scheduler::IndexingScheduler jid=789330e6e38f5b8fa43c9b89 INFO: start | |
sidekiq-1 | 2024-12-09T00:00:09.148Z pid=6 tid=2one class=Scheduler::SuspendedUserCleanupScheduler jid=8ff51a29032a4c05f3a05bc2 INFO: start | |
sidekiq-1 | 2024-12-09T00:00:09.149Z pid=6 tid=2p9a class=Scheduler::IndexingScheduler jid=789330e6e38f5b8fa43c9b89 elapsed=0.002 INFO: done | |
sidekiq-1 | 2024-12-09T00:00:09.152Z pid=6 tid=2one class=Scheduler::SuspendedUserCleanupScheduler jid=8ff51a29032a4c05f3a05bc2 elapsed=0.004 INFO: done | |
sidekiq-1 | 2024-12-09T00:00:09.156Z pid=6 tid=2oma class=Scheduler::AccountsStatusesCleanupScheduler jid=6db40e79e8b3ebd93047d8e9 elapsed=0.011 INFO: done | |
web-1 | I, [2024-12-09T00:00:19.231748 #17] INFO -- : [4489a653-7447-4250-b43b-8f6098262f02] method=POST path=/auth/sign_in format=html controller=Auth::SessionsController action=create status=302 allocations=37869 duration=141.38 view=0.00 db=19.12 location=https://nuttx-feed.org/home | |
web-1 | I, [2024-12-09T00:00:19.285563 #17] INFO -- : [7fc0ce8b-e08f-43ae-bea5-0943c0761cb9] method=GET path=/home format=html controller=HomeController action=index status=200 allocations=14499 duration=28.60 view=20.81 db=4.01 | |
web-1 | I, [2024-12-09T00:00:19.386552 #17] INFO -- : [f3b2aca3-0d8a-49f7-9fec-f4183cc8f6f8] method=GET path=/api/v1/custom_emojis format=html controller=Api::V1::CustomEmojisController action=index status=200 allocations=8894 duration=33.74 view=1.41 db=8.35 | |
web-1 | I, [2024-12-09T00:00:19.405083 #17] INFO -- : [8e6af9c3-d894-4ce3-9d92-593772f09271] method=GET path=/api/v1/instance/translation_languages format=html controller=Api::V1::Instances::TranslationLanguagesController action=show status=200 allocations=7465 duration=9.24 view=0.75 db=5.71 | |
web-1 | I, [2024-12-09T00:00:19.476267 #17] INFO -- : [f91b338a-0d92-4caa-93e4-9a026919ebcf] method=GET path=/api/v1/trends/tags format=html controller=Api::V1::Trends::TagsController action=index status=200 allocations=17886 duration=38.47 view=0.21 db=24.08 | |
web-1 | I, [2024-12-09T00:00:19.514260 #17] INFO -- : [78c952b1-1dff-45d9-8b0f-57497b58e0b2] method=GET path=/api/v1/lists format=html controller=Api::V1::ListsController action=index status=200 allocations=12850 duration=61.31 view=4.65 db=18.31 | |
web-1 | I, [2024-12-09T00:00:19.526293 #17] INFO -- : [674315a7-ee37-464b-9486-d853e51a996f] method=GET path=/api/v2/notifications format=html controller=Api::V2::NotificationsController action=index status=200 allocations=22757 duration=82.44 view=0.71 db=40.80 | |
web-1 | I, [2024-12-09T00:00:19.542981 #22] INFO -- : [0600051f-4e95-4766-8151-0734ded4cb47] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=71592 duration=130.40 view=0.00 db=43.43 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:19.547977 #22] INFO -- : [f6d9e5b1-226a-4881-a464-6a7ec9469657] method=GET path=/api/v1/markers format=html controller=Api::V1::MarkersController action=index status=200 allocations=74324 duration=140.02 view=0.60 db=37.09 | |
web-1 | I, [2024-12-09T00:00:19.555212 #22] INFO -- : [949ed6cb-4eb3-427e-a053-eea5aae0f5b6] method=GET path=/api/v1/timelines/home format=html controller=Api::V1::Timelines::HomeController action=show status=200 allocations=45497 duration=75.93 view=0.51 db=47.10 | |
web-1 | I, [2024-12-09T00:00:19.584524 #22] INFO -- : [6f039d4c-a675-4bd3-b179-f7a1a00fb269] method=GET path=/api/v1/follow_requests format=html controller=Api::V1::FollowRequestsController action=index status=200 allocations=7635 duration=27.68 view=0.29 db=11.15 | |
web-1 | I, [2024-12-09T00:00:19.687763 #22] INFO -- : [93a0a909-3ee0-480d-b085-cbbb887933e7] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5217 duration=6.64 view=0.00 db=0.74 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:19.777548 #22] INFO -- : [8913fa93-1032-4b09-8652-b9849fe549c8] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5213 duration=7.96 view=0.00 db=1.03 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:20.114756 #22] INFO -- : [11d3d648-e9dc-4ec2-8ebe-9732f2ebd3b7] method=GET path=/api/v1/announcements format=html controller=Api::V1::AnnouncementsController action=index status=200 allocations=5862 duration=13.97 view=1.49 db=3.78 | |
web-1 | I, [2024-12-09T00:00:20.499748 #22] INFO -- : [bceb1fc0-59a3-4fd4-ba79-2cbb4a0de8f9] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5215 duration=12.67 view=0.00 db=1.86 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:20.689802 #22] INFO -- : [7ede5ac1-0c08-4deb-9127-2ac695998ca2] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5213 duration=13.09 view=0.00 db=1.61 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:21.863478 #22] INFO -- : [ae394b7b-e3a6-40aa-8b40-34f19570cd40] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5215 duration=14.63 view=0.00 db=1.28 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:23.094395 #22] INFO -- : [00bbe1d7-1210-4fc1-a8d3-c0f73bb5b267] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5215 duration=17.69 view=0.00 db=2.24 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:26.468414 #22] INFO -- : [10f4df52-715c-4364-82ec-e0a6605112ae] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5213 duration=11.30 view=0.00 db=1.19 location=https://nuttx-feed.org/api/v1/streaming | |
sidekiq-1 | 2024-12-09T00:00:30.781Z pid=6 tid=2oza class=TriggerWebhookWorker jid=617cbb420da28be5f080f6ca INFO: start | |
sidekiq-1 | 2024-12-09T00:00:30.798Z pid=6 tid=2on2 class=LinkCrawlWorker jid=5d41f5f341a3d3f5455e9222 INFO: start | |
sidekiq-1 | 2024-12-09T00:00:30.798Z pid=6 tid=2p9a class=DistributionWorker jid=94cf86b32f843d7362883835 INFO: start | |
sidekiq-1 | 2024-12-09T00:00:30.798Z pid=6 tid=2one class=ActivityPub::DistributionWorker jid=3ef64efce92d0782ce9d4971 INFO: start | |
sidekiq-1 | 2024-12-09T00:00:30.811Z pid=6 tid=2on2 class=LinkCrawlWorker jid=5d41f5f341a3d3f5455e9222 elapsed=0.013 INFO: done | |
web-1 | I, [2024-12-09T00:00:30.850209 #22] INFO -- : [8cdaf8f3-6d68-4ee0-b925-65ace3d38080] method=POST path=/api/v1/statuses format=html controller=Api::V1::StatusesController action=create status=200 allocations=56016 duration=240.00 view=34.06 db=41.49 | |
sidekiq-1 | 2024-12-09T00:00:30.886Z pid=6 tid=2one class=ActivityPub::DistributionWorker jid=3ef64efce92d0782ce9d4971 elapsed=0.088 INFO: done | |
sidekiq-1 | 2024-12-09T00:00:30.890Z pid=6 tid=2oza class=TriggerWebhookWorker jid=617cbb420da28be5f080f6ca elapsed=0.109 INFO: done | |
sidekiq-1 | 2024-12-09T00:00:30.936Z pid=6 tid=2p9a class=DistributionWorker jid=94cf86b32f843d7362883835 elapsed=0.138 INFO: done | |
web-1 | I, [2024-12-09T00:00:34.834141 #22] INFO -- : [4b4bc7a1-da81-4658-ab08-1c8e4e744131] method=GET path=/home format=html controller=HomeController action=index status=200 allocations=124298 duration=122.49 view=101.82 db=5.46 | |
web-1 | I, [2024-12-09T00:00:34.948787 #17] INFO -- : [4f85f0d5-9aa2-4ed0-a37d-a755ad331d90] method=GET path=/api/v1/trends/tags format=html controller=Api::V1::Trends::TagsController action=index status=200 allocations=10854 duration=17.79 view=0.21 db=13.63 | |
web-1 | I, [2024-12-09T00:00:34.949650 #17] INFO -- : [ffb3a0e9-e691-4a3b-b914-019ee882dbbd] method=GET path=/api/v1/follow_requests format=html controller=Api::V1::FollowRequestsController action=index status=200 allocations=16917 duration=33.37 view=0.15 db=16.24 | |
web-1 | I, [2024-12-09T00:00:34.950394 #17] INFO -- : [c36c8b38-e8a0-464a-837c-88c0767e5972] method=GET path=/api/v1/lists format=html controller=Api::V1::ListsController action=index status=200 allocations=16121 duration=31.02 view=3.70 db=24.75 | |
web-1 | I, [2024-12-09T00:00:34.964505 #22] INFO -- : [2f4eddfc-5a70-46f9-bf11-802f88353019] method=GET path=/api/v1/markers format=html controller=Api::V1::MarkersController action=index status=200 allocations=11806 duration=49.81 view=0.19 db=33.48 | |
web-1 | I, [2024-12-09T00:00:34.999152 #22] INFO -- : [6bf86fe7-ad65-405c-a82e-942a99970339] method=GET path=/api/v2/notifications format=html controller=Api::V2::NotificationsController action=index status=200 allocations=17691 duration=35.84 view=0.99 db=23.11 | |
web-1 | I, [2024-12-09T00:00:35.001275 #22] INFO -- : [4335cd8a-578a-4388-ad43-8deac39bb058] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=20244 duration=48.11 view=0.00 db=29.77 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:35.034341 #22] INFO -- : [c5a5f3ec-a945-4980-acae-3dc093408e81] method=GET path=/api/v1/timelines/home format=html controller=Api::V1::Timelines::HomeController action=show status=200 allocations=38759 duration=122.77 view=7.26 db=49.85 | |
web-1 | I, [2024-12-09T00:00:35.311690 #22] INFO -- : [c271eec3-a737-4f8c-bc14-b027d459ca5e] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5208 duration=12.25 view=0.00 db=1.13 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:35.624688 #22] INFO -- : [d5244529-2035-4418-a0e1-cac8bf8dbef1] method=GET path=/api/v1/announcements format=html controller=Api::V1::AnnouncementsController action=index status=200 allocations=4638 duration=6.57 view=1.33 db=1.02 | |
streaming-1 | {"level":"info","time":1733702435840,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"742d8c2e-5b9b-40ae-8542-a6ec3d497962","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"742d8c2e-5b9b-40ae-8542-a6ec3d497962","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:00:35.844159 #17] INFO -- : [c09c945f-a4f3-42ee-863e-2fe28b2a3511] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.68 view=0.19 db=0.00 | |
web-1 | I, [2024-12-09T00:00:35.869092 #22] INFO -- : [ea0e3fdf-246b-4a4a-8a52-10648a102dcf] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5207 duration=6.11 view=0.00 db=0.80 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:36.668372 #22] INFO -- : [fbbe864d-ffa1-401b-8751-dd323ef073c6] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5206 duration=13.80 view=0.00 db=1.59 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:38.053080 #22] INFO -- : [dbbf6cef-91b6-45cc-8c45-e6f4beb16174] [paperclip] Trying to link /tmp/test-upload20241209-22-vtjn8r.jpg to /tmp/5688dfa7fadcbfef0fade250aa41d2ea20241209-22-10fyjm.jpg | |
web-1 | I, [2024-12-09T00:00:38.058275 #22] INFO -- : [dbbf6cef-91b6-45cc-8c45-e6f4beb16174] [paperclip] Trying to link /tmp/5688dfa7fadcbfef0fade250aa41d2ea20241209-22-10fyjm.jpg to /tmp/8278229c499b1749ff2800d9230b13ad20241209-22-ewilwy.jpg | |
web-1 | I, [2024-12-09T00:00:38.058626 #22] INFO -- : [dbbf6cef-91b6-45cc-8c45-e6f4beb16174] Command :: file -b --mime '/tmp/8278229c499b1749ff2800d9230b13ad20241209-22-ewilwy.jpg' | |
web-1 | I, [2024-12-09T00:00:38.096834 #22] INFO -- : [dbbf6cef-91b6-45cc-8c45-e6f4beb16174] [paperclip] Trying to link /tmp/ec6a3aacec67e8416e97dce78d87c30720241209-22-23i7k1.jpg to /tmp/0537238f3f44292a3ec58051dd2ebff220241209-22-gq22q7.jpg | |
web-1 | I, [2024-12-09T00:00:38.122937 #22] INFO -- : [dbbf6cef-91b6-45cc-8c45-e6f4beb16174] [paperclip] Trying to link /tmp/53018ea4aa6b136a42388e12e8ac246520241209-22-v0mqvw.jpg to /tmp/56fc33add9264abf25f877cb1dcee5e920241209-22-ycdq5g.jpg | |
web-1 | I, [2024-12-09T00:00:38.125723 #22] INFO -- : [dbbf6cef-91b6-45cc-8c45-e6f4beb16174] [paperclip] Trying to link /tmp/0537238f3f44292a3ec58051dd2ebff220241209-22-gq22q7.jpg to /tmp/8278229c499b1749ff2800d9230b13ad20241209-22-rurtw5.jpg | |
web-1 | I, [2024-12-09T00:00:38.125848 #22] INFO -- : [dbbf6cef-91b6-45cc-8c45-e6f4beb16174] Command :: file -b --mime '/tmp/8278229c499b1749ff2800d9230b13ad20241209-22-rurtw5.jpg' | |
web-1 | I, [2024-12-09T00:00:38.224310 #22] INFO -- : [491d4fde-d920-4650-b2d1-19e001a42abf] method=GET path=/system/media_attachments/files/113/619/922/985/253/206/original format=html controller=ApplicationController action=raise_not_found status=404 allocations=10513 duration=9.47 view=8.67 db=0.00 | |
web-1 | I, [2024-12-09T00:00:38.281121 #22] INFO -- : [27a39d52-6d56-4c2d-9c46-a55f50232121] method=GET path=/api/v1/streaming format=html controller=Api::V1::StreamingController action=index status=301 allocations=5904 duration=8.63 view=0.00 db=1.68 location=https://nuttx-feed.org/api/v1/streaming | |
web-1 | I, [2024-12-09T00:00:38.303380 #22] INFO -- : [dbbf6cef-91b6-45cc-8c45-e6f4beb16174] method=GET path=/admin/dashboard format=html controller=Admin::DashboardController action=index status=200 allocations=140930 duration=294.29 view=58.56 db=13.65 | |
web-1 | I, [2024-12-09T00:00:38.437456 #22] INFO -- : [69fc3248-fddd-44aa-856a-56f2d2930ef7] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=22004 duration=31.13 view=8.48 db=15.39 | |
web-1 | I, [2024-12-09T00:00:38.440444 #22] INFO -- : [e39d2567-9d05-4f00-8430-04bcd34fc188] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=25198 duration=35.98 view=6.32 db=20.00 | |
web-1 | I, [2024-12-09T00:00:38.449274 #17] INFO -- : [fcb554e5-65ab-498d-afd5-7f9482f68f1a] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=30557 duration=43.63 view=7.11 db=11.00 | |
web-1 | I, [2024-12-09T00:00:38.457512 #17] INFO -- : [176dc245-0af3-4c5b-aa62-3c6853de05b2] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=30978 duration=49.07 view=2.21 db=22.87 | |
web-1 | I, [2024-12-09T00:00:38.460298 #22] INFO -- : [6c66e522-4118-4003-938d-9e88cd87597d] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=31479 duration=58.66 view=33.02 db=17.60 | |
web-1 | I, [2024-12-09T00:00:38.465002 #22] INFO -- : [2204e776-8f2a-407b-b524-0bed4f2d7fc6] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=12369 duration=43.36 view=1.73 db=16.84 | |
web-1 | I, [2024-12-09T00:00:38.471358 #17] INFO -- : [9b90d404-99f9-4493-b8a0-9a295b96fadc] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=31098 duration=59.28 view=11.40 db=36.37 | |
web-1 | I, [2024-12-09T00:00:38.485743 #17] INFO -- : [de244ac8-f19e-4ce3-95aa-567253212479] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=36583 duration=72.05 view=1.67 db=35.68 | |
web-1 | I, [2024-12-09T00:00:38.517450 #22] INFO -- : [f106000f-070b-4cde-b97a-be71b09b4774] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=12896 duration=23.71 view=8.64 db=8.63 | |
web-1 | I, [2024-12-09T00:00:38.610855 #17] INFO -- : [d5338518-f1b1-404a-b41f-acb9b432ce6d] method=POST path=/api/v1/admin/retention format=html controller=Api::V1::Admin::RetentionController action=create status=200 allocations=45083 duration=200.16 view=2.56 db=184.44 | |
web-1 | I, [2024-12-09T00:00:38.654621 #22] INFO -- : [0844b817-fd66-4e08-a148-9a012c672fb1] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=5884 duration=6.22 view=1.62 db=1.36 | |
web-1 | I, [2024-12-09T00:00:41.772316 #22] INFO -- : [1a5e0b63-15bc-49a8-8d50-eed20cee3414] method=GET path=/auth/edit format=html controller=Auth::RegistrationsController action=edit status=200 allocations=72366 duration=97.05 view=75.92 db=9.74 | |
web-1 | I, [2024-12-09T00:00:54.251221 #22] INFO -- : [89614197-fc46-4253-9033-30481ec970a1] [ActiveJob] Enqueued ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) to Sidekiq(mailers) with arguments: "UserMailer", "password_change", "deliver_now", {:args=>[#<GlobalID:0x0000ffff71344b28 @uri=#<URI::GID gid://mastodon/User/1>>]} | |
sidekiq-1 | 2024-12-09T00:00:54.251Z pid=6 tid=2oma class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b INFO: start | |
sidekiq-1 | I, [2024-12-09T00:00:54.258317 #6] INFO -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) enqueued at 2024-12-09T00:00:54.250576360Z with arguments: "UserMailer", "password_change", "deliver_now", {:args=>[#<GlobalID:0x0000ffff7ce5e7b0 @uri=#<URI::GID gid://mastodon/User/1>>]} | |
web-1 | I, [2024-12-09T00:00:54.257827 #22] INFO -- : [89614197-fc46-4253-9033-30481ec970a1] method=PUT path=/auth format=html controller=Auth::RegistrationsController action=update status=302 allocations=8468 duration=143.66 view=0.00 db=3.64 location=https://nuttx-feed.org/auth/edit | |
web-1 | I, [2024-12-09T00:00:54.319865 #22] INFO -- : [be6beae4-86e9-40ad-b75f-ed37bbc2cf51] method=GET path=/auth/edit format=html controller=Auth::RegistrationsController action=edit status=200 allocations=29098 duration=36.66 view=31.26 db=1.84 | |
sidekiq-1 | E, [2024-12-09T00:00:54.388422 #6] ERROR -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Error performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) in 134.33ms: Errno::ECONNREFUSED (Connection refused - connect(2) for "localhost" port 25): | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:672:in `block in do_start' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:186:in `block in timeout' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:193:in `timeout' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:671:in `do_start' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:642:in `start' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:109:in `start_smtp_session' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:100:in `deliver!' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:2145:in `do_delivery' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `block in deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:600:in `block in deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:208:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:598:in `deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:126:in `block (2 levels) in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:125:in `block in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/rescuable.rb:21:in `handle_exceptions' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:124:in `deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/mail_delivery_job.rb:28:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:68:in `block in _perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/i18n-1.14.6/lib/i18n.rb:353:in `with_locale' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/core_ext/time/zones.rb:65:in `use_zone' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/timezones.rb:9:in `block (2 levels) in <module:Timezones>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:67:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:32:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:51:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:13:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:40:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:39:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:11:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `block in tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:39:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/broadcast_logger.rb:241:in `method_missing' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:25:in `tag_logger' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:29:in `block in execute' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:67:in `block (4 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:88:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:66:in `block (3 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:27:in `execute' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/queue_adapters/sidekiq_adapter.rb:70:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:202:in `execute_job' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:170:in `block (2 levels) in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:177:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-unique-jobs-7.1.33/lib/sidekiq_unique_jobs/middleware.rb:36:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy/strategy.rb:60:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy.rb:151:in `strategy' | |
sidekiq-1 | /opt/mastodon/lib/mastodon/sidekiq_middleware.rb:7:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:182:in `invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:169:in `block in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:136:in `block (6 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:113:in `local' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:135:in `block (5 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:14:in `block in call' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:92:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:131:in `block (4 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:263:in `stats' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:126:in `block (3 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:125:in `block (2 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:80:in `global' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:124:in `block in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:39:in `prepare' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:123:in `dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:168:in `process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:78:in `process_one' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:68:in `run' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:8:in `watchdog' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:17:in `block in safe_thread' | |
sidekiq-1 | 2024-12-09T00:00:54.389Z pid=6 tid=2oma class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b elapsed=0.138 INFO: fail | |
sidekiq-1 | 2024-12-09T00:00:54.389Z pid=6 tid=2oma WARN: {"context":"Job raised exception","job":{"retry":true,"queue":"mailers","wrapped":"ActionMailer::MailDeliveryJob","args":[{"job_class":"ActionMailer::MailDeliveryJob","job_id":"a7c8ac28-83bd-42b8-a4de-554f533a01f8","provider_job_id":null,"queue_name":"mailers","priority":null,"arguments":["UserMailer","password_change","deliver_now",{"args":[{"_aj_globalid":"gid://mastodon/User/1"}],"_aj_ruby2_keywords":["args"]}],"executions":0,"exception_executions":{},"locale":"en","timezone":"UTC","enqueued_at":"2024-12-09T00:00:54.250576360Z","scheduled_at":null}],"class":"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper","jid":"8b52310d0afc7d27b0af3d4b","created_at":1733702454.2507422,"enqueued_at":1733702454.2508602}} | |
sidekiq-1 | 2024-12-09T00:00:54.389Z pid=6 tid=2oma WARN: Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port 25 | |
sidekiq-1 | 2024-12-09T00:00:54.389Z pid=6 tid=2oma WARN: /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
web-1 | I, [2024-12-09T00:00:58.706178 #17] INFO -- : [b9ad4c0a-34e4-42c1-862c-bd260185dbae] method=GET path=/system/media_attachments/files/113/619/922/985/253/206/original format=html controller=ApplicationController action=raise_not_found status=404 allocations=10432 duration=15.50 view=14.24 db=0.00 | |
web-1 | I, [2024-12-09T00:00:58.769589 #22] INFO -- : [649a25ef-bab3-4847-aa10-c031778c6112] method=GET path=/admin/dashboard format=html controller=Admin::DashboardController action=index status=200 allocations=57260 duration=148.54 view=25.90 db=10.93 | |
web-1 | I, [2024-12-09T00:00:58.858283 #17] INFO -- : [cadaf49e-146f-469f-ae93-008b5dd71bb0] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=9483 duration=13.97 view=1.24 db=5.12 | |
web-1 | I, [2024-12-09T00:00:58.880482 #22] INFO -- : [649d6b9d-feb5-470e-b56b-9a67542fef94] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=17392 duration=28.88 view=1.38 db=18.65 | |
web-1 | I, [2024-12-09T00:00:58.883501 #22] INFO -- : [dc5ecfd6-5117-4844-8c1e-baae25ffbc09] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=20355 duration=38.36 view=3.36 db=21.87 | |
web-1 | I, [2024-12-09T00:00:58.893595 #22] INFO -- : [16ec39a9-2f76-4c5e-aed9-3c6eddb5ac57] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=15267 duration=20.87 view=0.27 db=11.30 | |
web-1 | I, [2024-12-09T00:00:58.895871 #17] INFO -- : [cb2fb87a-4406-407a-bcf2-5b4343cea7c2] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=25746 duration=44.77 view=1.73 db=26.41 | |
web-1 | I, [2024-12-09T00:00:58.897463 #22] INFO -- : [677c8410-d65b-4a31-a69a-c7aff8cdbf50] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=20027 duration=31.45 view=0.51 db=22.44 | |
web-1 | I, [2024-12-09T00:00:58.904526 #22] INFO -- : [d9e99e28-19fd-43b8-960a-e0c827f2ce58] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=22639 duration=30.96 view=0.25 db=11.71 | |
web-1 | I, [2024-12-09T00:00:58.905332 #17] INFO -- : [c9b31d2a-8bbf-4b5a-a35a-2ebc30e255e7] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=26105 duration=50.04 view=2.59 db=34.33 | |
web-1 | I, [2024-12-09T00:00:58.909040 #17] INFO -- : [ec9b8c6c-120c-43b0-bfce-15134a3f6f8f] method=POST path=/api/v1/admin/measures format=html controller=Api::V1::Admin::MeasuresController action=create status=200 allocations=23882 duration=47.46 view=1.73 db=34.10 | |
web-1 | I, [2024-12-09T00:00:58.909259 #17] INFO -- : [55cdb9d0-4945-42ba-accf-ae4bb8481b31] method=POST path=/api/v1/admin/dimensions format=html controller=Api::V1::Admin::DimensionsController action=create status=200 allocations=17951 duration=42.46 view=1.54 db=15.19 | |
web-1 | I, [2024-12-09T00:00:59.089937 #17] INFO -- : [71d77399-e433-45b5-96a8-fae705c7fa9b] method=POST path=/api/v1/admin/retention format=html controller=Api::V1::Admin::RetentionController action=create status=200 allocations=9867 duration=18.30 view=4.33 db=1.58 | |
redis-1 | 1:M 09 Dec 2024 00:01:05.003 * 100 changes in 300 seconds. Saving... | |
redis-1 | 1:M 09 Dec 2024 00:01:05.004 * Background saving started by pid 73 | |
redis-1 | 73:C 09 Dec 2024 00:01:05.011 * DB saved on disk | |
redis-1 | 73:C 09 Dec 2024 00:01:05.012 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB | |
redis-1 | 1:M 09 Dec 2024 00:01:05.108 * Background saving terminated with success | |
web-1 | I, [2024-12-09T00:01:05.173626 #17] INFO -- : [1f677513-0b61-4e9b-98dd-e443b10e8c44] Redirected to https://nuttx-feed.org/admin/settings/branding | |
web-1 | I, [2024-12-09T00:01:05.173681 #17] INFO -- : [1f677513-0b61-4e9b-98dd-e443b10e8c44] Completed 301 Moved Permanently in 0ms | |
web-1 | I, [2024-12-09T00:01:05.305044 #17] INFO -- : [9294d848-b41f-4d6e-8902-9616482e5062] method=GET path=/admin/settings/branding format=html controller=Admin::Settings::BrandingController action=show status=200 allocations=80006 duration=112.44 view=102.24 db=5.22 | |
streaming-1 | {"level":"info","time":1733702465942,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"c57f5d77-aeb6-42e2-81dd-0540667a4f2a","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"c57f5d77-aeb6-42e2-81dd-0540667a4f2a","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:01:05.951146 #22] INFO -- : [030bd3f9-3f0a-42dd-9e98-bc299eeb468a] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.50 view=0.28 db=0.00 | |
sidekiq-1 | 2024-12-09T00:01:08.892Z pid=6 tid=2p8i INFO: queueing Scheduler::ScheduledStatusesScheduler (scheduled_statuses_scheduler) | |
sidekiq-1 | 2024-12-09T00:01:08.892Z pid=6 tid=2p7e INFO: queueing Scheduler::Trends::RefreshScheduler (trends_refresh_scheduler) | |
sidekiq-1 | 2024-12-09T00:01:08.898Z pid=6 tid=2on2 class=Scheduler::ScheduledStatusesScheduler jid=382279ce60a694010aaeb543 INFO: start | |
sidekiq-1 | 2024-12-09T00:01:08.898Z pid=6 tid=2p9a class=Scheduler::Trends::RefreshScheduler jid=b88d58362e97b4e77f8b0e5c INFO: start | |
sidekiq-1 | 2024-12-09T00:01:08.927Z pid=6 tid=2on2 class=Scheduler::ScheduledStatusesScheduler jid=382279ce60a694010aaeb543 elapsed=0.03 INFO: done | |
sidekiq-1 | 2024-12-09T00:01:08.931Z pid=6 tid=2p9a class=Scheduler::Trends::RefreshScheduler jid=b88d58362e97b4e77f8b0e5c elapsed=0.033 INFO: done | |
sidekiq-1 | 2024-12-09T00:01:09.198Z pid=6 tid=2p8i INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-09T00:01:09.198Z pid=6 tid=2p86 INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:01:09.198Z pid=6 tid=2p7e INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:01:09.205Z pid=6 tid=2one class=Scheduler::IndexingScheduler jid=da1d7d62aa983eca6f014ecc INFO: start | |
sidekiq-1 | 2024-12-09T00:01:09.207Z pid=6 tid=2oza class=Scheduler::AccountsStatusesCleanupScheduler jid=5a265f12b53faaf00df491f4 INFO: start | |
sidekiq-1 | 2024-12-09T00:01:09.207Z pid=6 tid=2pmm class=Scheduler::SuspendedUserCleanupScheduler jid=724c31a071157b1ade8690b1 INFO: start | |
sidekiq-1 | 2024-12-09T00:01:09.216Z pid=6 tid=2one class=Scheduler::IndexingScheduler jid=da1d7d62aa983eca6f014ecc elapsed=0.011 INFO: done | |
sidekiq-1 | 2024-12-09T00:01:09.225Z pid=6 tid=2pmm class=Scheduler::SuspendedUserCleanupScheduler jid=724c31a071157b1ade8690b1 elapsed=0.018 INFO: done | |
sidekiq-1 | 2024-12-09T00:01:09.230Z pid=6 tid=2oza class=Scheduler::AccountsStatusesCleanupScheduler jid=5a265f12b53faaf00df491f4 elapsed=0.023 INFO: done | |
sidekiq-1 | 2024-12-09T00:01:20.385Z pid=6 tid=2p9a class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b INFO: start | |
sidekiq-1 | I, [2024-12-09T00:01:20.394533 #6] INFO -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) enqueued at 2024-12-09T00:00:54.250576360Z with arguments: "UserMailer", "password_change", "deliver_now", {:args=>[#<GlobalID:0x0000ffff7d7e0bd0 @uri=#<URI::GID gid://mastodon/User/1>>]} | |
sidekiq-1 | E, [2024-12-09T00:01:20.437799 #6] ERROR -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Error performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) in 49.55ms: Errno::ECONNREFUSED (Connection refused - connect(2) for "localhost" port 25): | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:672:in `block in do_start' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:186:in `block in timeout' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:193:in `timeout' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:671:in `do_start' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:642:in `start' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:109:in `start_smtp_session' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:100:in `deliver!' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:2145:in `do_delivery' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `block in deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:600:in `block in deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:208:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:598:in `deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:126:in `block (2 levels) in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:125:in `block in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/rescuable.rb:21:in `handle_exceptions' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:124:in `deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/mail_delivery_job.rb:28:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:68:in `block in _perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/i18n-1.14.6/lib/i18n.rb:353:in `with_locale' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/core_ext/time/zones.rb:65:in `use_zone' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/timezones.rb:9:in `block (2 levels) in <module:Timezones>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:67:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:32:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:51:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:13:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:40:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:39:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:11:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `block in tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:39:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/broadcast_logger.rb:241:in `method_missing' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:25:in `tag_logger' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:29:in `block in execute' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:67:in `block (4 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:88:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:66:in `block (3 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:27:in `execute' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/queue_adapters/sidekiq_adapter.rb:70:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:202:in `execute_job' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:170:in `block (2 levels) in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:177:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-unique-jobs-7.1.33/lib/sidekiq_unique_jobs/middleware.rb:36:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy/strategy.rb:60:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy.rb:151:in `strategy' | |
sidekiq-1 | /opt/mastodon/lib/mastodon/sidekiq_middleware.rb:7:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:182:in `invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:169:in `block in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:136:in `block (6 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:113:in `local' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:135:in `block (5 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:14:in `block in call' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:92:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:131:in `block (4 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:263:in `stats' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:126:in `block (3 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:125:in `block (2 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:80:in `global' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:124:in `block in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:39:in `prepare' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:123:in `dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:168:in `process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:78:in `process_one' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:68:in `run' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:8:in `watchdog' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:17:in `block in safe_thread' | |
sidekiq-1 | 2024-12-09T00:01:20.438Z pid=6 tid=2p9a class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b elapsed=0.053 INFO: fail | |
sidekiq-1 | 2024-12-09T00:01:20.438Z pid=6 tid=2p9a WARN: {"context":"Job raised exception","job":{"retry":true,"queue":"mailers","wrapped":"ActionMailer::MailDeliveryJob","args":[{"job_class":"ActionMailer::MailDeliveryJob","job_id":"a7c8ac28-83bd-42b8-a4de-554f533a01f8","provider_job_id":null,"queue_name":"mailers","priority":null,"arguments":["UserMailer","password_change","deliver_now",{"args":[{"_aj_globalid":"gid://mastodon/User/1"}],"_aj_ruby2_keywords":["args"]}],"executions":0,"exception_executions":{},"locale":"en","timezone":"UTC","enqueued_at":"2024-12-09T00:00:54.250576360Z","scheduled_at":null}],"class":"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper","jid":"8b52310d0afc7d27b0af3d4b","created_at":1733702454.2507422,"enqueued_at":1733702480.3842583,"error_message":"Connection refused - connect(2) for \"localhost\" port 25","error_class":"Errno::ECONNREFUSED","failed_at":1733702454.3886917,"retry_count":0}} | |
sidekiq-1 | 2024-12-09T00:01:20.438Z pid=6 tid=2p9a WARN: Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port 25 | |
sidekiq-1 | 2024-12-09T00:01:20.438Z pid=6 tid=2p9a WARN: /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
web-1 | I, [2024-12-09T00:01:36.028825 #17] INFO -- : [d60e53d9-1fbd-4e60-ae2c-33b16b226185] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.40 view=0.30 db=0.00 | |
streaming-1 | {"level":"info","time":1733702496028,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"20d7e751-a3c1-4531-9b45-6ccccab44300","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"20d7e751-a3c1-4531-9b45-6ccccab44300","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:01:41.166306 #17] INFO -- : [de9c63d6-3e60-4252-b05c-518100c6cc14] method=GET path=/admin/settings/about format=html controller=Admin::Settings::AboutController action=show status=200 allocations=53540 duration=81.79 view=66.06 db=3.68 | |
sidekiq-1 | 2024-12-09T00:01:44.284Z pid=6 tid=2pnq class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b INFO: start | |
sidekiq-1 | I, [2024-12-09T00:01:44.290601 #6] INFO -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) enqueued at 2024-12-09T00:00:54.250576360Z with arguments: "UserMailer", "password_change", "deliver_now", {:args=>[#<GlobalID:0x0000ffff7d395c60 @uri=#<URI::GID gid://mastodon/User/1>>]} | |
sidekiq-1 | E, [2024-12-09T00:01:44.354466 #6] ERROR -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Error performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) in 68.73ms: Errno::ECONNREFUSED (Connection refused - connect(2) for "localhost" port 25): | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:672:in `block in do_start' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:186:in `block in timeout' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:193:in `timeout' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:671:in `do_start' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:642:in `start' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:109:in `start_smtp_session' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:100:in `deliver!' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:2145:in `do_delivery' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `block in deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:600:in `block in deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:208:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:598:in `deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:126:in `block (2 levels) in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:125:in `block in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/rescuable.rb:21:in `handle_exceptions' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:124:in `deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/mail_delivery_job.rb:28:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:68:in `block in _perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/i18n-1.14.6/lib/i18n.rb:353:in `with_locale' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/core_ext/time/zones.rb:65:in `use_zone' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/timezones.rb:9:in `block (2 levels) in <module:Timezones>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:67:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:32:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:51:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:13:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:40:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:39:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:11:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `block in tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:39:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/broadcast_logger.rb:241:in `method_missing' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:25:in `tag_logger' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:29:in `block in execute' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:67:in `block (4 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:88:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:66:in `block (3 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:27:in `execute' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/queue_adapters/sidekiq_adapter.rb:70:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:202:in `execute_job' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:170:in `block (2 levels) in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:177:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-unique-jobs-7.1.33/lib/sidekiq_unique_jobs/middleware.rb:36:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy/strategy.rb:60:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy.rb:151:in `strategy' | |
sidekiq-1 | /opt/mastodon/lib/mastodon/sidekiq_middleware.rb:7:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:182:in `invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:169:in `block in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:136:in `block (6 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:113:in `local' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:135:in `block (5 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:14:in `block in call' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:92:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:131:in `block (4 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:263:in `stats' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:126:in `block (3 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:125:in `block (2 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:80:in `global' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:124:in `block in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:39:in `prepare' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:123:in `dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:168:in `process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:78:in `process_one' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:68:in `run' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:8:in `watchdog' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:17:in `block in safe_thread' | |
sidekiq-1 | 2024-12-09T00:01:44.355Z pid=6 tid=2pnq class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b elapsed=0.071 INFO: fail | |
sidekiq-1 | 2024-12-09T00:01:44.355Z pid=6 tid=2pnq WARN: {"context":"Job raised exception","job":{"retry":true,"queue":"mailers","wrapped":"ActionMailer::MailDeliveryJob","args":[{"job_class":"ActionMailer::MailDeliveryJob","job_id":"a7c8ac28-83bd-42b8-a4de-554f533a01f8","provider_job_id":null,"queue_name":"mailers","priority":null,"arguments":["UserMailer","password_change","deliver_now",{"args":[{"_aj_globalid":"gid://mastodon/User/1"}],"_aj_ruby2_keywords":["args"]}],"executions":0,"exception_executions":{},"locale":"en","timezone":"UTC","enqueued_at":"2024-12-09T00:00:54.250576360Z","scheduled_at":null}],"class":"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper","jid":"8b52310d0afc7d27b0af3d4b","created_at":1733702454.2507422,"enqueued_at":1733702504.283819,"error_message":"Connection refused - connect(2) for \"localhost\" port 25","error_class":"Errno::ECONNREFUSED","failed_at":1733702454.3886917,"retry_count":1,"retried_at":1733702480.4379702}} | |
sidekiq-1 | 2024-12-09T00:01:44.355Z pid=6 tid=2pnq WARN: Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port 25 | |
sidekiq-1 | 2024-12-09T00:01:44.355Z pid=6 tid=2pnq WARN: /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
web-1 | I, [2024-12-09T00:01:45.423238 #17] INFO -- : [5786a411-8202-4410-ab38-777319247374] method=GET path=/admin/settings/branding format=html controller=Admin::Settings::BrandingController action=show status=200 allocations=41585 duration=52.94 view=37.91 db=4.38 | |
web-1 | I, [2024-12-09T00:02:05.638692 #17] INFO -- : [2ed29487-8c08-4b02-8f07-29c81babe59f] method=GET path=/admin/settings/about format=html controller=Admin::Settings::AboutController action=show status=200 allocations=40961 duration=55.12 view=39.56 db=2.62 | |
web-1 | I, [2024-12-09T00:02:06.128264 #22] INFO -- : [5ed35d52-23c1-4311-aa07-b98b71f243fb] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.23 view=0.14 db=0.00 | |
streaming-1 | {"level":"info","time":1733702526129,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"2026aa60-1a30-44ec-8255-a7ea6a37d0e7","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"2026aa60-1a30-44ec-8255-a7ea6a37d0e7","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:02:06.259664 #17] INFO -- : [6074cbd3-b699-422c-921f-cb587240a3d9] method=GET path=/admin/settings/registrations format=html controller=Admin::Settings::RegistrationsController action=show status=200 allocations=49855 duration=37.40 view=30.36 db=2.06 | |
sidekiq-1 | 2024-12-09T00:02:09.252Z pid=6 tid=2p8i INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-09T00:02:09.253Z pid=6 tid=2p7e INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:02:09.253Z pid=6 tid=2p86 INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:02:09.266Z pid=6 tid=2on2 class=Scheduler::IndexingScheduler jid=af25e171b8ffad2947d1e693 INFO: start | |
sidekiq-1 | 2024-12-09T00:02:09.270Z pid=6 tid=2one class=Scheduler::SuspendedUserCleanupScheduler jid=8f678c5cfb1e45bae1f49de5 INFO: start | |
sidekiq-1 | 2024-12-09T00:02:09.271Z pid=6 tid=2pmm class=Scheduler::AccountsStatusesCleanupScheduler jid=e3b407561d4e6156896246a1 INFO: start | |
sidekiq-1 | 2024-12-09T00:02:09.272Z pid=6 tid=2on2 class=Scheduler::IndexingScheduler jid=af25e171b8ffad2947d1e693 elapsed=0.006 INFO: done | |
sidekiq-1 | 2024-12-09T00:02:09.283Z pid=6 tid=2one class=Scheduler::SuspendedUserCleanupScheduler jid=8f678c5cfb1e45bae1f49de5 elapsed=0.013 INFO: done | |
sidekiq-1 | 2024-12-09T00:02:09.290Z pid=6 tid=2pmm class=Scheduler::AccountsStatusesCleanupScheduler jid=e3b407561d4e6156896246a1 elapsed=0.019 INFO: done | |
streaming-1 | {"level":"info","time":1733702556229,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"7ed5d93d-ca99-434b-bb9b-f6f7433d4e4b","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"7ed5d93d-ca99-434b-bb9b-f6f7433d4e4b","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:02:36.234874 #17] INFO -- : [b4533342-4454-4749-8408-62063868e1c5] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.36 view=0.25 db=0.00 | |
sidekiq-1 | 2024-12-09T00:02:42.694Z pid=6 tid=2oza class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b INFO: start | |
sidekiq-1 | I, [2024-12-09T00:02:42.701245 #6] INFO -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) enqueued at 2024-12-09T00:00:54.250576360Z with arguments: "UserMailer", "password_change", "deliver_now", {:args=>[#<GlobalID:0x0000ffff7d0d2730 @uri=#<URI::GID gid://mastodon/User/1>>]} | |
sidekiq-1 | E, [2024-12-09T00:02:42.774142 #6] ERROR -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Error performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) in 77.61ms: Errno::ECONNREFUSED (Connection refused - connect(2) for "localhost" port 25): | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:672:in `block in do_start' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:186:in `block in timeout' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:193:in `timeout' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:671:in `do_start' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:642:in `start' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:109:in `start_smtp_session' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:100:in `deliver!' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:2145:in `do_delivery' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `block in deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:600:in `block in deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:208:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:598:in `deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:126:in `block (2 levels) in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:125:in `block in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/rescuable.rb:21:in `handle_exceptions' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:124:in `deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/mail_delivery_job.rb:28:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:68:in `block in _perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/i18n-1.14.6/lib/i18n.rb:353:in `with_locale' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/core_ext/time/zones.rb:65:in `use_zone' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/timezones.rb:9:in `block (2 levels) in <module:Timezones>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:67:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:32:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:51:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:13:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:40:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:39:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:11:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `block in tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:39:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/broadcast_logger.rb:241:in `method_missing' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:25:in `tag_logger' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:29:in `block in execute' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:67:in `block (4 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:88:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:66:in `block (3 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:27:in `execute' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/queue_adapters/sidekiq_adapter.rb:70:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:202:in `execute_job' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:170:in `block (2 levels) in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:177:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-unique-jobs-7.1.33/lib/sidekiq_unique_jobs/middleware.rb:36:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy/strategy.rb:60:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy.rb:151:in `strategy' | |
sidekiq-1 | /opt/mastodon/lib/mastodon/sidekiq_middleware.rb:7:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:182:in `invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:169:in `block in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:136:in `block (6 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:113:in `local' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:135:in `block (5 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:14:in `block in call' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:92:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:131:in `block (4 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:263:in `stats' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:126:in `block (3 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:125:in `block (2 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:80:in `global' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:124:in `block in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:39:in `prepare' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:123:in `dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:168:in `process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:78:in `process_one' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:68:in `run' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:8:in `watchdog' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:17:in `block in safe_thread' | |
sidekiq-1 | 2024-12-09T00:02:42.774Z pid=6 tid=2oza class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b elapsed=0.08 INFO: fail | |
sidekiq-1 | 2024-12-09T00:02:42.775Z pid=6 tid=2oza WARN: {"context":"Job raised exception","job":{"retry":true,"queue":"mailers","wrapped":"ActionMailer::MailDeliveryJob","args":[{"job_class":"ActionMailer::MailDeliveryJob","job_id":"a7c8ac28-83bd-42b8-a4de-554f533a01f8","provider_job_id":null,"queue_name":"mailers","priority":null,"arguments":["UserMailer","password_change","deliver_now",{"args":[{"_aj_globalid":"gid://mastodon/User/1"}],"_aj_ruby2_keywords":["args"]}],"executions":0,"exception_executions":{},"locale":"en","timezone":"UTC","enqueued_at":"2024-12-09T00:00:54.250576360Z","scheduled_at":null}],"class":"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper","jid":"8b52310d0afc7d27b0af3d4b","created_at":1733702454.2507422,"enqueued_at":1733702562.6932337,"error_message":"Connection refused - connect(2) for \"localhost\" port 25","error_class":"Errno::ECONNREFUSED","failed_at":1733702454.3886917,"retry_count":2,"retried_at":1733702504.3546033}} | |
sidekiq-1 | 2024-12-09T00:02:42.775Z pid=6 tid=2oza WARN: Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port 25 | |
sidekiq-1 | 2024-12-09T00:02:42.775Z pid=6 tid=2oza WARN: /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
streaming-1 | {"level":"info","time":1733702586316,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"43ae124b-4950-485d-8194-bc79a5b82756","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"43ae124b-4950-485d-8194-bc79a5b82756","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:03:06.328061 #17] INFO -- : [bf1952e7-3334-4a84-b928-eb79b1eee660] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.32 view=0.24 db=0.00 | |
sidekiq-1 | 2024-12-09T00:03:09.352Z pid=6 tid=2p8i INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-09T00:03:09.352Z pid=6 tid=2p7e INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:03:09.353Z pid=6 tid=2p86 INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:03:09.359Z pid=6 tid=2pp6 class=Scheduler::IndexingScheduler jid=40574f4d96ba2519d6fb4bc1 INFO: start | |
sidekiq-1 | 2024-12-09T00:03:09.359Z pid=6 tid=2pmm class=Scheduler::AccountsStatusesCleanupScheduler jid=079d99b6dc80803c2eee16cb INFO: start | |
sidekiq-1 | 2024-12-09T00:03:09.359Z pid=6 tid=2ppy class=Scheduler::SuspendedUserCleanupScheduler jid=fb30500e42224dfff6af21a5 INFO: start | |
sidekiq-1 | 2024-12-09T00:03:09.364Z pid=6 tid=2pp6 class=Scheduler::IndexingScheduler jid=40574f4d96ba2519d6fb4bc1 elapsed=0.005 INFO: done | |
sidekiq-1 | 2024-12-09T00:03:09.367Z pid=6 tid=2ppy class=Scheduler::SuspendedUserCleanupScheduler jid=fb30500e42224dfff6af21a5 elapsed=0.008 INFO: done | |
sidekiq-1 | 2024-12-09T00:03:09.373Z pid=6 tid=2pmm class=Scheduler::AccountsStatusesCleanupScheduler jid=079d99b6dc80803c2eee16cb elapsed=0.013 INFO: done | |
web-1 | I, [2024-12-09T00:03:17.556467 #22] INFO -- : [d5b1227a-b42d-4cb3-9a7b-5abc905db353] method=GET path=/admin/settings/discovery format=html controller=Admin::Settings::DiscoveryController action=show status=200 allocations=62960 duration=66.22 view=50.36 db=6.64 | |
web-1 | I, [2024-12-09T00:03:17.642976 #22] INFO -- : [cf343548-a34c-4c41-bc36-6e84846b244a] method=GET path=/manifest format=json controller=ManifestsController action=show status=200 allocations=1375 duration=6.01 view=5.80 db=0.00 | |
web-1 | I, [2024-12-09T00:03:24.250379 #22] INFO -- : [4132ada6-1cde-4f78-be11-3cf448b0067f] method=GET path=/admin/settings/content_retention format=html controller=Admin::Settings::ContentRetentionController action=show status=200 allocations=47573 duration=129.33 view=117.09 db=3.93 | |
web-1 | I, [2024-12-09T00:03:24.776133 #22] INFO -- : [5d785280-98a7-4d0f-9e9f-6ebe6bdb7e8a] method=GET path=/admin/settings/appearance format=html controller=Admin::Settings::AppearanceController action=show status=200 allocations=53885 duration=92.88 view=62.93 db=6.06 | |
web-1 | I, [2024-12-09T00:03:26.402823 #22] INFO -- : [466e2ac6-2adb-4630-829e-a77af9fc1ebe] method=PATCH path=/admin/settings/appearance format=html controller=Admin::Settings::AppearanceController action=update status=302 allocations=11539 duration=32.30 view=0.00 db=8.64 location=https://nuttx-feed.org/admin/settings/appearance | |
web-1 | I, [2024-12-09T00:03:26.452540 #22] INFO -- : [5137504b-f33d-484f-a038-ea10a6a5a318] method=GET path=/admin/settings/appearance format=html controller=Admin::Settings::AppearanceController action=show status=200 allocations=39756 duration=27.99 view=22.19 db=2.01 | |
web-1 | I, [2024-12-09T00:03:28.620385 #22] INFO -- : [ddbfa270-9c65-4c1f-96eb-2a0b4bd203a4] method=GET path=/admin/settings/branding format=html controller=Admin::Settings::BrandingController action=show status=200 allocations=58730 duration=57.82 view=40.44 db=3.85 | |
web-1 | I, [2024-12-09T00:03:36.413237 #17] INFO -- : [c2778971-85af-44c2-875d-4cf5850f1255] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.42 view=0.32 db=0.00 | |
streaming-1 | {"level":"info","time":1733702616415,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"d983e644-0f5b-456c-a948-bcaa356c75ce","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"d983e644-0f5b-456c-a948-bcaa356c75ce","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
streaming-1 | {"level":"info","time":1733702646489,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"94144382-e884-4429-aaba-3c3746ad4780","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"94144382-e884-4429-aaba-3c3746ad4780","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:04:06.491644 #22] INFO -- : [15dc2412-3c41-46cc-a986-0247cf487c2e] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.72 view=0.52 db=0.00 | |
sidekiq-1 | 2024-12-09T00:04:09.368Z pid=6 tid=2p8i INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-09T00:04:09.368Z pid=6 tid=2p7e INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:04:09.370Z pid=6 tid=2p86 INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:04:09.376Z pid=6 tid=2one class=Scheduler::IndexingScheduler jid=75aa9be671f59f57a87faac6 INFO: start | |
sidekiq-1 | 2024-12-09T00:04:09.376Z pid=6 tid=2on2 class=Scheduler::SuspendedUserCleanupScheduler jid=443d9d9e04ddbf1207f27480 INFO: start | |
sidekiq-1 | 2024-12-09T00:04:09.380Z pid=6 tid=2pmm class=Scheduler::AccountsStatusesCleanupScheduler jid=77ee1a400d97e327c72abc3e INFO: start | |
sidekiq-1 | 2024-12-09T00:04:09.384Z pid=6 tid=2one class=Scheduler::IndexingScheduler jid=75aa9be671f59f57a87faac6 elapsed=0.008 INFO: done | |
sidekiq-1 | 2024-12-09T00:04:09.390Z pid=6 tid=2on2 class=Scheduler::SuspendedUserCleanupScheduler jid=443d9d9e04ddbf1207f27480 elapsed=0.013 INFO: done | |
sidekiq-1 | 2024-12-09T00:04:09.394Z pid=6 tid=2pmm class=Scheduler::AccountsStatusesCleanupScheduler jid=77ee1a400d97e327c72abc3e elapsed=0.014 INFO: done | |
web-1 | I, [2024-12-09T00:04:36.590886 #22] INFO -- : [ce5c3b57-4eb2-4ebf-b93c-11c8f22891bc] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.28 view=0.16 db=0.00 | |
streaming-1 | {"level":"info","time":1733702676591,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"33736c15-4a9f-49fd-a048-766edb43dd5b","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"33736c15-4a9f-49fd-a048-766edb43dd5b","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":0,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:04:40.723301 #17] INFO -- : [161069a2-75f0-40d3-9d54-3864a15a9c7c] method=PATCH path=/admin/settings/branding format=html controller=Admin::Settings::BrandingController action=update status=302 allocations=9284 duration=34.75 view=0.00 db=7.13 location=https://nuttx-feed.org/admin/settings/branding | |
web-1 | I, [2024-12-09T00:04:40.804158 #17] INFO -- : [c7de9a6f-fb0b-4bd5-aa37-fa0d8983d6d7] method=GET path=/admin/settings/branding format=html controller=Admin::Settings::BrandingController action=show status=200 allocations=41735 duration=58.15 view=25.01 db=2.68 | |
sidekiq-1 | 2024-12-09T00:04:54.993Z pid=6 tid=2ppy class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b INFO: start | |
sidekiq-1 | I, [2024-12-09T00:04:54.998090 #6] INFO -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) enqueued at 2024-12-09T00:00:54.250576360Z with arguments: "UserMailer", "password_change", "deliver_now", {:args=>[#<GlobalID:0x0000ffff7d78f348 @uri=#<URI::GID gid://mastodon/User/1>>]} | |
sidekiq-1 | E, [2024-12-09T00:04:55.035464 #6] ERROR -- : [ActiveJob] [ActionMailer::MailDeliveryJob] [a7c8ac28-83bd-42b8-a4de-554f533a01f8] Error performing ActionMailer::MailDeliveryJob (Job ID: a7c8ac28-83bd-42b8-a4de-554f533a01f8) from Sidekiq(mailers) in 40.57ms: Errno::ECONNREFUSED (Connection refused - connect(2) for "localhost" port 25): | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:672:in `block in do_start' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:186:in `block in timeout' | |
sidekiq-1 | /usr/local/bundle/gems/timeout-0.4.1/lib/timeout.rb:193:in `timeout' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:671:in `do_start' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:642:in `start' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:109:in `start_smtp_session' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb:100:in `deliver!' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:2145:in `do_delivery' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `block in deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:600:in `block in deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:208:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/base.rb:598:in `deliver_mail' | |
sidekiq-1 | /usr/local/bundle/gems/mail-2.8.1/lib/mail/message.rb:253:in `deliver' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:126:in `block (2 levels) in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:101:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:125:in `block in deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/rescuable.rb:21:in `handle_exceptions' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/message_delivery.rb:124:in `deliver_now' | |
sidekiq-1 | /usr/local/bundle/gems/actionmailer-7.1.4.1/lib/action_mailer/mail_delivery_job.rb:28:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:68:in `block in _perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/i18n-1.14.6/lib/i18n.rb:353:in `with_locale' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/translation.rb:9:in `block (2 levels) in <module:Translation>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/core_ext/time/zones.rb:65:in `use_zone' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/timezones.rb:9:in `block (2 levels) in <module:Timezones>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:67:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:32:in `_perform_job' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:51:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:13:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:40:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `block in instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications/instrumenter.rb:58:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/notifications.rb:206:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:39:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activerecord-7.1.4.1/lib/active_record/railties/job_runtime.rb:11:in `instrument' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/instrumentation.rb:26:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `block in perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `block in tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:39:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/tagged_logging.rb:139:in `tagged' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/broadcast_logger.rb:241:in `method_missing' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:25:in `tag_logger' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/logging.rb:18:in `perform_now' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:29:in `block in execute' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:67:in `block (4 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:88:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/railtie.rb:66:in `block (3 levels) in <class:Railtie>' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `instance_exec' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:130:in `block in run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/callbacks.rb:141:in `run_callbacks' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/execution.rb:27:in `execute' | |
sidekiq-1 | /usr/local/bundle/gems/activejob-7.1.4.1/lib/active_job/queue_adapters/sidekiq_adapter.rb:70:in `perform' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:202:in `execute_job' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:170:in `block (2 levels) in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:177:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-unique-jobs-7.1.33/lib/sidekiq_unique_jobs/middleware.rb:36:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy/strategy.rb:60:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/chewy-7.6.0/lib/chewy.rb:151:in `strategy' | |
sidekiq-1 | /opt/mastodon/lib/mastodon/sidekiq_middleware.rb:7:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:179:in `block in invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/middleware/chain.rb:182:in `invoke' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:169:in `block in process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:136:in `block (6 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:113:in `local' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:135:in `block (5 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:14:in `block in call' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:77:in `block in wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/execution_wrapper.rb:92:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/activesupport-7.1.4.1/lib/active_support/reloader.rb:74:in `wrap' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/rails.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:131:in `block (4 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:263:in `stats' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:126:in `block (3 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:13:in `call' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:125:in `block (2 levels) in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_retry.rb:80:in `global' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:124:in `block in dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/job_logger.rb:39:in `prepare' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:123:in `dispatch' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:168:in `process' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:78:in `process_one' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/processor.rb:68:in `run' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:8:in `watchdog' | |
sidekiq-1 | /usr/local/bundle/gems/sidekiq-6.5.12/lib/sidekiq/component.rb:17:in `block in safe_thread' | |
sidekiq-1 | 2024-12-09T00:04:55.035Z pid=6 tid=2ppy class=ActionMailer::MailDeliveryJob jid=8b52310d0afc7d27b0af3d4b elapsed=0.043 INFO: fail | |
sidekiq-1 | 2024-12-09T00:04:55.036Z pid=6 tid=2ppy WARN: {"context":"Job raised exception","job":{"retry":true,"queue":"mailers","wrapped":"ActionMailer::MailDeliveryJob","args":[{"job_class":"ActionMailer::MailDeliveryJob","job_id":"a7c8ac28-83bd-42b8-a4de-554f533a01f8","provider_job_id":null,"queue_name":"mailers","priority":null,"arguments":["UserMailer","password_change","deliver_now",{"args":[{"_aj_globalid":"gid://mastodon/User/1"}],"_aj_ruby2_keywords":["args"]}],"executions":0,"exception_executions":{},"locale":"en","timezone":"UTC","enqueued_at":"2024-12-09T00:00:54.250576360Z","scheduled_at":null}],"class":"ActiveJob::QueueAdapters::SidekiqAdapter::JobWrapper","jid":"8b52310d0afc7d27b0af3d4b","created_at":1733702454.2507422,"enqueued_at":1733702694.9922712,"error_message":"Connection refused - connect(2) for \"localhost\" port 25","error_class":"Errno::ECONNREFUSED","failed_at":1733702454.3886917,"retry_count":3,"retried_at":1733702562.7745714}} | |
sidekiq-1 | 2024-12-09T00:04:55.036Z pid=6 tid=2ppy WARN: Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port 25 | |
sidekiq-1 | 2024-12-09T00:04:55.036Z pid=6 tid=2ppy WARN: /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `initialize' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `open' | |
sidekiq-1 | /usr/local/bundle/gems/net-smtp-0.5.0/lib/net/smtp.rb:663:in `tcp_socket' | |
streaming-1 | {"level":"info","time":1733702706662,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"92c4e6d5-41ea-41f9-b5ee-036f07ed5a11","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"92c4e6d5-41ea-41f9-b5ee-036f07ed5a11","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:05:06.665951 #17] INFO -- : [6dcaee47-05bd-401f-82d9-755c3fd9d918] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=99 duration=0.26 view=0.18 db=0.00 | |
sidekiq-1 | 2024-12-09T00:05:09.405Z pid=6 tid=2p8i INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-09T00:05:09.406Z pid=6 tid=2p7e INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:05:09.406Z pid=6 tid=2p86 INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:05:09.412Z pid=6 tid=2pp6 class=Scheduler::IndexingScheduler jid=915d458ad9dcc201a8117f03 INFO: start | |
sidekiq-1 | 2024-12-09T00:05:09.417Z pid=6 tid=2one class=Scheduler::AccountsStatusesCleanupScheduler jid=18ebe0bf0453fbbb58c05d23 INFO: start | |
sidekiq-1 | 2024-12-09T00:05:09.413Z pid=6 tid=2on2 class=Scheduler::SuspendedUserCleanupScheduler jid=54b0540ba8479d0464be285a INFO: start | |
sidekiq-1 | 2024-12-09T00:05:09.420Z pid=6 tid=2pp6 class=Scheduler::IndexingScheduler jid=915d458ad9dcc201a8117f03 elapsed=0.008 INFO: done | |
sidekiq-1 | 2024-12-09T00:05:09.423Z pid=6 tid=2on2 class=Scheduler::SuspendedUserCleanupScheduler jid=54b0540ba8479d0464be285a elapsed=0.01 INFO: done | |
sidekiq-1 | 2024-12-09T00:05:09.426Z pid=6 tid=2one class=Scheduler::AccountsStatusesCleanupScheduler jid=18ebe0bf0453fbbb58c05d23 elapsed=0.009 INFO: done | |
streaming-1 | {"level":"info","time":1733702736739,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"e7805fac-7f43-434a-8105-2c99f495c279","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"e7805fac-7f43-434a-8105-2c99f495c279","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:05:36.743908 #17] INFO -- : [44b51a39-f06c-4b74-8bae-435c417817a6] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.23 view=0.14 db=0.00 | |
redis-1 | 1:M 09 Dec 2024 00:06:06.040 * 100 changes in 300 seconds. Saving... | |
redis-1 | 1:M 09 Dec 2024 00:06:06.043 * Background saving started by pid 138 | |
redis-1 | 138:C 09 Dec 2024 00:06:06.052 * DB saved on disk | |
redis-1 | 138:C 09 Dec 2024 00:06:06.053 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB | |
redis-1 | 1:M 09 Dec 2024 00:06:06.148 * Background saving terminated with success | |
streaming-1 | {"level":"info","time":1733702766828,"pid":1,"hostname":"3fbe91d821ea","name":"streaming","req":{"id":"caaf745f-acd2-4ffd-8e68-3da45d587dd0","method":"GET","url":"/api/v1/streaming/health","query":{},"params":{},"headers":{"host":"localhost:4000","user-agent":"curl/7.88.1","accept":"*/*"}},"res":{"statusCode":200,"headers":{"x-powered-by":"Express","x-request-id":"caaf745f-acd2-4ffd-8e68-3da45d587dd0","access-control-allow-origin":"*","content-type":"text/plain","cache-control":"private, no-store"}},"responseTime":1,"msg":"request completed"} | |
web-1 | I, [2024-12-09T00:06:06.828878 #17] INFO -- : [dbf0655f-0dc5-4cdf-a422-fa6bbb9d38c7] method=GET path=/health format=*/* controller=HealthController action=show status=200 allocations=98 duration=0.67 view=0.52 db=0.00 | |
sidekiq-1 | 2024-12-09T00:06:08.674Z pid=6 tid=2opa uniquejobs=reaper INFO: Nothing to delete; exiting. | |
sidekiq-1 | 2024-12-09T00:06:08.675Z pid=6 tid=2opa uniquejobs=reaper INFO: Nothing to delete; exiting. | |
sidekiq-1 | 2024-12-09T00:06:08.850Z pid=6 tid=2p8i INFO: queueing Scheduler::ScheduledStatusesScheduler (scheduled_statuses_scheduler) | |
sidekiq-1 | 2024-12-09T00:06:08.852Z pid=6 tid=2p7e INFO: queueing Scheduler::Trends::RefreshScheduler (trends_refresh_scheduler) | |
sidekiq-1 | 2024-12-09T00:06:08.854Z pid=6 tid=2on2 class=Scheduler::ScheduledStatusesScheduler jid=b87321d62fa5407639c184a5 INFO: start | |
sidekiq-1 | 2024-12-09T00:06:08.855Z pid=6 tid=2pp6 class=Scheduler::Trends::RefreshScheduler jid=23ff242fddd16f8473a16066 INFO: start | |
sidekiq-1 | 2024-12-09T00:06:08.871Z pid=6 tid=2on2 class=Scheduler::ScheduledStatusesScheduler jid=b87321d62fa5407639c184a5 elapsed=0.017 INFO: done | |
sidekiq-1 | 2024-12-09T00:06:08.875Z pid=6 tid=2pp6 class=Scheduler::Trends::RefreshScheduler jid=23ff242fddd16f8473a16066 elapsed=0.021 INFO: done | |
sidekiq-1 | 2024-12-09T00:06:09.454Z pid=6 tid=2p86 INFO: queueing Scheduler::IndexingScheduler (indexing_scheduler) | |
sidekiq-1 | 2024-12-09T00:06:09.454Z pid=6 tid=2p7e INFO: queueing Scheduler::SuspendedUserCleanupScheduler (suspended_user_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:06:09.454Z pid=6 tid=2p8i INFO: queueing Scheduler::AccountsStatusesCleanupScheduler (accounts_statuses_cleanup_scheduler) | |
sidekiq-1 | 2024-12-09T00:06:09.459Z pid=6 tid=2pmm class=Scheduler::IndexingScheduler jid=7be820e212ef6bb8d825efc7 INFO: start | |
sidekiq-1 | 2024-12-09T00:06:09.461Z pid=6 tid=2pr2 class=Scheduler::SuspendedUserCleanupScheduler jid=3c41f92dd1ffd4b0554adb6a INFO: start | |
sidekiq-1 | 2024-12-09T00:06:09.462Z pid=6 tid=2pmm class=Scheduler::IndexingScheduler jid=7be820e212ef6bb8d825efc7 elapsed=0.003 INFO: done | |
sidekiq-1 | 2024-12-09T00:06:09.462Z pid=6 tid=2on2 class=Scheduler::AccountsStatusesCleanupScheduler jid=7a0f2a55403b7459fe8b4e53 INFO: start | |
sidekiq-1 | 2024-12-09T00:06:09.466Z pid=6 tid=2pr2 class=Scheduler::SuspendedUserCleanupScheduler jid=3c41f92dd1ffd4b0554adb6a elapsed=0.005 INFO: done | |
sidekiq-1 | 2024-12-09T00:06:09.472Z pid=6 tid=2on2 class=Scheduler::AccountsStatusesCleanupScheduler jid=7a0f2a55403b7459fe8b4e53 elapsed=0.009 INFO: done | |
^CGracefully stopping... (press Ctrl+C again to force) | |
[+] Stopping 5/5 | |
✔ Container mastodon-sidekiq-1 Stopped 2.0s | |
✔ Container mastodon-web-1 Stopped 0.9s | |
✔ Container mastodon-streaming-1 Stopped 0.7s | |
✔ Container mastodon-redis-1 Stopped 0.4s | |
✔ Container mastodon-db-1 Stopped 0.3s | |
canceled | |
➜ mastodon git:(v4.3.2) ✗ $ sudo docker compose down | |
Password: | |
[+] Running 7/7 | |
✔ Container mastodon-streaming-1 Removed 0.0s | |
✔ Container mastodon-web-1 Removed 0.0s | |
✔ Container mastodon-sidekiq-1 Removed 0.0s | |
✔ Container mastodon-db-1 Removed 0.0s | |
✔ Container mastodon-redis-1 Removed 0.0s | |
✔ Network mastodon_external_network Removed 0.8s | |
✔ Network mastodon_internal_network Removed 0.3s | |
➜ mastodon git:(v4.3.2) ✗ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment