Untitled

mail@pastecode.io avatarunknown
powershell
2 months ago
39 kB
1
Indexable
Never
➜  main-app git:(master) ✗ bin/server -f Procfile.dev
16:16:25 web.1      | started with pid 20500
16:16:25 client.1   | started with pid 20501
16:16:25 worker.1   | started with pid 20502
16:16:25 ws.1       | started with pid 20503
16:16:25 anycable.1 | started with pid 20504
16:16:25 ws.1       | D 2023-08-07T14:16:25.591Z context=main 🔧 🔧 🔧 Debug mode is on 🔧 🔧 🔧
16:16:25 ws.1       | I 2023-08-07T14:16:25.591Z context=main Starting AnyCable 1.4.2 (pid: 20503, open file limit: 122880, gomaxprocs: 10)
16:16:25 ws.1       | I 2023-08-07T14:16:25.591Z context=main Anonymized telemetry is on. Learn more: https://docs.anycable.io/anycable-go/telemetry
16:16:25 ws.1       | I 2023-08-07T14:16:25.591Z context=main Using no-op (legacy) broker
16:16:25 ws.1       | D 2023-08-07T14:16:25.591Z context=disconnector Calls rate: 10ms         
16:16:25 ws.1       | I 2023-08-07T14:16:25.592Z context=rpc RPC controller initialized: localhost:50051 (concurrency: 28, impl: grpc, enable_tls: false, proto_versions: v1)
16:16:25 ws.1       | I 2023-08-07T14:16:25.592Z context=broadcast provider=redis Subscribed to Redis channel: __anycable__
16:16:25 ws.1       | 
16:16:25 ws.1       | I 2023-08-07T14:16:25.592Z context=main Handle WebSocket connections at https://lvh.me:3334/cable
16:16:25 ws.1       | I 2023-08-07T14:16:25.592Z context=main Handle health requests at https://lvh.me:3334/health
16:16:25 ws.1       | D 2023-08-07T14:16:25.592Z context=main Go pools initialized (remote commands: 256)
16:16:25 ws.1       | D 2023-08-07T14:16:25.592Z context=http Starting WebSocket server at https://lvh.me:3334
16:16:25 ws.1       | D 2023-08-07T14:16:25.592Z context=metrics No metrics writers. Disable metrics rotation
16:16:25 web.1      | [20500] Puma starting in cluster mode...
16:16:25 web.1      | [20500] * Puma version: 6.2.1 (ruby 3.2.2-p53) ("Speaking of Now")
16:16:25 web.1      | [20500] *  Min threads: 5
16:16:25 web.1      | [20500] *  Max threads: 5
16:16:25 web.1      | [20500] *  Environment: development
16:16:25 web.1      | [20500] *   Master PID: 20500
16:16:25 web.1      | [20500] *      Workers: 2
16:16:25 web.1      | [20500] *     Restarts: (✔) hot (✖) phased
16:16:25 web.1      | [20500] * Preloading application
16:16:26 client.1   | warning package.json: No license field
16:16:26 client.1   | ℹ Compiling Webpack: Own build
16:16:30 web.1      | /Users/andrii/dev/main-app/config/initializers/constants.rb:38: warning: already initialized constant Twilio::DIAL_IN_VOICE
16:16:30 anycable.1 | /Users/andrii/dev/main-app/config/initializers/constants.rb:38: warning: already initialized constant Twilio::DIAL_IN_VOICE
16:16:30 web.1      | /Users/andrii/dev/main-app/config/initializers/constants.rb:38: warning: previous definition of DIAL_IN_VOICE was here
16:16:30 anycable.1 | /Users/andrii/dev/main-app/config/initializers/constants.rb:38: warning: previous definition of DIAL_IN_VOICE was here
16:16:30 worker.1   | /Users/andrii/dev/main-app/config/initializers/constants.rb:38: warning: already initialized constant Twilio::DIAL_IN_VOICE
16:16:30 worker.1   | /Users/andrii/dev/main-app/config/initializers/constants.rb:38: warning: previous definition of DIAL_IN_VOICE was here
16:16:31 worker.1   | 2023-08-07T14:16:31.085Z pid=20502 tid=fhq INFO: Booting Sidekiq 6.5.8 with Sidekiq::RedisConnection::RedisAdapter options {:url=>"redis://127.0.0.1:6379/"}
16:16:31 worker.1   | 2023-08-07T14:16:31.908Z pid=20502 tid=fhq WARN: DEPRECATION WARNING: Initialization autoloaded the constants ApplicationHelper, AttachmentHelper, FlashHelper, NavigationHelper, SessionsHelper, TemplateMailerHelper, UserHelper, DeviseHelper, FontAwesome::Rails::IconHelper, Authentication, Authorization, BulletHelper, ErrorsRescuer, OrganizationLoader, GroupLoader, GroupSetter, AnalyticsTools, TimezoneNotificationHandler, SetCurrentRequestDetails, ActiveStorageHostSetter, CurrentUserActivity, ProfileHelper, SsoUtils, ApplicationController, InheritedResources::Base, EnabledDomainsQuery, and ActiveadminSettingsCached::DSL.
16:16:31 worker.1   | 
16:16:31 worker.1   | Being able to do this is deprecated. Autoloading during initialization is going
16:16:31 worker.1   | to be an error condition in future versions of Rails.
16:16:31 worker.1   | 
16:16:31 worker.1   | Reloading does not reboot the application, and therefore code executed during
16:16:31 worker.1   | initialization does not run again. So, if you reload ApplicationHelper, for example,
16:16:31 worker.1   | the expected changes won't be reflected in that stale Module object.
16:16:31 worker.1   | 
16:16:31 worker.1   | These autoloaded constants have been unloaded.
16:16:31 worker.1   | 
16:16:31 worker.1   | In order to autoload safely at boot time, please wrap your code in a reloader
16:16:31 worker.1   | callback this way:
16:16:31 worker.1   | 
16:16:31 worker.1   |     Rails.application.reloader.to_prepare do
16:16:31 worker.1   |       # Autoload classes and modules needed at boot time here.
16:16:31 worker.1   |     end
16:16:31 worker.1   | 
16:16:31 worker.1   | That block runs when the application boots, and every time there is a reload.
16:16:31 worker.1   | For historical reasons, it may run twice, so it has to be idempotent.
16:16:31 worker.1   | 
16:16:31 worker.1   | Check the "Autoloading and Reloading Constants" guide to learn more about how
16:16:31 worker.1   | Rails autoloads and reloads.
16:16:31 worker.1   |  (called from <top (required)> at /Users/andrii/dev/main-app/config/environment.rb:5)
16:16:31 client.1   | ✔ Webpack: Own build: Compiled successfully in 5.49s
16:16:32 client.1   | Hash: 56f0ddf795e0084367e7
16:16:32 client.1   | Version: webpack 4.43.0
16:16:32 client.1   | Time: 5488ms
16:16:32 client.1   | Built at: 08/07/2023 4:16:31 PM
16:16:32 client.1   |                                                                                                                                                                  Asset        Size       Chunks                   Chunk Names
16:16:32 client.1   |                                                                                                                                                               ding.wav    79.8 KiB               [emitted]        
16:16:32 client.1   |                                                                                                                                                        end_segment.wav     190 KiB               [emitted]        
16:16:32 client.1   |                                                                                                                                                      js/application.js    8.55 MiB  application  [emitted]        application
16:16:32 client.1   |                                                                                                                                                  js/application.js.map    6.42 MiB  application  [emitted] [dev]  application
16:16:32 client.1   |                                                                                                                                                           last_min.wav     241 KiB               [emitted]        
16:16:32 client.1   |                                                                                                                                                          manifest.json    14.9 KiB               [emitted]        
16:16:32 client.1   |                                                                                                       media/assets/icons/Calendar-57f00d91a90680877d8f8547ae432507.svg    1.21 KiB               [emitted]        
16:16:32 client.1   |                                                                                                      media/assets/icons/attendees-019ea3a8fc3f64c88a1590fcbfef33b4.svg    2.92 KiB               [emitted]        
16:16:32 client.1   |                                                                                                    media/assets/icons/attendees_1-8bbf405886413e6712f655341b98cea2.svg    1.72 KiB               [emitted]        
16:16:32 client.1   |                                                                                                     media/assets/icons/audioMuted-bf0aefd6214f963f508cf4eab196783f.svg    1.27 KiB               [emitted]        
16:16:32 client.1   |                                                                                                    media/assets/icons/bullet-list-babf43c8d5da089e673e22b8bb08c0c2.png   141 bytes               [emitted]        
16:16:32 client.1   |                                                                                                 media/assets/icons/cameraDisabled-394c302986a6b71199cbf2e88f1ef5ae.svg   895 bytes               [emitted]        
16:16:32 client.1   |                                                                                                         media/assets/icons/circle-83681267ef3ddb9af29f11b96d627856.png   664 bytes               [emitted]        
16:16:32 client.1   |                                                                                                        media/assets/icons/clock_2-4711e4e9c956bb9bb2d928009e3483f5.png    1.08 KiB               [emitted]        
16:16:32 client.1   |                                                                                                       media/assets/icons/location-d64c443449b3524979446f214d3641d6.svg    1.77 KiB               [emitted]        
16:16:32 client.1   |                                                                                                 media/assets/icons/location_pin_2-42bdde252dccf3792c63ea3e47da74ea.png    1.23 KiB               [emitted]        
16:16:32 client.1   |                                                                                                      media/assets/icons/stopwatch-360187fa8fb713b5321f7a879933818c.png   363 bytes               [emitted]        
16:16:32 client.1   |                                                                                                           media/assets/icons/text-0bcaca65ab7a0a6cc47c5269001c665e.png   199 bytes               [emitted]        
16:16:32 client.1   |                                                                                                         media/assets/nucleus-logo-846947665e998d43dc02f30406219114.svg    3.99 KiB               [emitted]        
16:16:32 client.1   |                                                                                                  media/assets/nucleus-logo-circle-b9c560656ee57c51a8006b3b46ab94cd.svg     1.5 KiB               [emitted]        
16:16:32 client.1   |                                                                                                  media/assets/nucleus-logo-circle-db178000f28c841833c2421d4ced67ed.png    1.57 KiB               [emitted]        
16:16:32 client.1   |                                                     media/components/common/chat-m/app/03-layouts/default-layout/icons/group-icon-9b6ec36217ee86413866754c1a426d9e.svg    1.08 KiB               [emitted]        
16:16:32 client.1   |                                               media/components/common/chat-m/app/05-elements/common/icons/attachment_thumb_loader-be25b834037c28c39473f42fcc321fd0.svg    7.33 KiB               [emitted]        
16:16:32 client.1   |                                                                   media/components/common/loader-nucleus/nucleus-logo-moving-part-b9685ac198e861268d2d1c29803e7e09.svg    1.06 KiB               [emitted]        
16:16:32 client.1   |                                                                   media/components/common/loader-nucleus/nucleus-logo-static-part-f1c212f6d7027505b01cc708e1196a7f.svg   594 bytes               [emitted]        
16:16:32 client.1   |                                                                             media/components/common/sharing_modal/list-item/arrow-bad977a7124f96714acb076614d6cc04.svg   149 bytes               [emitted]        
16:16:32 client.1   |                                                                                  media/components/common/sso_button/images/google-222a22f33a13a9c4cc2f40d1a22dff45.svg    30.4 KiB               [emitted]        
16:16:32 client.1   |                                                                               media/components/common/sso_button/images/wordpress-6b071d8502ae506bdcaafc34db72b5d4.png   690 bytes               [emitted]        
16:16:32 client.1   |                                                           media/components/organizations/income_period/images/arrow-infinty-score-b2aae3cd62db2171b54cd2cc94bba51a.svg   369 bytes               [emitted]        
16:16:32 client.1   |                                                                   media/components/organizations/income_period/images/copy-button-ebc76a78f582514b7de5eb5085729b97.svg    1.01 KiB               [emitted]        
16:16:32 client.1   |                                                   media/components/organizations/income_period/images/vertical-line-infinty-score-3aececa7b3d882cf1bcd221d1ec35da3.svg   175 bytes               [emitted]        
16:16:32 client.1   |                                                          media/components/organizations/settings/components/billing/images/stripe-5b017ac3e045887625c8dfb0bf8a7d55.svg    64.6 KiB               [emitted]        
16:16:32 client.1   |                                                               media/components/organizations/settings/components/brand/icons/copy-0a4e6b4a39333595603c0eec9c8c37d9.svg   308 bytes               [emitted]        
16:16:32 client.1   |                                                          media/components/organizations/settings/components/brand/icons/duplicate-b74e013ee1b69c26315a9bb35cd40781.svg   234 bytes               [emitted]        
16:16:32 client.1   |                                                               media/components/organizations/settings/components/brand/icons/info-d3abf5d73811decf790578985acc6f06.svg  1010 bytes               [emitted]        
16:16:32 client.1   |                                                              media/components/organizations/settings/components/brand/icons/trash-6701677ac6238745958ba3ee9f26312b.svg   663 bytes               [emitted]        
16:16:32 client.1   |                              media/components/organizations/settings/components/integrations/integration/logos/infinity_investing-6a8b0a4307512ed87ad0b933faffb2de.png    4.57 KiB               [emitted]        
16:16:32 client.1   |                                       media/components/organizations/settings/components/integrations/integration/logos/wordpress-fd480a9840f95129423ef27ccdcfba32.svg    39.9 KiB               [emitted]        
16:16:32 client.1   |                                                                      media/components/payments/components/amount_calculator/cross-2838126c304c8e32060cf47ea9935478.png   205 bytes               [emitted]        
16:16:32 client.1   |                                                                     media/components/payments/components/amount_calculator/equals-d674cd351d350d9417015b8114967ca9.png   195 bytes               [emitted]        
16:16:32 client.1   |                                                                               media/components/payments/components/user_card/amex-0d505a3dff215c52f74129a55446be4f.png    6.26 KiB               [emitted]        
16:16:32 client.1   |                                                                               media/components/payments/components/user_card/chip-6ffc42e0a1e621839c2be82f8611bbf7.png    20.9 KiB               [emitted]        
16:16:32 client.1   |                                                                             media/components/payments/components/user_card/diners-9f2e5d561eb51e5485afccd56813f9de.png    2.75 KiB               [emitted]        
16:16:32 client.1   |                                                                           media/components/payments/components/user_card/discover-3bd0f0fde0b785b98c538fda2d09a22b.png    3.43 KiB               [emitted]        
16:16:32 client.1   |                                                                                media/components/payments/components/user_card/jcb-d0940cc5b9ed751dbe7893000c787b0d.png    2.75 KiB               [emitted]        
16:16:32 client.1   |                                                                         media/components/payments/components/user_card/mastercard-fc1893503bd34bd8a1ae9d1e7b77a0bf.png    4.06 KiB               [emitted]        
16:16:32 client.1   |                                                                            media/components/payments/components/user_card/unknown-18b1cf6009eb3733c569fc6918f268cc.png    1.73 KiB               [emitted]        
16:16:32 client.1   |                                                                               media/components/payments/components/user_card/visa-f3dcd1db77c92d74e0bad9eb45c50cbc.png    3.11 KiB               [emitted]        
16:16:32 client.1   |                                                                        media/components/session/configure/base_config/images/list-7bedd68549431982dec6bc95892825c9.svg   685 bytes               [emitted]        
16:16:32 client.1   |                                                              media/components/session/configure/meeting_location/images/in_person-684f1d84b01dce93a2918944f5b65292.svg    1.79 KiB               [emitted]        
16:16:32 client.1   |                                                       media/components/session/configure/meeting_location/images/meeting_location-957729ae194e38deff687dcd72732a82.svg    1.07 KiB               [emitted]        
16:16:32 client.1   |                                                   media/components/session/configure/meeting_location/images/meeting_virtual_type-c207d6e3e6696ce76e4deb7e68363889.svg    1.36 KiB               [emitted]        
16:16:32 client.1   |                                                                  media/components/session/configure/meeting_location/images/phone-9d1e420f11e6707da946d541142d4b0d.svg    5.04 KiB               [emitted]        
16:16:32 client.1   |                                                               media/components/session/configure/meeting_type/images/meeting_date-cba0d74a955c2be2b3f8c2c8eaab3b0d.svg    1.64 KiB               [emitted]        
16:16:32 client.1   |                                                         media/components/session/configure/meeting_type/images/meeting_start_time-a05725c42065dae55a3d98992d133922.svg    1.26 KiB               [emitted]        
16:16:32 client.1   |                                                               media/components/session/configure/meeting_type/images/meeting_time-8a6bbffba2cc61e101922afb4b28450c.svg    1.24 KiB               [emitted]        
16:16:32 client.1   |                                                               media/components/session/configure/meeting_type/images/meeting_type-42aa4f57165f81ab283d85d4088ce61d.svg    1.67 KiB               [emitted]        
16:16:32 client.1   |                                                                          media/components/session/configure/segments/images/close-a16d9053d1bfaf13d0942c494251a14a.png   528 bytes               [emitted]        
16:16:32 client.1   |                                    media/components/session/live/components/conference/broadcast/controls_panel/icons/chat-active-9745ebed722bcc25b65279e8c27bd901.svg    2.84 KiB               [emitted]        
16:16:32 client.1   |                                   media/components/session/live/components/conference/broadcast/controls_panel/icons/chat-default-78929c6e6019d66c4f1dc8e485199571.svg     1.6 KiB               [emitted]        
16:16:32 client.1   |                                   media/components/session/live/components/conference/broadcast/controls_panel/icons/exit-default-e170fe6b6ea99a68782658e5ad8a9029.svg    2.35 KiB               [emitted]        
16:16:32 client.1   |                                     media/components/session/live/components/conference/broadcast/controls_panel/icons/mic-active-7c8f1ff7596790654b349c68cc257f87.svg    2.75 KiB               [emitted]        
16:16:32 client.1   |                                    media/components/session/live/components/conference/broadcast/controls_panel/icons/mic-default-52961e5aa79e0fa83f12ef9afd84bf1b.svg    2.94 KiB               [emitted]        
16:16:32 client.1   |                              media/components/session/live/components/conference/broadcast/controls_panel/icons/raise-hand-active-bc8aaaacb0a28fff5ba9f370ddcf652e.svg    2.66 KiB               [emitted]        
16:16:32 client.1   |                             media/components/session/live/components/conference/broadcast/controls_panel/icons/raise-hand-default-2f43641ffc5e70f59486a751caa3580f.svg    2.65 KiB               [emitted]        
16:16:32 client.1   |                            media/components/session/live/components/conference/broadcast/controls_panel/icons/screen-share-active-7ffd7cde345d517b02bc4c1da89dc822.svg    3.36 KiB               [emitted]        
16:16:32 client.1   |                           media/components/session/live/components/conference/broadcast/controls_panel/icons/screen-share-default-9fa38a750ceb4807f08558d0d1337e1e.svg     1.9 KiB               [emitted]        
16:16:32 client.1   |                                media/components/session/live/components/conference/broadcast/controls_panel/icons/settings-active-8042bd879bdcbec92bd720e29731013c.svg    5.49 KiB               [emitted]        
16:16:32 client.1   |                               media/components/session/live/components/conference/broadcast/controls_panel/icons/settings-default-21f7328cc3fc8f1dfb40edb5909ff6a4.svg    5.47 KiB               [emitted]        
16:16:32 client.1   |                                   media/components/session/live/components/conference/broadcast/controls_panel/icons/video-active-46658f01af5f416ddb85f7555d543291.svg    2.68 KiB               [emitted]        
16:16:32 client.1   |                                  media/components/session/live/components/conference/broadcast/controls_panel/icons/video-default-9e294ffe3da6bc966ed7bd1a2ff36192.svg     2.2 KiB               [emitted]        
16:16:32 client.1   |                                   media/components/session/live/components/conference/broadcast/left-menu/images/recordingOngoing-75150fc6b94858caedb5161170fe3d7c.svg   218 bytes               [emitted]        
16:16:32 client.1   |  media/components/session/live/components/conference/broadcast/right_top_buttons_panel/fullscreen_button/icons/full-screen-active-5b7d49d5bb9932b9ff8c4de01a38bd3d.svg    5.66 KiB               [emitted]        
16:16:32 client.1   | media/components/session/live/components/conference/broadcast/right_top_buttons_panel/fullscreen_button/icons/full-screen-default-c6742196cc6e6b2803570502ffc4cda4.svg    7.03 KiB               [emitted]        
16:16:32 client.1   |                  media/components/session/live/components/conference/broadcast/slidebar/attendees/guests/no-guests-view/no-guests-721f2ed402c23fc092e28b4af5a9e51b.svg   755 bytes               [emitted]        
16:16:32 client.1   |                                             media/components/session/live/components/conference/broadcast/slidebar/images/grabber-b74874b4f9c4d07abe3ad4490dc5675a.svg   455 bytes               [emitted]        
16:16:32 client.1   |                        media/components/session/live/components/conference/broadcast/video/room/view/camera-view/icons/close-icon-eabd7885025f157ad1ba2084e59c6c82.svg   298 bytes               [emitted]        
16:16:32 client.1   |                                                            media/components/session/live/components/conference/header/images/link-b5670011f60216273574edddf2f0d45b.svg   797 bytes               [emitted]        
16:16:32 client.1   |                                                            media/components/session/live/components/conference/header/images/logo-cc391c8efa5ee58f25636dfe981208e9.svg    3.99 KiB               [emitted]        
16:16:32 client.1   |                                                           media/components/session/live/components/conference/header/images/phone-09af5bb1228ab88d30b379e57da0bb0a.svg    1.14 KiB               [emitted]        
16:16:32 client.1   |                                                     media/components/session/live/components/conference/header/images/phoneActive-09af5bb1228ab88d30b379e57da0bb0a.svg    1.14 KiB               [emitted]        
16:16:32 client.1   |                                          media/components/session/pre_check/components/guest-form/access-denied-view/denied-entry-2410171d8bb52d3430353a707d73c525.svg   848 bytes               [emitted]        
16:16:32 client.1   |                                                                                                               media/dist/1e7b63404cd2fb8e6525b2fd4ee4d286-b0275d38.png    6.83 MiB               [emitted]        
16:16:32 client.1   | Entrypoint application = js/application.js js/application.js.map
16:16:32 client.1   | [./app/javascript/components sync recursive ^\.\/.*$] ./app/javascript/components sync ^\.\/.*$ 154 KiB {application} [built]
16:16:32 client.1   | [./app/javascript/components/common/flash/listener.js] 2.06 KiB {application} [built]
16:16:32 client.1   | [./app/javascript/components/session/not_started/index.js] 938 bytes {application} [built]
16:16:32 client.1   | [./app/javascript/packs/application.js] 10.3 KiB {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array-buffer.constructor.js] 563 bytes {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array-buffer.is-view.js] 404 bytes {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array-buffer.slice.js] 1.47 KiB {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array.concat.js] 2.34 KiB {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array.copy-within.js] 442 bytes {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array.every.js] 702 bytes {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array.fill.js] 399 bytes {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array.filter.js] 805 bytes {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array.find-index.js] 944 bytes {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array.find.js] 874 bytes {application} [built]
16:16:32 client.1   | [./node_modules/core-js/modules/es.array.flat-map.js] 803 bytes {application} [built]
16:16:32 client.1   |     + 1830 hidden modules
16:16:32 worker.1   | 2023-08-07T14:16:32.986Z pid=20502 tid=fhq WARN: Creating scope :system. Overwriting existing method EmailTemplate.system.
16:16:33 worker.1   | 2023-08-07T14:16:33.069Z pid=20502 tid=fhq INFO: Booted Rails 6.1.7.4 application in development environment
16:16:33 worker.1   | 2023-08-07T14:16:33.069Z pid=20502 tid=fhq INFO: Running in ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
16:16:33 worker.1   | 2023-08-07T14:16:33.069Z pid=20502 tid=fhq INFO: See LICENSE and the LGPL-3.0 for licensing details.
16:16:33 worker.1   | 2023-08-07T14:16:33.069Z pid=20502 tid=fhq INFO: Upgrade to Sidekiq Pro for more features and support: https://sidekiq.org
16:16:33 anycable.1 | Starting AnyCable RPC server (pid: 20504)
16:16:33 anycable.1 | AnyCable version: 1.3.0 (proto_version: v1)
16:16:33 anycable.1 | Serving Rails application from ./config/environment.rb
16:16:33 anycable.1 | gRPC version: 1.56.0
16:16:33 web.1      | [20500] * Listening on ssl://127.0.0.1:9292?cert=config%2Fssl%2Flvh.me.crt&key=config%2Fssl%2Flvh.me.key&verify_mode=none
16:16:33 web.1      | [20500] Use Ctrl-C to stop
16:16:33 anycable.1 | handling /anycable.RPC/Connect with #<Method: AnyCable::GRPC::Handler#connect(request, call) /Users/andrii/dev/main-app/.bundle/ruby/3.2.0/gems/anycable-core-1.3.0/lib/anycable/grpc/handler.rb:12>
16:16:33 anycable.1 | handling /anycable.RPC/Command with #<Method: AnyCable::GRPC::Handler#command(request, call) /Users/andrii/dev/main-app/.bundle/ruby/3.2.0/gems/anycable-core-1.3.0/lib/anycable/grpc/handler.rb:20>
16:16:33 anycable.1 | handling /anycable.RPC/Disconnect with #<Method: AnyCable::GRPC::Handler#disconnect(request, call) /Users/andrii/dev/main-app/.bundle/ruby/3.2.0/gems/anycable-core-1.3.0/lib/anycable/grpc/handler.rb:16>
16:16:33 anycable.1 | handling /grpc.health.v1.Health/Check with #<Method: Grpc::Health::Checker#check(req, _call) /Users/andrii/dev/main-app/.bundle/ruby/3.2.0/gems/grpc-1.56.0/src/ruby/pb/grpc/health/checker.rb:34>
16:16:33 anycable.1 | handling /grpc.health.v1.Health/Watch with #<Method: Grpc::Health::Checker(Grpc::Health::V1::Health::Service)#watch(*) /Users/andrii/dev/main-app/.bundle/ruby/3.2.0/gems/grpc-1.56.0/src/ruby/lib/grpc/generic/service.rb:99>
16:16:33 anycable.1 | Broadcasting Redis channel: __anycable__
16:16:33 anycable.1 | RPC server is starting...
16:16:33 worker.1   | 2023-08-07T14:16:33.076Z pid=20502 tid=fhq INFO: Loading Schedule
16:16:33 worker.1   | 2023-08-07T14:16:33.076Z pid=20502 tid=fhq INFO: Scheduling priority_due_date {"cron"=>"1 0 * * *", "class"=>"Scheduled::PriorityDueDateWorker", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.077Z pid=20502 tid=fhq INFO: Scheduling milestone_due_date {"cron"=>"5 0 * * *", "class"=>"Scheduled::MilestoneDueDateWorker", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.078Z pid=20502 tid=fhq INFO: Scheduling start_third_party_meeting {"every"=>"1m", "class"=>"Scheduled::StartThirdPartySessionWorker", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.078Z pid=20502 tid=fhq INFO: Scheduling finish_third_party_meeting {"every"=>"1m", "class"=>"Scheduled::FinishThirdPartySessionWorker", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.078Z pid=20502 tid=fhq INFO: Scheduling check_custom_domain_status {"every"=>"24h", "class"=>"Scheduled::CheckCustomDomainStatusWorker", "queue"=>"default"}
16:16:33 anycable.1 | RPC server is listening on localhost:50051 (workers_num: 30)
16:16:33 worker.1   | 2023-08-07T14:16:33.079Z pid=20502 tid=fhq INFO: Scheduling check_unreaded_posts_15m {"every"=>"15m", "class"=>"Scheduled::HandleUpdatedChatChannelsWorker", "args"=>"first_time", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.079Z pid=20502 tid=fhq INFO: Scheduling check_unreaded_posts_24h {"every"=>"24h", "class"=>"Scheduled::HandleUpdatedChatChannelsWorker", "args"=>"last_time", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.080Z pid=20502 tid=fhq INFO: Scheduling priority_past_due_date {"cron"=>"2 0 * * *", "class"=>"Scheduled::PriorityPastDueDateWorker", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.080Z pid=20502 tid=fhq INFO: Scheduling milestone_past_due_date {"cron"=>"6 0 * * *", "class"=>"Scheduled::MilestonePastDueDateWorker", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.081Z pid=20502 tid=fhq INFO: Scheduling activity_summary {"cron"=>"30 23 * * *", "class"=>"Scheduled::ActivitySummaryWorker", "queue"=>"default"}
16:16:33 worker.1   | 2023-08-07T14:16:33.082Z pid=20502 tid=fhq INFO: Schedules Loaded
16:16:33 worker.1   | 2023-08-07T14:16:33.083Z pid=20502 tid=fhq uniquejobs=upgrade_locks INFO: Already upgraded to 7.1.29
16:16:33 worker.1   | 2023-08-07T14:16:33.083Z pid=20502 tid=fhq uniquejobs=reaper INFO: Starting Reaper
16:16:33 web.1      | [20500] - Worker 0 (PID: 20627) booted in 0.0s, phase: 0
16:16:33 worker.1   | 2023-08-07T14:16:33.086Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:16:33 web.1      | [20500] - Worker 1 (PID: 20628) booted in 0.0s, phase: 0
16:16:33 worker.1   | 2023-08-07T14:16:33.100Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:16:35 ws.1       | D 2023-08-07T14:16:35.938Z context=grpc connected to [::1]:50051 
16:16:43 worker.1   | 2023-08-07T14:16:43.103Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:16:43 worker.1   | 2023-08-07T14:16:43.103Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:16:47 worker.1   | 2023-08-07T14:16:47.747Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=eabf7da9f86636bfbaea3647 INFO: start
16:16:47 worker.1   | 2023-08-07T14:16:47.751Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=7722a39a5c74054e05c1e539 INFO: start
16:16:48 web.1      | 2023-08-07 16:16:48 +0200 SSL error, peer: 127.0.0.1, peer cert: : #<Puma::MiniSSL::SSLError: HTTP connection?>
16:16:48 worker.1   | 2023-08-07T14:16:48.037Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=eabf7da9f86636bfbaea3647 elapsed=0.29 INFO: done
16:16:48 worker.1   | 2023-08-07T14:16:48.038Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=706c4886308bd6c8b6d272e1 INFO: start
16:16:48 worker.1   | 2023-08-07T14:16:48.041Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=7722a39a5c74054e05c1e539 elapsed=0.29 INFO: done
16:16:48 worker.1   | 2023-08-07T14:16:48.041Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=2c86332c27b1a4174c5446c7 INFO: start
16:16:48 worker.1   | 2023-08-07T14:16:48.133Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=2c86332c27b1a4174c5446c7 elapsed=0.092 INFO: done
16:16:48 worker.1   | 2023-08-07T14:16:48.133Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=706c4886308bd6c8b6d272e1 elapsed=0.096 INFO: done
16:16:53 worker.1   | 2023-08-07T14:16:53.124Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:16:53 worker.1   | 2023-08-07T14:16:53.124Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:16:56 worker.1   | 2023-08-07T14:16:56.694Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=021df58ca03978a8f14b8e10 INFO: start
16:16:56 worker.1   | 2023-08-07T14:16:56.695Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=422a151bbf858dc546ffa3be INFO: start
16:16:56 worker.1   | 2023-08-07T14:16:56.805Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=021df58ca03978a8f14b8e10 elapsed=0.11 INFO: done
16:16:56 worker.1   | 2023-08-07T14:16:56.805Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=422a151bbf858dc546ffa3be elapsed=0.11 INFO: done
16:16:56 worker.1   | 2023-08-07T14:16:56.805Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=4e30be81bd8061c8bb5140c1 INFO: start
16:16:56 worker.1   | 2023-08-07T14:16:56.805Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=b442956726339c5e047d04b7 INFO: start
16:16:56 worker.1   | 2023-08-07T14:16:56.894Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=4e30be81bd8061c8bb5140c1 elapsed=0.089 INFO: done
16:16:56 worker.1   | 2023-08-07T14:16:56.894Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=b442956726339c5e047d04b7 elapsed=0.089 INFO: done
16:17:03 worker.1   | 2023-08-07T14:17:03.130Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:17:03 worker.1   | 2023-08-07T14:17:03.131Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:17:07 worker.1   | 2023-08-07T14:17:07.112Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=7c3efaaa3822577565d0d8e7 INFO: start
16:17:07 worker.1   | 2023-08-07T14:17:07.112Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=0b9f71fcfb85b6fad4b68a72 INFO: start
16:17:07 worker.1   | 2023-08-07T14:17:07.213Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=7c3efaaa3822577565d0d8e7 elapsed=0.101 INFO: done
16:17:07 worker.1   | 2023-08-07T14:17:07.214Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=da36df9e73852f8cd741ad62 INFO: start
16:17:07 worker.1   | 2023-08-07T14:17:07.214Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=0b9f71fcfb85b6fad4b68a72 elapsed=0.101 INFO: done
16:17:07 worker.1   | 2023-08-07T14:17:07.214Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=5f61724b3fb3119e9aaed37e INFO: start
16:17:07 worker.1   | 2023-08-07T14:17:07.304Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=da36df9e73852f8cd741ad62 elapsed=0.09 INFO: done
16:17:07 worker.1   | 2023-08-07T14:17:07.304Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=5f61724b3fb3119e9aaed37e elapsed=0.09 INFO: done
16:17:13 worker.1   | 2023-08-07T14:17:13.148Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:17:13 worker.1   | 2023-08-07T14:17:13.148Z pid=20502 tid=1diu uniquejobs=reaper INFO: Nothing to delete; exiting.
16:17:15 ws.1       | D 2023-08-07T14:17:15.960Z context=grpc disconnected from [::1]:50051
16:17:15 ws.1       | D 2023-08-07T14:17:15.963Z context=grpc connected to [::1]:50051 
16:17:16 worker.1   | 2023-08-07T14:17:16.154Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=607ba1251b2065a9e3d41a83 INFO: start
16:17:16 worker.1   | 2023-08-07T14:17:16.155Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=d51ba7a50fd59a0c37d13536 INFO: start
16:17:16 worker.1   | 2023-08-07T14:17:16.276Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=d51ba7a50fd59a0c37d13536 elapsed=0.121 INFO: done
16:17:16 worker.1   | 2023-08-07T14:17:16.276Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=607ba1251b2065a9e3d41a83 elapsed=0.122 INFO: done
16:17:16 worker.1   | 2023-08-07T14:17:16.276Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=957fdaa402e166202dca30de INFO: start
16:17:16 worker.1   | 2023-08-07T14:17:16.277Z pid=20502 tid=1dna class=MattermostApi::CreateChannelWorker jid=53acec91d93f6b12fbcb2385 INFO: start
16:17:16 worker.1   | 2023-08-07T14:17:16.366Z pid=20502 tid=1djy class=MattermostApi::CreateChannelWorker jid=957fdaa402e166202dca30de elapsed=0.09 INFO: done