Skip to content

Instantly share code, notes, and snippets.

@SebouChu

SebouChu/v4.log Secret

Created March 24, 2025 15:38
Show Gist options
  • Save SebouChu/e80c80bb78f1930bfd633b3c345ceb50 to your computer and use it in GitHub Desktop.
Save SebouChu/e80c80bb78f1930bfd633b3c345ceb50 to your computer and use it in GitHub Desktop.
V4 - Synchronisation Site Osuny (avec logs Octokit)
This file has been truncated, but you can view the full file.
arnaudlevy@MacBook-Pro-Arnaud admin % bin/dev
11:36:34 web.1 | started with pid 57767
11:36:34 worker.1 | started with pid 57768
11:36:34 js.1 | started with pid 57769
11:36:34 js.1 | yarn run v1.22.22
11:36:34 js.1 | $ node esbuild.config.mjs --watch
11:36:35 js.1 | [watch] build finished, watching for changes...
11:36:38 web.1 | => Booting Puma
11:36:38 web.1 | => Rails 8.0.2 application starting in development
11:36:38 web.1 | => Run `bin/rails server --help` for more startup options
11:36:39 worker.1 | [GoodJob] [57768] GoodJob 4.9.3 started scheduler with queues=* max_threads=1.
11:36:39 worker.1 | [GoodJob] Notifier subscribed with LISTEN
11:36:39 web.1 | Puma starting in single mode...
11:36:39 web.1 | * Puma version: 6.6.0 ("Return to Forever")
11:36:39 web.1 | * Ruby version: ruby 3.4.2 (2025-02-15 revision d2930f8e7a) +PRISM [x86_64-darwin24]
11:36:39 web.1 | * Min threads: 3
11:36:39 web.1 | * Max threads: 3
11:36:39 web.1 | * Environment: development
11:36:39 web.1 | * PID: 57767
11:36:39 web.1 | * Listening on http://127.0.0.1:3000
11:36:39 web.1 | * Listening on http://[::1]:3000
11:36:39 web.1 | Use Ctrl-C to stop
11:36:41 web.1 | Started GET "/admin/fr/communication/websites/new" for 127.0.0.1 at 2025-03-24 11:36:41 +0100
11:36:41 web.1 | ActiveRecord::SchemaMigration Load (3.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC /*application='Osuny'*/
11:36:41 web.1 | Processing by Admin::Communication::WebsitesController#new as HTML
11:36:41 web.1 | Parameters: {"lang" => "fr"}
11:36:41 web.1 | User Load (2.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = '63998e73-8fa6-4dbe-807d-4e2ea06e80f8' ORDER BY "users"."id" ASC LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:41 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:41 web.1 | ↳ app/services/locale_service.rb:5:in 'LocaleService.locale'
11:36:41 web.1 | Communication::Extranet Load (1.4ms) SELECT "communication_extranets".* FROM "communication_extranets" WHERE "communication_extranets"."host" = 'demo.osuny' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:41 web.1 | ↳ app/models/communication/extranet.rb:87:in 'Communication::Extranet.with_host'
11:36:42 web.1 | University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."identifier" = 'demo' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:42 web.1 | ↳ app/models/university/with_identifier.rb:17:in 'University.with_host'
11:36:42 web.1 | CACHE Communication::Extranet Load (0.7ms) SELECT "communication_extranets".* FROM "communication_extranets" WHERE "communication_extranets"."host" = 'demo.osuny' LIMIT 1
11:36:42 web.1 | ↳ app/models/communication/extranet.rb:87:in 'Communication::Extranet.with_host'
11:36:42 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "languages"."iso_code" = 'fr' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:42 web.1 | ↳ app/models/university/with_languages.rb:17:in 'University::WithLanguages#best_language_for'
11:36:42 web.1 | Rendering layout admin/layouts/application.html.erb
11:36:42 web.1 | Rendering admin/communication/websites/new.html.erb within admin/layouts/application
11:36:42 web.1 | Rendered admin/application/components/_panel.html.erb (Duration: 4.8ms | GC: 0.0ms)
11:36:42 web.1 | Rendered admin/communication/websites/form/_features.html.erb (Duration: 6.1ms | GC: 0.0ms)
11:36:42 web.1 | Rendered admin/communication/websites/new.html.erb within admin/layouts/application (Duration: 14.8ms | GC: 0.0ms)
11:36:43 web.1 | Rendered admin/application/components/_search.html.erb (Duration: 0.9ms | GC: 0.0ms)
11:36:43 web.1 | Language Count (1.9ms) SELECT COUNT(*) FROM (SELECT 1 AS one FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 2) subquery_for_count /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/views/admin/application/components/_nav.html.erb:18
11:36:43 web.1 | University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/communication/website.rb:129:in 'Communication::Website.organized_for'
11:36:43 web.1 | User::Favorite Pluck (1.7ms) SELECT "user_favorites"."about_id" FROM "user_favorites" WHERE "user_favorites"."user_id" = '63998e73-8fa6-4dbe-807d-4e2ea06e80f8' AND "user_favorites"."about_type" = 'Communication::Website' /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/communication/website.rb:132:in 'Communication::Website.organized_for'
11:36:43 web.1 | Communication::Website Load (11.3ms) SELECT communication_websites.*, COALESCE(
11:36:43 web.1 | MAX(CASE WHEN localizations.language_id = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' THEN TRIM(LOWER(UNACCENT(localizations.name))) END),
11:36:43 web.1 | MAX(TRIM(LOWER(UNACCENT(localizations.name)))) FILTER (WHERE localizations.rank = 1)
11:36:43 web.1 | ) AS localization_name
11:36:43 web.1 | FROM "communication_websites" LEFT JOIN (
11:36:43 web.1 | SELECT
11:36:43 web.1 | localizations.*,
11:36:43 web.1 | ROW_NUMBER() OVER(PARTITION BY localizations.about_id ORDER BY localizations.created_at ASC) as rank
11:36:43 web.1 | FROM
11:36:43 web.1 | communication_website_localizations as localizations
11:36:43 web.1 | ) localizations ON communication_websites.id = localizations.about_id WHERE "communication_websites"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_websites"."id" IN ('8d3ad0cc-b65f-4c63-b319-034a3f06786d', '424a5d36-b59c-41f8-b5ac-684b381e5926', 'de90ffee-a022-47d1-8a3a-3f1649aea7cc') GROUP BY "communication_websites"."id" ORDER BY localization_name ASC /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/communication/website.rb:137:in 'Enumerable#collect'
11:36:43 web.1 | Communication::Website Load (9.7ms) SELECT communication_websites.*, COALESCE(
11:36:43 web.1 | MAX(CASE WHEN localizations.language_id = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' THEN TRIM(LOWER(UNACCENT(localizations.name))) END),
11:36:43 web.1 | MAX(TRIM(LOWER(UNACCENT(localizations.name)))) FILTER (WHERE localizations.rank = 1)
11:36:43 web.1 | ) AS localization_name
11:36:43 web.1 | FROM "communication_websites" LEFT JOIN (
11:36:43 web.1 | SELECT
11:36:43 web.1 | localizations.*,
11:36:43 web.1 | ROW_NUMBER() OVER(PARTITION BY localizations.about_id ORDER BY localizations.created_at ASC) as rank
11:36:43 web.1 | FROM
11:36:43 web.1 | communication_website_localizations as localizations
11:36:43 web.1 | ) localizations ON communication_websites.id = localizations.about_id WHERE "communication_websites"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_websites"."id" NOT IN ('8d3ad0cc-b65f-4c63-b319-034a3f06786d', '424a5d36-b59c-41f8-b5ac-684b381e5926', 'de90ffee-a022-47d1-8a3a-3f1649aea7cc') GROUP BY "communication_websites"."id" ORDER BY localization_name ASC LIMIT 3 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/communication/website.rb:146:in 'Enumerable#collect'
11:36:43 web.1 | Communication::Website::Localization Load (8.6ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '8d3ad0cc-b65f-4c63-b319-034a3f06786d' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:43 web.1 | Communication::Website::Localization Load (4.4ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '424a5d36-b59c-41f8-b5ac-684b381e5926' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:43 web.1 | Communication::Website::Localization Load (3.4ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = 'de90ffee-a022-47d1-8a3a-3f1649aea7cc' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:43 web.1 | Communication::Website::Localization Load (4.1ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = 'dfc95f7d-2655-4bc2-bc27-7bc3f9113478' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:43 web.1 | Communication::Website::Localization Load (3.9ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '27ccefe4-753c-49b3-ae4d-31675fc53ce5' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:43 web.1 | Communication::Website::Localization Load (7.3ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = 'e34ef748-08ca-4cb9-a151-474e17a4a815' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:43 web.1 | CACHE Language Count (5.5ms) SELECT COUNT(*) FROM (SELECT 1 AS one FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 2) subquery_for_count
11:36:43 web.1 | ↳ app/views/admin/application/components/_nav.html.erb:68
11:36:43 web.1 | Language Load (5.2ms) SELECT "languages".* FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' ORDER BY "languages"."name" ASC /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/views/admin/application/components/_nav.html.erb:71
11:36:43 web.1 | ActiveStorage::Attachment Load (1.7ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '63998e73-8fa6-4dbe-807d-4e2ea06e80f8' AND "active_storage_attachments"."record_type" = 'User' AND "active_storage_attachments"."name" = 'picture' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/views/admin/application/components/_nav.html.erb:88
11:36:43 web.1 | Rendered admin/application/components/_nav.html.erb (Duration: 363.9ms | GC: 98.6ms)
11:36:43 web.1 | Rendered admin/application/components/_realm.html.erb (Duration: 0.3ms | GC: 0.0ms)
11:36:43 web.1 | Rendered admin/application/components/_subnav.html.erb (Duration: 3.1ms | GC: 1.1ms)
11:36:43 web.1 | Rendered admin/application/components/_hero.html.erb (Duration: 1.9ms | GC: 0.0ms)
11:36:43 web.1 | Rendered application/_notice.html.erb (Duration: 0.5ms | GC: 0.0ms)
11:36:43 web.1 | Rendered admin/application/components/_user_unconfirmed.html.erb (Duration: 0.5ms | GC: 0.0ms)
11:36:43 web.1 | Rendered admin/application/components/_server_admin_only.html.erb (Duration: 0.8ms | GC: 0.0ms)
11:36:43 web.1 | Rendered admin/application/components/_commands.html.erb (Duration: 0.4ms | GC: 0.0ms)
11:36:43 web.1 | GoodJob::Job Count (3.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."finished_at" IS NULL /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/controllers/application_controller.rb:15:in 'ApplicationController#background_tasks_count'
11:36:43 web.1 | Rendered admin/application/components/_footer.html.erb (Duration: 17.8ms | GC: 1.2ms)
11:36:43 web.1 | Rendered application/_bugsnag.html.erb (Duration: 0.8ms | GC: 0.0ms)
11:36:43 web.1 | Language Load (1.2ms) SELECT "languages".* FROM "languages" WHERE "languages"."iso_code" = 'fr' LIMIT 1 /*action='new',application='Osuny',controller='websites'*/
11:36:43 web.1 | ↳ app/controllers/application_controller/with_locale.rb:12:in 'ApplicationController::WithLocale#current_interface_language'
11:36:43 web.1 | Rendered application/_summernote_localization.html.erb (Duration: 2.7ms | GC: 0.0ms)
11:36:43 web.1 | Rendered layout admin/layouts/application.html.erb (Duration: 1576.4ms | GC: 309.4ms)
11:36:43 web.1 | Completed 200 OK in 1815ms (Views: 1546.2ms | ActiveRecord: 77.1ms (22 queries, 2 cached) | GC: 309.4ms)
11:36:43 web.1 |
11:36:43 web.1 |
11:36:56 web.1 | Started POST "/admin/fr/communication/websites" for 127.0.0.1 at 2025-03-24 11:36:56 +0100
11:36:56 web.1 | Processing by Admin::Communication::WebsitesController#create as HTML
11:36:56 web.1 | Parameters: {"authenticity_token" => "[FILTERED]", "communication_website" => {"localizations_attributes" => {"0" => {"language_id" => "9b93e55f-fefc-4383-9dc3-7fdef99fe9d1", "name" => "Test github 7"}}, "feature_posts" => "0", "feature_agenda" => "0", "feature_portfolio" => "0"}, "commit" => "Enregistrer", "lang" => "fr"}
11:36:56 web.1 | User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = '63998e73-8fa6-4dbe-807d-4e2ea06e80f8' ORDER BY "users"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | Language Load (0.9ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/services/locale_service.rb:5:in 'LocaleService.locale'
11:36:56 web.1 | Communication::Extranet Load (0.9ms) SELECT "communication_extranets".* FROM "communication_extranets" WHERE "communication_extranets"."host" = 'demo.osuny' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/models/communication/extranet.rb:87:in 'Communication::Extranet.with_host'
11:36:56 web.1 | University Load (0.9ms) SELECT "universities".* FROM "universities" WHERE "universities"."identifier" = 'demo' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/models/university/with_identifier.rb:17:in 'University.with_host'
11:36:56 web.1 | CACHE Communication::Extranet Load (0.6ms) SELECT "communication_extranets".* FROM "communication_extranets" WHERE "communication_extranets"."host" = 'demo.osuny' LIMIT 1
11:36:56 web.1 | ↳ app/models/communication/extranet.rb:87:in 'Communication::Extranet.with_host'
11:36:56 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "languages"."iso_code" = 'fr' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/models/university/with_languages.rb:17:in 'University::WithLanguages#best_language_for'
11:36:56 web.1 | CACHE Language Load (1.0ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:56 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:56 web.1 | TRANSACTION (1.0ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:56 web.1 | Communication::Website::Localization Exists? (3.2ms) SELECT 1 AS one FROM "communication_website_localizations" WHERE "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:56 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:56 web.1 | CACHE Communication::Website::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_localizations" WHERE "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_localizations"."about_id" IS NULL LIMIT 1
11:36:56 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:56 web.1 | CACHE Language Load (0.9ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:56 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:56 web.1 | Communication::Website Create (2.6ms) INSERT INTO "communication_websites" ("university_id", "url", "created_at", "updated_at", "access_token", "repository", "about_type", "about_id", "git_provider", "git_endpoint", "style", "style_updated_at", "plausible_url", "git_branch", "in_production", "default_language_id", "theme_version", "deployment_status_badge", "autoupdate_theme", "feature_posts", "feature_agenda", "deuxfleurs_hosting", "deuxfleurs_identifier", "default_time_zone", "feature_portfolio", "in_showcase", "locked_at", "git_files_analysed_at", "highlighted_in_showcase", "locked_by_job_id", "deuxfleurs_access_key_id", "deuxfleurs_secret_access_key") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '', '2025-03-24 10:36:56.778026', '2025-03-24 10:36:56.778026', NULL, '', NULL, NULL, 0, '', NULL, NULL, '', '', FALSE, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'NA', NULL, TRUE, FALSE, FALSE, TRUE, NULL, 'Europe/Paris', FALSE, TRUE, NULL, NULL, FALSE, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:56 web.1 | Communication::Website::Localization Create (2.1ms) INSERT INTO "communication_website_localizations" ("about_id", "language_id", "university_id", "name", "social_email", "social_mastodon", "social_peertube", "social_x", "social_github", "social_linkedin", "social_youtube", "social_vimeo", "social_instagram", "social_facebook", "social_tiktok", "created_at", "updated_at", "published", "published_at") VALUES ('20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', 'Test github 7', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2025-03-24 10:36:56.783325', '2025-03-24 10:36:56.783325', TRUE, '2025-03-24 10:36:56.753667') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:56 web.1 | [ActiveJob] TRANSACTION (1.3ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:56 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.6ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-841c51be0fcda29c25a18e06e4683a37"]]
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:56 web.1 | [ActiveJob] GoodJob::Job Count (1.8ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-841c51be0fcda29c25a18e06e4683a37' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:56 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-841c51be0fcda29c25a18e06e4683a37' AND "good_jobs"."created_at" > '2025-03-24 10:35:56.811519' /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:56 web.1 | [ActiveJob] TRANSACTION (1.4ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:56 web.1 | [ActiveJob] GoodJob::Job Create (1.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('02f5fc3c-4477-49d0-b498-88cdd95849cc', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"02f5fc3c-4477-49d0-b498-88cdd95849cc","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Localization/65c7f71c-c1cb-4257-9aed-410a26182a2b"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:56.819284000Z","scheduled_at":null}', '2025-03-24 10:36:56.819306', NULL, NULL, NULL, '2025-03-24 10:36:56.819306', '2025-03-24 10:36:56.836875', '02f5fc3c-4477-49d0-b498-88cdd95849cc', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-841c51be0fcda29c25a18e06e4683a37', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:56 web.1 | [ActiveJob] SQL (1.1ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:56.819+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:56 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 02f5fc3c-4477-49d0-b498-88cdd95849cc) to GoodJob(mice) with arguments: #<GlobalID:0x0000000124088138 @uri=#<URI::GID gid://osuny/Communication::Website::Localization/65c7f71c-c1cb-4257-9aed-410a26182a2b>>
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:56 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:56 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.2ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-841c51be0fcda29c25a18e06e4683a37"]]
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:56 web.1 | [ActiveJob] GoodJob::Job Count (1.9ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-841c51be0fcda29c25a18e06e4683a37' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:56 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-841c51be0fcda29c25a18e06e4683a37' AND "good_jobs"."created_at" > '2025-03-24 10:35:56.851568' /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:56 web.1 | [ActiveJob] TRANSACTION (1.4ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:56 web.1 | [ActiveJob] GoodJob::Job Create (3.2ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('d6ff8407-c1a3-440d-a8ee-0dd94a409cb1', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"d6ff8407-c1a3-440d-a8ee-0dd94a409cb1","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Localization/65c7f71c-c1cb-4257-9aed-410a26182a2b"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:56.860571000Z","scheduled_at":null}', '2025-03-24 10:36:56.860580', NULL, NULL, NULL, '2025-03-24 10:36:56.860580', '2025-03-24 10:36:56.860910', 'd6ff8407-c1a3-440d-a8ee-0dd94a409cb1', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-841c51be0fcda29c25a18e06e4683a37', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:56 web.1 | [ActiveJob] SQL (3.7ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:56.860+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:56 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: d6ff8407-c1a3-440d-a8ee-0dd94a409cb1) to GoodJob(mice) with arguments: #<GlobalID:0x0000000126148e68 @uri=#<URI::GID gid://osuny/Communication::Website::Localization/65c7f71c-c1cb-4257-9aed-410a26182a2b>>
11:36:56 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | Search Load (2.3ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website' AND "search_index"."about_object_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."about_localization_type" = 'Communication::Website::Localization' AND "search_index"."about_localization_id" = '65c7f71c-c1cb-4257-9aed-410a26182a2b' AND "search_index"."website_id" IS NULL AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | University Load (1.5ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Website Load (1.5ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Website::Localization Load (2.7ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."id" = '65c7f71c-c1cb-4257-9aed-410a26182a2b' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Search Create (1.4ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Localization', '65c7f71c-c1cb-4257-9aed-410a26182a2b', NULL, NULL, '2025-03-24 10:36:57.088258', '2025-03-24 10:36:57.088258') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Block Load (2.1ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '65c7f71c-c1cb-4257-9aed-410a26182a2b' AND "communication_blocks"."about_type" = 'Communication::Website::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:57 web.1 | Search Update (1.5ms) UPDATE "search_index" SET "title" = 'Test github 7', "text" = 'Test github 7 ', "updated_at" = '2025-03-24 10:36:57.100122' WHERE "search_index"."id" = '9628f269-c4d1-4855-ab17-97e7ad26f9c6' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.2ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-817b8d18078bf5eb217a5a5ceec91cbe"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-817b8d18078bf5eb217a5a5ceec91cbe' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-817b8d18078bf5eb217a5a5ceec91cbe' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.111560' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] TRANSACTION (0.9ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (1.3ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('d14eeb29-79bf-4386-abee-8588fc46c166', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"d14eeb29-79bf-4386-abee-8588fc46c166","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website/20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.116300000Z","scheduled_at":null}', '2025-03-24 10:36:57.116309', NULL, NULL, NULL, '2025-03-24 10:36:57.116309', '2025-03-24 10:36:57.116619', 'd14eeb29-79bf-4386-abee-8588fc46c166', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-817b8d18078bf5eb217a5a5ceec91cbe', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] SQL (2.1ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.116+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: d14eeb29-79bf-4386-abee-8588fc46c166) to GoodJob(mice) with arguments: #<GlobalID:0x00000001255a1218 @uri=#<URI::GID gid://osuny/Communication::Website/20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d>>
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/communication/website/with_deuxfleurs.rb:19:in 'Communication::Website::WithDeuxfleurs#deuxfleurs_setup'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.2ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::Deuxfleurs::SetupJob-mice-0a296746f758dffe136afc4d0c29d339"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/communication/website/with_deuxfleurs.rb:19:in 'Communication::Website::WithDeuxfleurs#deuxfleurs_setup'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.9ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::Deuxfleurs::SetupJob-mice-0a296746f758dffe136afc4d0c29d339' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/communication/website/with_deuxfleurs.rb:19:in 'Communication::Website::WithDeuxfleurs#deuxfleurs_setup'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::Deuxfleurs::SetupJob-mice-0a296746f758dffe136afc4d0c29d339' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.133992' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/communication/website/with_deuxfleurs.rb:19:in 'Communication::Website::WithDeuxfleurs#deuxfleurs_setup'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/communication/website/with_deuxfleurs.rb:19:in 'Communication::Website::WithDeuxfleurs#deuxfleurs_setup'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (1.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('de61f187-bb5f-4a63-974f-5971cdfc1285', 'mice', 0, '{"job_class":"Communication::Website::Deuxfleurs::SetupJob","job_id":"de61f187-bb5f-4a63-974f-5971cdfc1285","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d"],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.139645000Z","scheduled_at":null}', '2025-03-24 10:36:57.139658', NULL, NULL, NULL, '2025-03-24 10:36:57.139658', '2025-03-24 10:36:57.139992', 'de61f187-bb5f-4a63-974f-5971cdfc1285', 'Communication::Website::Deuxfleurs::SetupJob-mice-0a296746f758dffe136afc4d0c29d339', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::Deuxfleurs::SetupJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/communication/website/with_deuxfleurs.rb:19:in 'Communication::Website::WithDeuxfleurs#deuxfleurs_setup'
11:36:57 web.1 | [ActiveJob] SQL (1.0ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.139+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/communication/website/with_deuxfleurs.rb:19:in 'Communication::Website::WithDeuxfleurs#deuxfleurs_setup'
11:36:57 web.1 | [ActiveJob] Enqueued Communication::Website::Deuxfleurs::SetupJob (Job ID: de61f187-bb5f-4a63-974f-5971cdfc1285) to GoodJob(mice) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d"
11:36:57 web.1 | [ActiveJob] ↳ app/models/communication/website/with_deuxfleurs.rb:19:in 'Communication::Website::WithDeuxfleurs#deuxfleurs_setup'
11:36:57 web.1 | Communication::Website::Page Load (1.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | Communication::Website Load (1.6ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:57 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:57 web.1 | CACHE Language Load (1.2ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page::Localization Exists? (1.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | University Load (1.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.0ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page Load (1.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" IS NULL ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:57 web.1 | Communication::Website::Page::Home Create (1.7ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, 1, '2025-03-24 10:36:57.235530', '2025-03-24 10:36:57.235530', NULL, TRUE, 'Communication::Website::Page::Home', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page::Localization Create (2.1ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:57.214107', '', NULL, NULL, 'Accueil', 'b67338be-cedc-495e-95df-8f64e0787ff7', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:57.242151', '2025-03-24 10:36:57.242151') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.7ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.4ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-1c14248b955e453433ec9deeb9a4015f"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (2.1ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-1c14248b955e453433ec9deeb9a4015f' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-1c14248b955e453433ec9deeb9a4015f' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.256197' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.4ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (1.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('ca1ef933-7040-41a1-b8c1-fcda81b93c72', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"ca1ef933-7040-41a1-b8c1-fcda81b93c72","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/98cc2cfe-f5f4-4929-b62b-4849bfb34fc1"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.262047000Z","scheduled_at":null}', '2025-03-24 10:36:57.262056', NULL, NULL, NULL, '2025-03-24 10:36:57.262056', '2025-03-24 10:36:57.262391', 'ca1ef933-7040-41a1-b8c1-fcda81b93c72', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-1c14248b955e453433ec9deeb9a4015f', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] SQL (1.5ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.262+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: ca1ef933-7040-41a1-b8c1-fcda81b93c72) to GoodJob(mice) with arguments: #<GlobalID:0x0000000125cc43b0 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/98cc2cfe-f5f4-4929-b62b-4849bfb34fc1>>
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.5ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.8ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-1c14248b955e453433ec9deeb9a4015f"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.9ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-1c14248b955e453433ec9deeb9a4015f' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (11.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-1c14248b955e453433ec9deeb9a4015f' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.277318' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.5ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (2.9ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('4a396344-7aff-4654-afe9-bb6fa0e5b6f0', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"4a396344-7aff-4654-afe9-bb6fa0e5b6f0","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/98cc2cfe-f5f4-4929-b62b-4849bfb34fc1"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.293326000Z","scheduled_at":null}', '2025-03-24 10:36:57.293336', NULL, NULL, NULL, '2025-03-24 10:36:57.293336', '2025-03-24 10:36:57.293728', '4a396344-7aff-4654-afe9-bb6fa0e5b6f0', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-1c14248b955e453433ec9deeb9a4015f', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] SQL (1.6ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.293+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: 4a396344-7aff-4654-afe9-bb6fa0e5b6f0) to GoodJob(mice) with arguments: #<GlobalID:0x0000000122d84550 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/98cc2cfe-f5f4-4929-b62b-4849bfb34fc1>>
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] TRANSACTION (2.3ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (5.7ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-b2a588bee3d818a295b651123403d2ff"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.8ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-b2a588bee3d818a295b651123403d2ff' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (2.6ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-b2a588bee3d818a295b651123403d2ff' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.314262' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (1.7ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('5d7effd1-33fe-4737-9fda-5ca3a4dd6e5d', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"5d7effd1-33fe-4737-9fda-5ca3a4dd6e5d","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Home/b67338be-cedc-495e-95df-8f64e0787ff7"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.321365000Z","scheduled_at":null}', '2025-03-24 10:36:57.321373', NULL, NULL, NULL, '2025-03-24 10:36:57.321373', '2025-03-24 10:36:57.321701', '5d7effd1-33fe-4737-9fda-5ca3a4dd6e5d', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-b2a588bee3d818a295b651123403d2ff', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] SQL (1.0ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.321+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 5d7effd1-33fe-4737-9fda-5ca3a4dd6e5d) to GoodJob(mice) with arguments: #<GlobalID:0x0000000124806130 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Home/b67338be-cedc-495e-95df-8f64e0787ff7>>
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | Language Pluck (1.3ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:57 web.1 | Communication::Website::Page::Localization Load (1.9ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:57 web.1 | Communication::Website::Page::Category Load (2.3ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:57 web.1 | University Load (3.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Connection Load (2.0ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "communication_website_connections"."direct_source_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | CACHE University Load (1.5ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Page::Localization Load (1.7ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Page Load (1.7ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Connection Create (2.4ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1', '2025-03-24 10:36:57.397303', '2025-03-24 10:36:57.397303', 'Communication::Website::Page', 'b67338be-cedc-495e-95df-8f64e0787ff7') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Connection Update (2.0ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:57.402169' WHERE "communication_website_connections"."id" = '5309f078-a51c-489c-8662-ff64d208913f' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | ActiveStorage::Attachment Load (1.4ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:57 web.1 | ActiveStorage::Attachment Load (1.5ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:57 web.1 | University Load (1.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:57 web.1 | Communication::Block Load (1.3ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:57 web.1 | Communication::Website Load (1.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:57 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:57 web.1 | Communication::Block Exists? (1.3ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:57 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:57 web.1 | Search Load (1.2ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | CACHE University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Website::Page::Localization Load (1.4ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Search Create (1.6ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', 'b67338be-cedc-495e-95df-8f64e0787ff7', 'Communication::Website::Page::Localization', '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:57.471650', '2025-03-24 10:36:57.471650') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Block Load (1.2ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:57 web.1 | Search Update (1.3ms) UPDATE "search_index" SET "title" = 'Accueil', "text" = 'Accueil ', "updated_at" = '2025-03-24 10:36:57.477156' WHERE "search_index"."id" = '13032ce9-ae36-4343-94fe-81ec11b6b990' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Website::Menu Load (1.6ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = 'primary' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.1ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.1ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-93d0c1c94919dce4cf89a7f8fd3d87d2"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-93d0c1c94919dce4cf89a7f8fd3d87d2' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-93d0c1c94919dce4cf89a7f8fd3d87d2' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.501636' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.5ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (1.4ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('10b5ae1f-96f7-426a-8d39-075bdb88648a', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"10b5ae1f-96f7-426a-8d39-075bdb88648a","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::Home/b67338be-cedc-495e-95df-8f64e0787ff7"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.507636000Z","scheduled_at":null}', '2025-03-24 10:36:57.507645', NULL, NULL, NULL, '2025-03-24 10:36:57.507645', '2025-03-24 10:36:57.508053', '10b5ae1f-96f7-426a-8d39-075bdb88648a', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-93d0c1c94919dce4cf89a7f8fd3d87d2', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] SQL (1.0ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:57.507+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: 10b5ae1f-96f7-426a-8d39-075bdb88648a) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x00000001254cda08 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Home/b67338be-cedc-495e-95df-8f64e0787ff7>>}
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | Language Load (1.2ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:57 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:57 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationPost' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | Communication::Website Load (1.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:120:in 'Communication::Website::Page::WithSpecialPage#default_parent'
11:36:57 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | Language Load (1.2ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:57 web.1 | Communication::Website::Page::Localization Exists? (1.4ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" IS NULL AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'actualites' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:57 web.1 | CACHE Language Load (1.2ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page::Localization Exists? (1.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page::Localization Exists? (1.7ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'actualites' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:57 web.1 | University Load (1.7ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE Communication::Website Load (1.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.2ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'actualites' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:57 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.2ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.1ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'actualites' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:57 web.1 | CACHE University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page Load (1.6ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:57 web.1 | Communication::Website::Page::CommunicationPost Create (1.7ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'b67338be-cedc-495e-95df-8f64e0787ff7', 1, '2025-03-24 10:36:57.563466', '2025-03-24 10:36:57.563466', NULL, TRUE, 'Communication::Website::Page::CommunicationPost', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page::Localization Create (1.7ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:57.536134', 'actualites', NULL, NULL, 'Actualités', 'bd2c29d8-e311-4909-ac2a-e30bcc097b45', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:57.569927', '2025-03-24 10:36:57.569927') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.6ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.4ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-53004fd6c1ab4515673ba2bd88e6abec"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (2.0ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-53004fd6c1ab4515673ba2bd88e6abec' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.8ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-53004fd6c1ab4515673ba2bd88e6abec' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.593907' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.7ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (2.0ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('e2a07db3-6b61-4dc1-80c1-c5d1f8dacafe', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"e2a07db3-6b61-4dc1-80c1-c5d1f8dacafe","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/7ad0d420-e4ac-4083-bf52-a96f782466a9"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.601865000Z","scheduled_at":null}', '2025-03-24 10:36:57.601875', NULL, NULL, NULL, '2025-03-24 10:36:57.601875', '2025-03-24 10:36:57.602260', 'e2a07db3-6b61-4dc1-80c1-c5d1f8dacafe', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-53004fd6c1ab4515673ba2bd88e6abec', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] SQL (2.4ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.601+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: e2a07db3-6b61-4dc1-80c1-c5d1f8dacafe) to GoodJob(mice) with arguments: #<GlobalID:0x0000000122d875e8 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/7ad0d420-e4ac-4083-bf52-a96f782466a9>>
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] TRANSACTION (3.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (6.2ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-53004fd6c1ab4515673ba2bd88e6abec"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.9ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-53004fd6c1ab4515673ba2bd88e6abec' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-53004fd6c1ab4515673ba2bd88e6abec' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.622484' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (1.7ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('7a4c51e6-afa0-40dd-bd35-10901ca7c00e', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"7a4c51e6-afa0-40dd-bd35-10901ca7c00e","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/7ad0d420-e4ac-4083-bf52-a96f782466a9"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.629082000Z","scheduled_at":null}', '2025-03-24 10:36:57.629090', NULL, NULL, NULL, '2025-03-24 10:36:57.629090', '2025-03-24 10:36:57.629411', '7a4c51e6-afa0-40dd-bd35-10901ca7c00e', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-53004fd6c1ab4515673ba2bd88e6abec', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] SQL (1.2ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.629+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: 7a4c51e6-afa0-40dd-bd35-10901ca7c00e) to GoodJob(mice) with arguments: #<GlobalID:0x000000012498bc30 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/7ad0d420-e4ac-4083-bf52-a96f782466a9>>
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.9ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.0ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-3cfd78bfb6f3d523baf74da458999def"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-3cfd78bfb6f3d523baf74da458999def' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (2.2ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-3cfd78bfb6f3d523baf74da458999def' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.643691' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (1.8ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('10a2e65e-655b-4eaf-bf01-cc6dd485de1b', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"10a2e65e-655b-4eaf-bf01-cc6dd485de1b","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::CommunicationPost/bd2c29d8-e311-4909-ac2a-e30bcc097b45"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.649455000Z","scheduled_at":null}', '2025-03-24 10:36:57.649464', NULL, NULL, NULL, '2025-03-24 10:36:57.649464', '2025-03-24 10:36:57.649841', '10a2e65e-655b-4eaf-bf01-cc6dd485de1b', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-3cfd78bfb6f3d523baf74da458999def', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] SQL (1.0ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.649+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 10a2e65e-655b-4eaf-bf01-cc6dd485de1b) to GoodJob(mice) with arguments: #<GlobalID:0x00000001257ecf68 @uri=#<URI::GID gid://osuny/Communication::Website::Page::CommunicationPost/bd2c29d8-e311-4909-ac2a-e30bcc097b45>>
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | Language Pluck (1.1ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:57 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:57 web.1 | Communication::Website::Page::Category Load (2.0ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:57 web.1 | Communication::Website::Configs::DefaultLanguages Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_configs.rb:35:in 'Communication::Website::WithConfigs#config_default_languages'
11:36:57 web.1 | Communication::Website::Post::Category Load (1.5ms) SELECT "communication_website_post_categories".* FROM "communication_website_post_categories" WHERE "communication_website_post_categories"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/communication_post.rb:13:in 'Array#+'
11:36:57 web.1 | Communication::Website::Post Load (1.4ms) SELECT "communication_website_posts".* FROM "communication_website_posts" WHERE "communication_website_posts"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/communication_post.rb:14:in 'Array#+'
11:36:57 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Connection Load (1.2ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "communication_website_connections"."direct_source_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | CACHE University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Page::Localization Load (1.6ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Page Load (2.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Connection Create (1.6ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', '7ad0d420-e4ac-4083-bf52-a96f782466a9', '2025-03-24 10:36:57.715189', '2025-03-24 10:36:57.715189', 'Communication::Website::Page', 'bd2c29d8-e311-4909-ac2a-e30bcc097b45') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | Communication::Website::Connection Update (1.3ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:57.718245' WHERE "communication_website_connections"."id" = '6be3583c-c6cd-4ff3-9c60-abb2b04a02de' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:57 web.1 | ActiveStorage::Attachment Load (1.6ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:57 web.1 | ActiveStorage::Attachment Load (1.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:57 web.1 | University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:57 web.1 | Communication::Block Load (1.1ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:57 web.1 | Communication::Website Load (1.5ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:57 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:57 web.1 | Communication::Block Exists? (3.3ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:57 web.1 | Communication::Website::Page Load (2.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:57 web.1 | Search Load (2.3ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | CACHE University Load (2.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Language Load (4.2ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Website::Page Load (3.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Website::Page::Localization Load (2.8ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Search Create (4.1ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', 'bd2c29d8-e311-4909-ac2a-e30bcc097b45', 'Communication::Website::Page::Localization', '7ad0d420-e4ac-4083-bf52-a96f782466a9', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:57.789126', '2025-03-24 10:36:57.789126') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Block Load (4.1ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:57 web.1 | Search Update (2.4ms) UPDATE "search_index" SET "title" = 'Actualités', "text" = 'Actualités ', "updated_at" = '2025-03-24 10:36:57.806781' WHERE "search_index"."id" = '35a5bf1f-2794-4411-b96f-326cf2aa2a44' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:57 web.1 | Communication::Website::Menu Load (3.2ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = 'primary' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:57 web.1 | [ActiveJob] TRANSACTION (2.8ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (14.4ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-912a14efdc8c9f192c308633589f9606"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (4.0ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-912a14efdc8c9f192c308633589f9606' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (3.0ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-912a14efdc8c9f192c308633589f9606' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.865681' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.2ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('54bd93f6-7b51-403b-bab5-5f2c111e36c8', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"54bd93f6-7b51-403b-bab5-5f2c111e36c8","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::CommunicationPost/bd2c29d8-e311-4909-ac2a-e30bcc097b45"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:57.879937000Z","scheduled_at":null}', '2025-03-24 10:36:57.879947', NULL, NULL, NULL, '2025-03-24 10:36:57.879947', '2025-03-24 10:36:57.880453', '54bd93f6-7b51-403b-bab5-5f2c111e36c8', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-912a14efdc8c9f192c308633589f9606', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] SQL (2.3ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:57.879+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: 54bd93f6-7b51-403b-bab5-5f2c111e36c8) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x0000000122fc2f10 @uri=#<URI::GID gid://osuny/Communication::Website::Page::CommunicationPost/bd2c29d8-e311-4909-ac2a-e30bcc097b45>>}
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:57 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:57 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:57 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationAgenda' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | Communication::Website Load (1.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/communication_agenda.rb:12:in 'Communication::Website::Page::CommunicationAgenda#is_necessary_for_website?'
11:36:57 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationAgendaExhibition' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | CACHE Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page/communication_agenda_exhibition.rb:12:in 'Communication::Website::Page::CommunicationAgendaExhibition#is_necessary_for_website?'
11:36:57 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationAgendaExhibitionArchive' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | CACHE Communication::Website Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page/communication_agenda_exhibition_archive.rb:11:in 'Communication::Website::Page::CommunicationAgendaExhibitionArchive#is_necessary_for_website?'
11:36:57 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationPortfolio' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page/communication_portfolio.rb:12:in 'Communication::Website::Page::CommunicationPortfolio#is_necessary_for_website?'
11:36:57 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Person' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | CACHE Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:120:in 'Communication::Website::Page::WithSpecialPage#default_parent'
11:36:57 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:57 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:57 web.1 | Communication::Website::Page::Localization Exists? (1.5ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" IS NULL AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'equipe' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:57 web.1 | CACHE Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page::Localization Exists? (1.4ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'equipe' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:57 web.1 | University Load (1.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.4ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'equipe' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:57 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.0ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'equipe' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:57 web.1 | CACHE University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:57 web.1 | CACHE Communication::Website::Page Load (0.9ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1
11:36:57 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:57 web.1 | Communication::Website::Page::Person Create (1.4ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'b67338be-cedc-495e-95df-8f64e0787ff7', 2, '2025-03-24 10:36:57.976155', '2025-03-24 10:36:57.976155', NULL, FALSE, 'Communication::Website::Page::Person', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | Communication::Website::Page::Localization Create (2.4ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:57.952460', 'equipe', NULL, NULL, 'Équipe', 'f16e7f42-6fca-4951-a709-2fd8f8f21424', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:57.984974', '2025-03-24 10:36:57.984974') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:57 web.1 | [ActiveJob] TRANSACTION (1.5ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.8ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-7e57308024d9391dbb7a88b59400bdd1"]]
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:57 web.1 | [ActiveJob] GoodJob::Job Count (2.2ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-7e57308024d9391dbb7a88b59400bdd1' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:57 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-7e57308024d9391dbb7a88b59400bdd1' AND "good_jobs"."created_at" > '2025-03-24 10:35:57.998433' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.4ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.9ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('853eba39-a828-447c-b901-dc6ed767f6ba', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"853eba39-a828-447c-b901-dc6ed767f6ba","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/f96b0b68-b040-4187-b363-9caa77f2130d"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.004565000Z","scheduled_at":null}', '2025-03-24 10:36:58.004574', NULL, NULL, NULL, '2025-03-24 10:36:58.004574', '2025-03-24 10:36:58.004926', '853eba39-a828-447c-b901-dc6ed767f6ba', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-7e57308024d9391dbb7a88b59400bdd1', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] SQL (1.4ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.004+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 853eba39-a828-447c-b901-dc6ed767f6ba) to GoodJob(mice) with arguments: #<GlobalID:0x00000001271a0b58 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/f96b0b68-b040-4187-b363-9caa77f2130d>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.7ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.0ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-7e57308024d9391dbb7a88b59400bdd1"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (2.4ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-7e57308024d9391dbb7a88b59400bdd1' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (2.0ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-7e57308024d9391dbb7a88b59400bdd1' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.021027' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.7ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('2ba5cf6e-6ce2-4189-9f92-b6541b5f888c', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"2ba5cf6e-6ce2-4189-9f92-b6541b5f888c","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/f96b0b68-b040-4187-b363-9caa77f2130d"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.027133000Z","scheduled_at":null}', '2025-03-24 10:36:58.027141', NULL, NULL, NULL, '2025-03-24 10:36:58.027141', '2025-03-24 10:36:58.027466', '2ba5cf6e-6ce2-4189-9f92-b6541b5f888c', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-7e57308024d9391dbb7a88b59400bdd1', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.027+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: 2ba5cf6e-6ce2-4189-9f92-b6541b5f888c) to GoodJob(mice) with arguments: #<GlobalID:0x00000001258c3608 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/f96b0b68-b040-4187-b363-9caa77f2130d>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.4ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-9e01cb62d3e098522f500734a3ee7fbf"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-9e01cb62d3e098522f500734a3ee7fbf' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-9e01cb62d3e098522f500734a3ee7fbf' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.042335' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.0ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('8c55fedc-7ac8-490a-bf46-19386a41cad6', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"8c55fedc-7ac8-490a-bf46-19386a41cad6","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Person/f16e7f42-6fca-4951-a709-2fd8f8f21424"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.047361000Z","scheduled_at":null}', '2025-03-24 10:36:58.047371', NULL, NULL, NULL, '2025-03-24 10:36:58.047371', '2025-03-24 10:36:58.047689', '8c55fedc-7ac8-490a-bf46-19386a41cad6', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-9e01cb62d3e098522f500734a3ee7fbf', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.047+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 8c55fedc-7ac8-490a-bf46-19386a41cad6) to GoodJob(mice) with arguments: #<GlobalID:0x0000000126227460 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Person/f16e7f42-6fca-4951-a709-2fd8f8f21424>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | Language Pluck (1.3ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Page::Category Load (1.2ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Configs::DefaultLanguages Load (1.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_configs.rb:35:in 'Communication::Website::WithConfigs#config_default_languages'
11:36:58 web.1 | Communication::Website::Connection Pluck (1.2ms) SELECT "communication_website_connections"."indirect_object_id" FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."indirect_object_type" = 'University::Person' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page::Person' AND "communication_website_connections"."direct_source_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/person.rb:21:in 'Communication::Website::Page::Person#explicitly_connected_people'
11:36:58 web.1 | University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Load (1.3ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "communication_website_connections"."direct_source_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | CACHE University Load (1.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.7ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Page Load (1.7ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Create (1.7ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', 'f96b0b68-b040-4187-b363-9caa77f2130d', '2025-03-24 10:36:58.157681', '2025-03-24 10:36:58.157681', 'Communication::Website::Page', 'f16e7f42-6fca-4951-a709-2fd8f8f21424') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Update (1.4ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:58.160889' WHERE "communication_website_connections"."id" = 'e4e9abd3-a11b-4a0d-9abf-8b41c9231481' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:58 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:58 web.1 | University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:58 web.1 | Communication::Block Load (1.2ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:58 web.1 | Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:58 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:58 web.1 | Communication::Block Exists? (1.6ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:58 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:58 web.1 | Search Load (1.5ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | CACHE University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Language Load (1.5ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Page Load (1.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.5ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Search Create (1.4ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', 'f16e7f42-6fca-4951-a709-2fd8f8f21424', 'Communication::Website::Page::Localization', 'f96b0b68-b040-4187-b363-9caa77f2130d', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:58.198159', '2025-03-24 10:36:58.198159') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Block Load (1.2ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:58 web.1 | Search Update (1.2ms) UPDATE "search_index" SET "title" = 'Équipe', "text" = 'Équipe ', "updated_at" = '2025-03-24 10:36:58.203654' WHERE "search_index"."id" = '7655175e-2e44-45f9-938a-ee67b86eed20' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Menu Load (1.2ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = 'primary' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:58 web.1 | Communication::Website::Connection Pluck (1.1ms) SELECT "communication_website_connections"."indirect_object_id" FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."indirect_object_type" = 'University::Person' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:105:in 'Communication::Website::WithConnectedObjects#connected_people'
11:36:58 web.1 | University::Person Update All (1.3ms) UPDATE "university_people" SET "updated_at" = '2025-03-24 10:36:58.210624' WHERE 1=0 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:144:in 'block in Communication::Website::Page#touch_elements_if_special_page_in_hierarchy'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.1ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.0ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-a25a30a42e3686a30f2f09a8d56702a3"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-a25a30a42e3686a30f2f09a8d56702a3' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.3ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-a25a30a42e3686a30f2f09a8d56702a3' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.222574' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.0ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.2ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('a8627840-f7b8-4187-a723-25b8311d909d', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"a8627840-f7b8-4187-a723-25b8311d909d","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::Person/f16e7f42-6fca-4951-a709-2fd8f8f21424"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.227357000Z","scheduled_at":null}', '2025-03-24 10:36:58.227364', NULL, NULL, NULL, '2025-03-24 10:36:58.227364', '2025-03-24 10:36:58.227778', 'a8627840-f7b8-4187-a723-25b8311d909d', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-a25a30a42e3686a30f2f09a8d56702a3', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] SQL (0.9ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:58.227+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: a8627840-f7b8-4187-a723-25b8311d909d) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x0000000127b08e48 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Person/f16e7f42-6fca-4951-a709-2fd8f8f21424>>}
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | Language Load (1.2ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:58 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Organization' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:120:in 'Communication::Website::Page::WithSpecialPage#default_parent'
11:36:58 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | Language Load (1.6ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.4ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" IS NULL AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'organisations' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'organisations' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.0ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'organisations' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.0ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.0ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'organisations' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE University Load (0.9ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:58 web.1 | CACHE Communication::Website::Page Load (0.9ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:58 web.1 | Communication::Website::Page::Organization Create (1.6ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'b67338be-cedc-495e-95df-8f64e0787ff7', 3, '2025-03-24 10:36:58.278165', '2025-03-24 10:36:58.278165', NULL, FALSE, 'Communication::Website::Page::Organization', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Create (1.5ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:58.256723', 'organisations', NULL, NULL, 'Organisations', 'c831fade-db53-4ed7-9abd-013260695598', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:58.285625', '2025-03-24 10:36:58.285625') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.4ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.7ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-4477f397c91d4bb39d1ad6b8082ab863"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-4477f397c91d4bb39d1ad6b8082ab863' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-4477f397c91d4bb39d1ad6b8082ab863' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.296960' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.5ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('a7dbe7c3-9819-4b46-8ea4-35c5632e1d2b', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"a7dbe7c3-9819-4b46-8ea4-35c5632e1d2b","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/84cc6dfa-565d-465b-a6d2-f31564631733"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.303233000Z","scheduled_at":null}', '2025-03-24 10:36:58.303241', NULL, NULL, NULL, '2025-03-24 10:36:58.303241', '2025-03-24 10:36:58.303657', 'a7dbe7c3-9819-4b46-8ea4-35c5632e1d2b', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-4477f397c91d4bb39d1ad6b8082ab863', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.303+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: a7dbe7c3-9819-4b46-8ea4-35c5632e1d2b) to GoodJob(mice) with arguments: #<GlobalID:0x00000001285ce558 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/84cc6dfa-565d-465b-a6d2-f31564631733>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.4ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.8ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-4477f397c91d4bb39d1ad6b8082ab863"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-4477f397c91d4bb39d1ad6b8082ab863' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-4477f397c91d4bb39d1ad6b8082ab863' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.318729' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.4ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('cabd84e4-63b6-4dc6-9a4d-d7d4256a0560', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"cabd84e4-63b6-4dc6-9a4d-d7d4256a0560","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/84cc6dfa-565d-465b-a6d2-f31564631733"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.325017000Z","scheduled_at":null}', '2025-03-24 10:36:58.325025', NULL, NULL, NULL, '2025-03-24 10:36:58.325025', '2025-03-24 10:36:58.325320', 'cabd84e4-63b6-4dc6-9a4d-d7d4256a0560', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-4477f397c91d4bb39d1ad6b8082ab863', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.325+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: cabd84e4-63b6-4dc6-9a4d-d7d4256a0560) to GoodJob(mice) with arguments: #<GlobalID:0x00000001287c5438 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/84cc6dfa-565d-465b-a6d2-f31564631733>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.3ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-62e00ddc100130a47d4fc93a4cd543a8"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-62e00ddc100130a47d4fc93a4cd543a8' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-62e00ddc100130a47d4fc93a4cd543a8' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.338680' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.4ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('7c7582a6-45cb-46c6-a30f-92f874083acf', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"7c7582a6-45cb-46c6-a30f-92f874083acf","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Organization/c831fade-db53-4ed7-9abd-013260695598"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.344080000Z","scheduled_at":null}', '2025-03-24 10:36:58.344092', NULL, NULL, NULL, '2025-03-24 10:36:58.344092', '2025-03-24 10:36:58.344465', '7c7582a6-45cb-46c6-a30f-92f874083acf', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-62e00ddc100130a47d4fc93a4cd543a8', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.344+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 7c7582a6-45cb-46c6-a30f-92f874083acf) to GoodJob(mice) with arguments: #<GlobalID:0x0000000128bcc6d0 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Organization/c831fade-db53-4ed7-9abd-013260695598>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | Language Pluck (1.5ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'c831fade-db53-4ed7-9abd-013260695598' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Page::Category Load (1.2ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = 'c831fade-db53-4ed7-9abd-013260695598' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Configs::DefaultLanguages Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_configs.rb:35:in 'Communication::Website::WithConfigs#config_default_languages'
11:36:58 web.1 | Communication::Website::Connection Pluck (1.0ms) SELECT "communication_website_connections"."indirect_object_id" FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."indirect_object_type" = 'University::Organization' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page::Organization' AND "communication_website_connections"."direct_source_id" = 'c831fade-db53-4ed7-9abd-013260695598' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/organization.rb:21:in 'Communication::Website::Page::Organization#explicitly_connected_organizations'
11:36:58 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Load (1.2ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "communication_website_connections"."direct_source_id" = 'c831fade-db53-4ed7-9abd-013260695598' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | CACHE University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.5ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '84cc6dfa-565d-465b-a6d2-f31564631733' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'c831fade-db53-4ed7-9abd-013260695598' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Create (1.3ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', '84cc6dfa-565d-465b-a6d2-f31564631733', '2025-03-24 10:36:58.380073', '2025-03-24 10:36:58.380073', 'Communication::Website::Page', 'c831fade-db53-4ed7-9abd-013260695598') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Update (1.3ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:58.382925' WHERE "communication_website_connections"."id" = 'd8399483-3aa7-4d7e-837d-2b7c9ee20523' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | ActiveStorage::Attachment Load (1.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:58 web.1 | ActiveStorage::Attachment Load (1.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:58 web.1 | University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:58 web.1 | Communication::Block Load (1.1ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:58 web.1 | Communication::Website Load (1.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:58 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:58 web.1 | Communication::Block Exists? (1.6ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:58 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'c831fade-db53-4ed7-9abd-013260695598' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:58 web.1 | Search Load (1.3ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = 'c831fade-db53-4ed7-9abd-013260695598' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | CACHE University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'c831fade-db53-4ed7-9abd-013260695598' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.4ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '84cc6dfa-565d-465b-a6d2-f31564631733' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Search Create (1.8ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', 'c831fade-db53-4ed7-9abd-013260695598', 'Communication::Website::Page::Localization', '84cc6dfa-565d-465b-a6d2-f31564631733', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:58.418491', '2025-03-24 10:36:58.418491') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Block Load (1.6ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:58 web.1 | Search Update (2.0ms) UPDATE "search_index" SET "title" = 'Organisations', "text" = 'Organisations ', "updated_at" = '2025-03-24 10:36:58.426376' WHERE "search_index"."id" = '70a6a736-600b-4a92-8d0d-b99d17cd4e80' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Menu Load (1.8ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = 'primary' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:58 web.1 | Communication::Website::Connection Pluck (1.4ms) SELECT "communication_website_connections"."indirect_object_id" FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."indirect_object_type" = 'University::Organization' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:110:in 'Communication::Website::WithConnectedObjects#connected_organizations'
11:36:58 web.1 | University::Organization Update All (1.5ms) UPDATE "university_organizations" SET "updated_at" = '2025-03-24 10:36:58.437081' WHERE 1=0 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:146:in 'block in Communication::Website::Page#touch_elements_if_special_page_in_hierarchy'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.7ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-dd05537eb7aa9c41d849a8c70ff4cf95"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-dd05537eb7aa9c41d849a8c70ff4cf95' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-dd05537eb7aa9c41d849a8c70ff4cf95' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.450624' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.6ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.7ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('57a62c93-32ed-4cea-aed0-d0212d3f4756', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"57a62c93-32ed-4cea-aed0-d0212d3f4756","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::Organization/c831fade-db53-4ed7-9abd-013260695598"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.458410000Z","scheduled_at":null}', '2025-03-24 10:36:58.458419', NULL, NULL, NULL, '2025-03-24 10:36:58.458419', '2025-03-24 10:36:58.458923', '57a62c93-32ed-4cea-aed0-d0212d3f4756', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-dd05537eb7aa9c41d849a8c70ff4cf95', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] SQL (1.0ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:58.458+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: 57a62c93-32ed-4cea-aed0-d0212d3f4756) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x00000001298e9bd8 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Organization/c831fade-db53-4ed7-9abd-013260695598>>}
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | Language Load (2.3ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.7ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'c831fade-db53-4ed7-9abd-013260695598' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:58 web.1 | Communication::Website::Page Load (1.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::EducationDiploma' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | Communication::Website Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/education_diploma.rb:4:in 'Communication::Website::Page::EducationDiploma#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::EducationProgram' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (1.5ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/education_program.rb:4:in 'Communication::Website::Page::EducationProgram#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::ResearchVolume' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (1.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/research_volume.rb:4:in 'Communication::Website::Page::ResearchVolume#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::ResearchPaper' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/research_paper.rb:4:in 'Communication::Website::Page::ResearchPaper#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Page Load (1.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::ResearchPublication' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/research_publication.rb:4:in 'Communication::Website::Page::ResearchPublication#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Connection Pluck (3.0ms) SELECT "communication_website_connections"."indirect_object_id" FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."indirect_object_type" = 'Research::Publication' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:115:in 'Communication::Website::WithConnectedObjects#connected_publications'
11:36:58 web.1 | Communication::Website::Page Load (2.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::AdministrationLocation' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/administration_location.rb:4:in 'Communication::Website::Page::AdministrationLocation#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Page Load (1.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Administrator' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/administrator.rb:4:in 'Communication::Website::Page::Administrator#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Author' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (2.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/author.rb:28:in 'Communication::Website::Page::Author#default_parent'
11:36:58 web.1 | Communication::Website::Page Load (1.8ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Person' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | Language Load (1.8ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.7ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" IS NULL AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'equipe-editoriale' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.6ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.5ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'equipe-editoriale' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | University Load (1.6ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website Load (1.5ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'equipe-editoriale' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.8ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'equipe-editoriale' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE University Load (2.8ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page Load (1.6ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:58 web.1 | Communication::Website::Page::Author Create (2.8ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'f16e7f42-6fca-4951-a709-2fd8f8f21424', 1, '2025-03-24 10:36:58.635392', '2025-03-24 10:36:58.635392', NULL, FALSE, 'Communication::Website::Page::Author', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Create (1.9ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:58.603263', 'equipe-editoriale', NULL, NULL, 'Équipe éditoriale', '18944b3b-a189-4a37-9dd4-61028636bb54', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:58.644470', '2025-03-24 10:36:58.644470') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.9ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (5.0ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-ed0a458ba218cc6f07aaf6ce0a8fcdbe"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (2.1ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-ed0a458ba218cc6f07aaf6ce0a8fcdbe' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (2.2ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-ed0a458ba218cc6f07aaf6ce0a8fcdbe' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.660325' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.6ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (2.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('3565fd06-1f80-4dc6-9159-c9cf5e7ca70e', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"3565fd06-1f80-4dc6-9159-c9cf5e7ca70e","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/c1405b7a-c6fd-4dac-a019-570ab12980ea"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.667581000Z","scheduled_at":null}', '2025-03-24 10:36:58.667588', NULL, NULL, NULL, '2025-03-24 10:36:58.667588', '2025-03-24 10:36:58.667900', '3565fd06-1f80-4dc6-9159-c9cf5e7ca70e', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-ed0a458ba218cc6f07aaf6ce0a8fcdbe', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] SQL (1.7ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.667+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 3565fd06-1f80-4dc6-9159-c9cf5e7ca70e) to GoodJob(mice) with arguments: #<GlobalID:0x000000012ac2efe0 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/c1405b7a-c6fd-4dac-a019-570ab12980ea>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.5ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.9ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-ed0a458ba218cc6f07aaf6ce0a8fcdbe"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (2.3ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-ed0a458ba218cc6f07aaf6ce0a8fcdbe' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.8ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-ed0a458ba218cc6f07aaf6ce0a8fcdbe' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.684695' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.4ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.7ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('7e192c1d-86cc-458b-9704-787950a7c716', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"7e192c1d-86cc-458b-9704-787950a7c716","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/c1405b7a-c6fd-4dac-a019-570ab12980ea"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.690804000Z","scheduled_at":null}', '2025-03-24 10:36:58.690812', NULL, NULL, NULL, '2025-03-24 10:36:58.690812', '2025-03-24 10:36:58.691110', '7e192c1d-86cc-458b-9704-787950a7c716', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-ed0a458ba218cc6f07aaf6ce0a8fcdbe', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.690+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: 7e192c1d-86cc-458b-9704-787950a7c716) to GoodJob(mice) with arguments: #<GlobalID:0x000000012ae05ee0 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/c1405b7a-c6fd-4dac-a019-570ab12980ea>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.5ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-7f989ff5b83ca00939434f16deab13bb"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-7f989ff5b83ca00939434f16deab13bb' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-7f989ff5b83ca00939434f16deab13bb' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.705201' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.4ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('c860e1c1-9dad-45f0-9df7-63815dbf3d53', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"c860e1c1-9dad-45f0-9df7-63815dbf3d53","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Author/18944b3b-a189-4a37-9dd4-61028636bb54"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.710484000Z","scheduled_at":null}', '2025-03-24 10:36:58.710491', NULL, NULL, NULL, '2025-03-24 10:36:58.710491', '2025-03-24 10:36:58.710783', 'c860e1c1-9dad-45f0-9df7-63815dbf3d53', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-7f989ff5b83ca00939434f16deab13bb', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] SQL (1.1ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.710+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: c860e1c1-9dad-45f0-9df7-63815dbf3d53) to GoodJob(mice) with arguments: #<GlobalID:0x0000000121fa98e0 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Author/18944b3b-a189-4a37-9dd4-61028636bb54>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | Language Pluck (1.3ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Page::Category Load (1.3ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:58 web.1 | Communication::Website::Configs::DefaultLanguages Load (2.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_configs.rb:35:in 'Communication::Website::WithConfigs#config_default_languages'
11:36:58 web.1 | University::Person Pluck (2.7ms) SELECT DISTINCT "university_people"."id" FROM "university_people" INNER JOIN "communication_website_posts_university_people" ON "university_people"."id" = "communication_website_posts_university_people"."university_person_id" INNER JOIN "communication_website_posts" ON "communication_website_posts_university_people"."communication_website_post_id" = "communication_website_posts"."id" WHERE "communication_website_posts"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/author.rb:22:in 'Communication::Website::Page::Author#dependencies_authors'
11:36:58 web.1 | University Load (1.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Load (1.4ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "communication_website_connections"."direct_source_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | CACHE University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.6ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Page Load (2.6ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = '18944b3b-a189-4a37-9dd4-61028636bb54' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Create (1.6ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', 'c1405b7a-c6fd-4dac-a019-570ab12980ea', '2025-03-24 10:36:58.762890', '2025-03-24 10:36:58.762890', 'Communication::Website::Page', '18944b3b-a189-4a37-9dd4-61028636bb54') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | Communication::Website::Connection Update (1.7ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:58.766741' WHERE "communication_website_connections"."id" = '5bddb0ca-67bf-4bc0-892a-2e9aeb8fa72a' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:58 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:58 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:58 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:58 web.1 | Communication::Block Load (3.9ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:58 web.1 | Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:58 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:58 web.1 | Communication::Block Exists? (1.1ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:58 web.1 | Communication::Website::Page Load (2.5ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:58 web.1 | Search Load (1.3ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | CACHE University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Language Load (2.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = '18944b3b-a189-4a37-9dd4-61028636bb54' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.4ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Search Create (2.2ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', '18944b3b-a189-4a37-9dd4-61028636bb54', 'Communication::Website::Page::Localization', 'c1405b7a-c6fd-4dac-a019-570ab12980ea', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:58.810955', '2025-03-24 10:36:58.810955') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Block Load (1.2ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:58 web.1 | Search Update (1.2ms) UPDATE "search_index" SET "title" = 'Équipe éditoriale', "text" = 'Équipe éditoriale ', "updated_at" = '2025-03-24 10:36:58.816978' WHERE "search_index"."id" = '32c73c1e-b264-4b93-9dfe-b559ba746978' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:58 web.1 | Communication::Website::Menu Load (1.0ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = '' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:58 web.1 | [ActiveJob] TRANSACTION (2.5ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.8ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-252a9084db7747cdbabda36bc944aff3"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-252a9084db7747cdbabda36bc944aff3' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (3.9ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-252a9084db7747cdbabda36bc944aff3' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.830761' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.0ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('1cbd0e11-9b54-451a-b339-3aa189294e27', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"1cbd0e11-9b54-451a-b339-3aa189294e27","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::Author/18944b3b-a189-4a37-9dd4-61028636bb54"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.838615000Z","scheduled_at":null}', '2025-03-24 10:36:58.838625', NULL, NULL, NULL, '2025-03-24 10:36:58.838625', '2025-03-24 10:36:58.839079', '1cbd0e11-9b54-451a-b339-3aa189294e27', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-252a9084db7747cdbabda36bc944aff3', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] SQL (1.7ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:58.838+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: 1cbd0e11-9b54-451a-b339-3aa189294e27) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x0000000127b0b738 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Author/18944b3b-a189-4a37-9dd4-61028636bb54>>}
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:58 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:58 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:58 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Researcher' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/researcher.rb:4:in 'Communication::Website::Page::Researcher#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Teacher' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/teacher.rb:4:in 'Communication::Website::Page::Teacher#is_necessary_for_website?'
11:36:58 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::LegalTerm' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:120:in 'Communication::Website::Page::WithSpecialPage#default_parent'
11:36:58 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:58 web.1 | Language Load (1.9ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.1ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" IS NULL AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'mentions-legales' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE Language Load (0.9ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.8ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Exists? (1.2ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'mentions-legales' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'mentions-legales' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'mentions-legales' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:58 web.1 | CACHE University Load (1.6ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:58 web.1 | CACHE Communication::Website::Page Load (0.9ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1
11:36:58 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:58 web.1 | Communication::Website::Page::LegalTerm Create (1.3ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'b67338be-cedc-495e-95df-8f64e0787ff7', 4, '2025-03-24 10:36:58.909386', '2025-03-24 10:36:58.909386', NULL, FALSE, 'Communication::Website::Page::LegalTerm', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | Communication::Website::Page::Localization Create (1.9ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:58.886969', 'mentions-legales', NULL, NULL, 'Mentions légales', 'd96a712c-7443-4bc1-8c79-37e6c6a5a988', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:58.916586', '2025-03-24 10:36:58.916586') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.3ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-5e17b20465b86b209f2c7f09a1484984"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.9ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-5e17b20465b86b209f2c7f09a1484984' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-5e17b20465b86b209f2c7f09a1484984' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.927859' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('08b92cd9-708f-457c-8fa2-ce12d95167ee', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"08b92cd9-708f-457c-8fa2-ce12d95167ee","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.933769000Z","scheduled_at":null}', '2025-03-24 10:36:58.933777', NULL, NULL, NULL, '2025-03-24 10:36:58.933777', '2025-03-24 10:36:58.934086', '08b92cd9-708f-457c-8fa2-ce12d95167ee', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-5e17b20465b86b209f2c7f09a1484984', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] SQL (1.2ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.933+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 08b92cd9-708f-457c-8fa2-ce12d95167ee) to GoodJob(mice) with arguments: #<GlobalID:0x000000012a18b610 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.7ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.7ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-5e17b20465b86b209f2c7f09a1484984"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (3.0ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-5e17b20465b86b209f2c7f09a1484984' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (2.0ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-5e17b20465b86b209f2c7f09a1484984' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.951653' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.2ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (2.4ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('df3921b9-4cd1-450f-bf0b-64fac1b31e62', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"df3921b9-4cd1-450f-bf0b-64fac1b31e62","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.958424000Z","scheduled_at":null}', '2025-03-24 10:36:58.958433', NULL, NULL, NULL, '2025-03-24 10:36:58.958433', '2025-03-24 10:36:58.958770', 'df3921b9-4cd1-450f-bf0b-64fac1b31e62', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-5e17b20465b86b209f2c7f09a1484984', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] SQL (2.9ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.958+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: df3921b9-4cd1-450f-bf0b-64fac1b31e62) to GoodJob(mice) with arguments: #<GlobalID:0x000000012ae0ea90 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.4ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (5.1ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-c1ff28db5237fb5ffcb2d2455b0fd622"]]
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (3.0ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-c1ff28db5237fb5ffcb2d2455b0fd622' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Count (2.1ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-c1ff28db5237fb5ffcb2d2455b0fd622' AND "good_jobs"."created_at" > '2025-03-24 10:35:58.981983' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] GoodJob::Job Create (2.3ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('6df339ed-a96a-4466-9ce2-0cbedd548d99', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"6df339ed-a96a-4466-9ce2-0cbedd548d99","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::LegalTerm/d96a712c-7443-4bc1-8c79-37e6c6a5a988"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:58.988161000Z","scheduled_at":null}', '2025-03-24 10:36:58.988169', NULL, NULL, NULL, '2025-03-24 10:36:58.988169', '2025-03-24 10:36:58.988496', '6df339ed-a96a-4466-9ce2-0cbedd548d99', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-c1ff28db5237fb5ffcb2d2455b0fd622', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] SQL (1.5ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.988+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:58 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 6df339ed-a96a-4466-9ce2-0cbedd548d99) to GoodJob(mice) with arguments: #<GlobalID:0x000000012b205130 @uri=#<URI::GID gid://osuny/Communication::Website::Page::LegalTerm/d96a712c-7443-4bc1-8c79-37e6c6a5a988>>
11:36:58 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | Language Pluck (1.6ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | Communication::Website::Page::Localization Load (6.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | Communication::Website::Page::Category Load (1.9ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Load (1.4ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "communication_website_connections"."direct_source_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | CACHE University Load (2.7ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Page::Localization Load (2.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Page Load (2.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Create (2.5ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed', '2025-03-24 10:36:59.034476', '2025-03-24 10:36:59.034476', 'Communication::Website::Page', 'd96a712c-7443-4bc1-8c79-37e6c6a5a988') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Update (1.9ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:59.039398' WHERE "communication_website_connections"."id" = '7936779c-7e83-4bbc-b0d7-46cd3cd0eb24' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | ActiveStorage::Attachment Load (1.9ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:59 web.1 | ActiveStorage::Attachment Load (2.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:59 web.1 | University Load (2.7ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:59 web.1 | Communication::Block Load (1.6ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:59 web.1 | Communication::Website Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:59 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:59 web.1 | Communication::Block Exists? (1.7ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:59 web.1 | Communication::Website::Page Load (1.7ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:59 web.1 | Search Load (1.4ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | CACHE University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Language Load (1.7ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.5ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Search Create (3.4ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', 'd96a712c-7443-4bc1-8c79-37e6c6a5a988', 'Communication::Website::Page::Localization', '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:59.085262', '2025-03-24 10:36:59.085262') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Block Load (1.2ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:59 web.1 | Search Update (1.4ms) UPDATE "search_index" SET "title" = 'Mentions légales', "text" = 'Mentions légales ', "updated_at" = '2025-03-24 10:36:59.092765' WHERE "search_index"."id" = '10daa534-96fb-4d22-a2bf-66b7b69df526' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Menu Load (1.2ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = 'legal' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.6ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.2ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-b4373c0719ab5304fcfe513c3396e06e"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.9ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-b4373c0719ab5304fcfe513c3396e06e' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-b4373c0719ab5304fcfe513c3396e06e' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.108612' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.0ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.4ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('b51070b8-b68b-48dc-85dd-faa8bb085280', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"b51070b8-b68b-48dc-85dd-faa8bb085280","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::LegalTerm/d96a712c-7443-4bc1-8c79-37e6c6a5a988"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.114121000Z","scheduled_at":null}', '2025-03-24 10:36:59.114159', NULL, NULL, NULL, '2025-03-24 10:36:59.114159', '2025-03-24 10:36:59.114656', 'b51070b8-b68b-48dc-85dd-faa8bb085280', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-b4373c0719ab5304fcfe513c3396e06e', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] SQL (0.9ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:59.114+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: b51070b8-b68b-48dc-85dd-faa8bb085280) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x0000000129b210e0 @uri=#<URI::GID gid://osuny/Communication::Website::Page::LegalTerm/d96a712c-7443-4bc1-8c79-37e6c6a5a988>>}
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:59 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::PrivacyPolicy' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:59 web.1 | Communication::Website Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:120:in 'Communication::Website::Page::WithSpecialPage#default_parent'
11:36:59 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:59 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" IS NULL AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'politique-de-confidentialite' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.2ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'politique-de-confidentialite' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | University Load (1.5ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'politique-de-confidentialite' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'politique-de-confidentialite' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE University Load (0.8ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:59 web.1 | CACHE Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:59 web.1 | Communication::Website::Page::PrivacyPolicy Create (1.3ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'b67338be-cedc-495e-95df-8f64e0787ff7', 5, '2025-03-24 10:36:59.162490', '2025-03-24 10:36:59.162490', NULL, FALSE, 'Communication::Website::Page::PrivacyPolicy', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Create (1.3ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:59.141694', 'politique-de-confidentialite', NULL, NULL, 'Politique de confidentialité', 'bb658e0e-d26c-4b2e-b37f-040a44990e1f', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:59.169568', '2025-03-24 10:36:59.169568') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.4ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.7ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-3dd197218b3879a5f183097e57e88d9f"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-3dd197218b3879a5f183097e57e88d9f' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-3dd197218b3879a5f183097e57e88d9f' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.180472' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.2ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('c2d13450-ddf5-44c8-ac39-137332bf7b25', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"c2d13450-ddf5-44c8-ac39-137332bf7b25","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/00cda7ae-b697-4891-a6a5-8399f7ffce0e"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.186172000Z","scheduled_at":null}', '2025-03-24 10:36:59.186181', NULL, NULL, NULL, '2025-03-24 10:36:59.186181', '2025-03-24 10:36:59.186518', 'c2d13450-ddf5-44c8-ac39-137332bf7b25', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-3dd197218b3879a5f183097e57e88d9f', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (1.5ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.186+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: c2d13450-ddf5-44c8-ac39-137332bf7b25) to GoodJob(mice) with arguments: #<GlobalID:0x000000012570aa50 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/00cda7ae-b697-4891-a6a5-8399f7ffce0e>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.8ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.8ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-3dd197218b3879a5f183097e57e88d9f"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-3dd197218b3879a5f183097e57e88d9f' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.3ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-3dd197218b3879a5f183097e57e88d9f' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.200698' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (2.0ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('8c8c91cc-0c0f-48b6-813a-47de33a01bc5', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"8c8c91cc-0c0f-48b6-813a-47de33a01bc5","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/00cda7ae-b697-4891-a6a5-8399f7ffce0e"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.205659000Z","scheduled_at":null}', '2025-03-24 10:36:59.205667', NULL, NULL, NULL, '2025-03-24 10:36:59.205667', '2025-03-24 10:36:59.206029', '8c8c91cc-0c0f-48b6-813a-47de33a01bc5', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-3dd197218b3879a5f183097e57e88d9f', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] SQL (1.5ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.205+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: 8c8c91cc-0c0f-48b6-813a-47de33a01bc5) to GoodJob(mice) with arguments: #<GlobalID:0x00000001245aa698 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/00cda7ae-b697-4891-a6a5-8399f7ffce0e>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.3ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.6ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-c12cc9826115300f44de82f1eb0c84d4"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-c12cc9826115300f44de82f1eb0c84d4' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-c12cc9826115300f44de82f1eb0c84d4' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.222172' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.0ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('abdff586-51d1-4ee6-afe0-ad9943f73eca', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"abdff586-51d1-4ee6-afe0-ad9943f73eca","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::PrivacyPolicy/bb658e0e-d26c-4b2e-b37f-040a44990e1f"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.227092000Z","scheduled_at":null}', '2025-03-24 10:36:59.227099', NULL, NULL, NULL, '2025-03-24 10:36:59.227099', '2025-03-24 10:36:59.227381', 'abdff586-51d1-4ee6-afe0-ad9943f73eca', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-c12cc9826115300f44de82f1eb0c84d4', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (0.9ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.227+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: abdff586-51d1-4ee6-afe0-ad9943f73eca) to GoodJob(mice) with arguments: #<GlobalID:0x000000012b020b30 @uri=#<URI::GID gid://osuny/Communication::Website::Page::PrivacyPolicy/bb658e0e-d26c-4b2e-b37f-040a44990e1f>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | Language Pluck (1.0ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | Communication::Website::Page::Category Load (1.1ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Load (1.2ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "communication_website_connections"."direct_source_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | CACHE University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.6ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Create (1.6ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', '00cda7ae-b697-4891-a6a5-8399f7ffce0e', '2025-03-24 10:36:59.253567', '2025-03-24 10:36:59.253567', 'Communication::Website::Page', 'bb658e0e-d26c-4b2e-b37f-040a44990e1f') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Update (1.2ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:59.256728' WHERE "communication_website_connections"."id" = '90776e3c-19e3-4e20-bc0b-e9499bbe2162' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | ActiveStorage::Attachment Load (1.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:59 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:59 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:59 web.1 | Communication::Block Load (1.0ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:59 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:59 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:59 web.1 | Communication::Block Exists? (1.3ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:59 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:59 web.1 | Search Load (1.2ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | CACHE University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Language Load (1.2ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Search Create (1.2ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', 'bb658e0e-d26c-4b2e-b37f-040a44990e1f', 'Communication::Website::Page::Localization', '00cda7ae-b697-4891-a6a5-8399f7ffce0e', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:59.290250', '2025-03-24 10:36:59.290250') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Block Load (1.1ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:59 web.1 | Search Update (1.2ms) UPDATE "search_index" SET "title" = 'Politique de confidentialité', "text" = 'Politique de confidentialité ', "updated_at" = '2025-03-24 10:36:59.294892' WHERE "search_index"."id" = '380b4872-4ae9-4f2e-816d-9aed27b964a7' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Menu Load (1.2ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = 'legal' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.0ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.1ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-bae24ffa18e6c3b90bc31fbcc172ae29"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-bae24ffa18e6c3b90bc31fbcc172ae29' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.3ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-bae24ffa18e6c3b90bc31fbcc172ae29' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.306968' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] TRANSACTION (0.9ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.2ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('4b27b147-5b05-4793-ba20-a658ee621f8b', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"4b27b147-5b05-4793-ba20-a658ee621f8b","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::PrivacyPolicy/bb658e0e-d26c-4b2e-b37f-040a44990e1f"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.311936000Z","scheduled_at":null}', '2025-03-24 10:36:59.311948', NULL, NULL, NULL, '2025-03-24 10:36:59.311948', '2025-03-24 10:36:59.312571', '4b27b147-5b05-4793-ba20-a658ee621f8b', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-bae24ffa18e6c3b90bc31fbcc172ae29', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] SQL (0.9ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:59.311+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: 4b27b147-5b05-4793-ba20-a658ee621f8b) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x0000000129380c28 @uri=#<URI::GID gid://osuny/Communication::Website::Page::PrivacyPolicy/bb658e0e-d26c-4b2e-b37f-040a44990e1f>>}
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:59 web.1 | Communication::Website::Page Load (0.9ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Accessibility' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:59 web.1 | Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:120:in 'Communication::Website::Page::WithSpecialPage#default_parent'
11:36:59 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:59 web.1 | Language Load (1.6ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.2ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" IS NULL AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'accessibilite' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE Language Load (1.0ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.2ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.2ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'accessibilite' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | University Load (1.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'accessibilite' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (0.9ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'accessibilite' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE University Load (0.8ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:59 web.1 | CACHE Communication::Website::Page Load (0.9ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:59 web.1 | Communication::Website::Page::Accessibility Create (1.3ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'b67338be-cedc-495e-95df-8f64e0787ff7', 6, '2025-03-24 10:36:59.360665', '2025-03-24 10:36:59.360665', NULL, FALSE, 'Communication::Website::Page::Accessibility', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Create (1.3ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:59.340073', 'accessibilite', NULL, NULL, 'Accessibilité', 'f3d3c216-ff19-45fa-9036-dd13488f610a', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:59.367638', '2025-03-24 10:36:59.367638') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.6ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-079b2ee943830bb10df25606614a0002"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-079b2ee943830bb10df25606614a0002' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-079b2ee943830bb10df25606614a0002' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.378620' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('e80b2812-d978-4fba-a8c9-fd1d0465cc4b', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"e80b2812-d978-4fba-a8c9-fd1d0465cc4b","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/8b562221-71c0-4128-bc18-e6facb439238"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.384019000Z","scheduled_at":null}', '2025-03-24 10:36:59.384027', NULL, NULL, NULL, '2025-03-24 10:36:59.384027', '2025-03-24 10:36:59.384346', 'e80b2812-d978-4fba-a8c9-fd1d0465cc4b', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-079b2ee943830bb10df25606614a0002', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (1.1ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.384+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: e80b2812-d978-4fba-a8c9-fd1d0465cc4b) to GoodJob(mice) with arguments: #<GlobalID:0x00000001258076b0 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/8b562221-71c0-4128-bc18-e6facb439238>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.2ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.3ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-079b2ee943830bb10df25606614a0002"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-079b2ee943830bb10df25606614a0002' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-079b2ee943830bb10df25606614a0002' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.397177' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('68d58e83-3a70-45a1-a2a9-d01a79853c00', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"68d58e83-3a70-45a1-a2a9-d01a79853c00","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/8b562221-71c0-4128-bc18-e6facb439238"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.403320000Z","scheduled_at":null}', '2025-03-24 10:36:59.403328', NULL, NULL, NULL, '2025-03-24 10:36:59.403328', '2025-03-24 10:36:59.403637', '68d58e83-3a70-45a1-a2a9-d01a79853c00', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-079b2ee943830bb10df25606614a0002', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.403+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: 68d58e83-3a70-45a1-a2a9-d01a79853c00) to GoodJob(mice) with arguments: #<GlobalID:0x0000000125581c88 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/8b562221-71c0-4128-bc18-e6facb439238>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.1ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.2ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-6672df536d3cbe15b2a15bae428f9785"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-6672df536d3cbe15b2a15bae428f9785' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-6672df536d3cbe15b2a15bae428f9785' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.417313' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.4ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('1e8797cd-dfa5-47b7-9491-38b02a397781', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"1e8797cd-dfa5-47b7-9491-38b02a397781","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Accessibility/f3d3c216-ff19-45fa-9036-dd13488f610a"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.422514000Z","scheduled_at":null}', '2025-03-24 10:36:59.422522', NULL, NULL, NULL, '2025-03-24 10:36:59.422522', '2025-03-24 10:36:59.422804', '1e8797cd-dfa5-47b7-9491-38b02a397781', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-6672df536d3cbe15b2a15bae428f9785', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (1.0ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.422+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 1e8797cd-dfa5-47b7-9491-38b02a397781) to GoodJob(mice) with arguments: #<GlobalID:0x0000000124421e20 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Accessibility/f3d3c216-ff19-45fa-9036-dd13488f610a>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | Language Pluck (1.2ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | Communication::Website::Page::Category Load (1.1ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Load (1.2ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "communication_website_connections"."direct_source_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | CACHE University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.5ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '8b562221-71c0-4128-bc18-e6facb439238' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Create (1.3ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', '8b562221-71c0-4128-bc18-e6facb439238', '2025-03-24 10:36:59.449918', '2025-03-24 10:36:59.449918', 'Communication::Website::Page', 'f3d3c216-ff19-45fa-9036-dd13488f610a') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Update (1.2ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:59.452539' WHERE "communication_website_connections"."id" = '569b72df-0902-479a-b4af-d42e9fed3228' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:59 web.1 | ActiveStorage::Attachment Load (1.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:59 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:59 web.1 | Communication::Block Load (1.1ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:59 web.1 | Communication::Website Load (1.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:59 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:59 web.1 | Communication::Block Exists? (1.2ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:59 web.1 | Search Load (1.2ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | CACHE University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.4ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '8b562221-71c0-4128-bc18-e6facb439238' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Search Create (1.3ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', 'f3d3c216-ff19-45fa-9036-dd13488f610a', 'Communication::Website::Page::Localization', '8b562221-71c0-4128-bc18-e6facb439238', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:59.485749', '2025-03-24 10:36:59.485749') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Block Load (1.2ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:59 web.1 | Search Update (1.2ms) UPDATE "search_index" SET "title" = 'Accessibilité', "text" = 'Accessibilité ', "updated_at" = '2025-03-24 10:36:59.490958' WHERE "search_index"."id" = 'd32ab5a4-3351-40ce-8ffa-64bdb346af34' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Menu Load (1.1ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = 'legal' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.1ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.3ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-5dbf53d93717c47b5ce4ac97e99fc388"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-5dbf53d93717c47b5ce4ac97e99fc388' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.2ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-5dbf53d93717c47b5ce4ac97e99fc388' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.503213' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.2ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('377d133a-cf11-4ee8-9d31-4722d6457eb5', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"377d133a-cf11-4ee8-9d31-4722d6457eb5","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::Accessibility/f3d3c216-ff19-45fa-9036-dd13488f610a"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.508611000Z","scheduled_at":null}', '2025-03-24 10:36:59.508623', NULL, NULL, NULL, '2025-03-24 10:36:59.508623', '2025-03-24 10:36:59.509120', '377d133a-cf11-4ee8-9d31-4722d6457eb5', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-5dbf53d93717c47b5ce4ac97e99fc388', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] SQL (1.0ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:59.508+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: 377d133a-cf11-4ee8-9d31-4722d6457eb5) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x000000012bfc4370 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Accessibility/f3d3c216-ff19-45fa-9036-dd13488f610a>>}
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | Language Load (1.6ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Sitemap' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:59 web.1 | Communication::Website Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:120:in 'Communication::Website::Page::WithSpecialPage#default_parent'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:36:59 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:128:in 'Communication::Website::Page::WithSpecialPage#initialize_special_page'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" IS NULL AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'plan-du-site' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE Language Load (1.2ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.4ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'plan-du-site' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | University Load (1.7ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.1ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'plan-du-site' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.5ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."about_id" IS NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | CACHE Communication::Website::Page::Localization Exists? (1.0ms) SELECT 1 AS one FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."slug" = 'plan-du-site' AND "communication_website_page_localizations"."id" IS NOT NULL LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:138:in 'Communication::Website::Page::Localization#slug_unavailable?'
11:36:59 web.1 | CACHE University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page Load (2.6ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:59 web.1 | CACHE Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" DESC LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:133:in 'Communication::Website::Page#last_ordered_element'
11:36:59 web.1 | Communication::Website::Page::Sitemap Create (2.1ms) INSERT INTO "communication_website_pages" ("university_id", "communication_website_id", "parent_id", "position", "created_at", "updated_at", "bodyclass", "full_width", "type", "migration_identifier", "design_options") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'b67338be-cedc-495e-95df-8f64e0787ff7', 7, '2025-03-24 10:36:59.564390', '2025-03-24 10:36:59.564390', NULL, FALSE, 'Communication::Website::Page::Sitemap', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | Communication::Website::Page::Localization Create (1.5ms) INSERT INTO "communication_website_page_localizations" ("breadcrumb_title", "featured_image_alt", "featured_image_credit", "header_cta", "header_cta_label", "header_cta_url", "header_text", "meta_description", "migration_identifier", "published", "published_at", "slug", "summary", "text", "title", "about_id", "language_id", "communication_website_id", "university_id", "created_at", "updated_at") VALUES (NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, TRUE, '2025-03-24 10:36:59.539855', 'plan-du-site', NULL, NULL, 'Plan du site', '100a8f70-aaff-43ff-b638-acf608308db8', '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '2025-03-24 10:36:59.577088', '2025-03-24 10:36:59.577088') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:36:59 web.1 | [ActiveJob] TRANSACTION (2.9ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (6.7ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-2a8102359924615912e3c3b7ed45f734"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (2.1ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-2a8102359924615912e3c3b7ed45f734' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-2a8102359924615912e3c3b7ed45f734' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.593621' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.8ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.7ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('f147783d-78d6-4311-b7ed-fe16d68c75f0', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"f147783d-78d6-4311-b7ed-fe16d68c75f0","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.600855000Z","scheduled_at":null}', '2025-03-24 10:36:59.600863', NULL, NULL, NULL, '2025-03-24 10:36:59.600863', '2025-03-24 10:36:59.601312', 'f147783d-78d6-4311-b7ed-fe16d68c75f0', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-2a8102359924615912e3c3b7ed45f734', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.600+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: f147783d-78d6-4311-b7ed-fe16d68c75f0) to GoodJob(mice) with arguments: #<GlobalID:0x000000012cae9a20 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.6ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.0ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-2a8102359924615912e3c3b7ed45f734"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (2.6ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-2a8102359924615912e3c3b7ed45f734' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-2a8102359924615912e3c3b7ed45f734' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.617646' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.4ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.7ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('eb60d3e6-e714-4220-ae03-66efa6f81ad3', 'mice', 0, '{"job_class":"Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob","job_id":"eb60d3e6-e714-4220-ae03-66efa6f81ad3","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Localization/2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.623546000Z","scheduled_at":null}', '2025-03-24 10:36:59.623554', NULL, NULL, NULL, '2025-03-24 10:36:59.623554', '2025-03-24 10:36:59.623847', 'eb60d3e6-e714-4220-ae03-66efa6f81ad3', 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob-mice-2a8102359924615912e3c3b7ed45f734', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] SQL (1.4ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.623+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] Enqueued Communication::Website::IndirectObject::ConnectAndSyncDirectSourcesJob (Job ID: eb60d3e6-e714-4220-ae03-66efa6f81ad3) to GoodJob(mice) with arguments: #<GlobalID:0x000000012cd00930 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Localization/2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/as_indirect_object.rb:83:in 'AsIndirectObject#connect_and_sync_direct_sources'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.4ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.9ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-fb4c3e78647af038cef818c238cf9076"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-fb4c3e78647af038cef818c238cf9076' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-fb4c3e78647af038cef818c238cf9076' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.638253' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.2ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (2.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('7e4c22dc-5bd7-45f4-ab93-dc03002767bf', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"7e4c22dc-5bd7-45f4-ab93-dc03002767bf","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Page::Sitemap/100a8f70-aaff-43ff-b638-acf608308db8"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.644123000Z","scheduled_at":null}', '2025-03-24 10:36:59.644130', NULL, NULL, NULL, '2025-03-24 10:36:59.644130', '2025-03-24 10:36:59.644469', '7e4c22dc-5bd7-45f4-ab93-dc03002767bf', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-fb4c3e78647af038cef818c238cf9076', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (1.4ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.644+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 7e4c22dc-5bd7-45f4-ab93-dc03002767bf) to GoodJob(mice) with arguments: #<GlobalID:0x000000012d107b78 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Sitemap/100a8f70-aaff-43ff-b638-acf608308db8>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | Language Pluck (1.2ms) SELECT "languages"."id" FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."published" = TRUE /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | Communication::Website::Page::Category Load (1.3ms) SELECT "communication_website_page_categories".* FROM "communication_website_page_categories" INNER JOIN "communication_website_page_categories_pages" ON "communication_website_page_categories"."id" = "communication_website_page_categories_pages"."category_id" WHERE "communication_website_page_categories_pages"."page_id" = '100a8f70-aaff-43ff-b638-acf608308db8' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:36:59 web.1 | University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:157:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Load (1.4ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "communication_website_connections"."direct_source_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | CACHE University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.7ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Page Load (1.6ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = '100a8f70-aaff-43ff-b638-acf608308db8' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Create (1.6ms) INSERT INTO "communication_website_connections" ("university_id", "website_id", "indirect_object_type", "indirect_object_id", "created_at", "updated_at", "direct_source_type", "direct_source_id") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Communication::Website::Page::Localization', '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726', '2025-03-24 10:36:59.674855', '2025-03-24 10:36:59.674855', 'Communication::Website::Page', '100a8f70-aaff-43ff-b638-acf608308db8') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | Communication::Website::Connection Update (1.4ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:36:59.677933' WHERE "communication_website_connections"."id" = 'a4835b2b-19d0-4a54-bf62-009792d069a2' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:36:59 web.1 | ActiveStorage::Attachment Load (1.4ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:59 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:36:59 web.1 | University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:36:59 web.1 | Communication::Block Load (1.1ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:36:59 web.1 | Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:36:59 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:36:59 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:36:59 web.1 | Communication::Block Exists? (1.0ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = '100a8f70-aaff-43ff-b638-acf608308db8' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/localization.rb:83:in 'Array#+'
11:36:59 web.1 | Search Load (1.2ms) SELECT "search_index".* FROM "search_index" WHERE "search_index"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "search_index"."about_object_type" = 'Communication::Website::Page' AND "search_index"."about_object_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "search_index"."about_localization_type" = 'Communication::Website::Page::Localization' AND "search_index"."about_localization_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "search_index"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "search_index"."extranet_id" IS NULL AND "search_index"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "search_index"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | CACHE University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."id" = '100a8f70-aaff-43ff-b638-acf608308db8' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.4ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Search Create (1.5ms) INSERT INTO "search_index" ("university_id", "title", "text", "language_id", "about_object_type", "about_object_id", "about_localization_type", "about_localization_id", "website_id", "extranet_id", "created_at", "updated_at") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', NULL, NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', 'Communication::Website::Page', '100a8f70-aaff-43ff-b638-acf608308db8', 'Communication::Website::Page::Localization', '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', NULL, '2025-03-24 10:36:59.712187', '2025-03-24 10:36:59.712187') RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:23:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Block Load (1.1ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE ORDER BY "communication_blocks"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/contentful.rb:20:in 'Enumerable#collect'
11:36:59 web.1 | Search Update (1.3ms) UPDATE "search_index" SET "title" = 'Plan du site', "text" = 'Plan du site ', "updated_at" = '2025-03-24 10:36:59.717368' WHERE "search_index"."id" = '9f565eaa-615f-4501-86aa-c76c569eee43' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/searchable.rb:26:in 'block in Searchable#save_search_data'
11:36:59 web.1 | Communication::Website::Menu Load (1.3ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."identifier" = 'legal' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:64:in 'Communication::Website::WithMenus#generate_automatic_menus_for_identifier'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.1ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.1ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-1634164e115f150d869c6a18904abf13"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-1634164e115f150d869c6a18904abf13' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-1634164e115f150d869c6a18904abf13' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.729992' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.3ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('e106dd3f-ccdf-4e21-957d-04dd001c939e', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"e106dd3f-ccdf-4e21-957d-04dd001c939e","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Page::Sitemap/100a8f70-aaff-43ff-b638-acf608308db8"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.735519000Z","scheduled_at":null}', '2025-03-24 10:36:59.735526', NULL, NULL, NULL, '2025-03-24 10:36:59.735526', '2025-03-24 10:36:59.735891', 'e106dd3f-ccdf-4e21-957d-04dd001c939e', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-1634164e115f150d869c6a18904abf13', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] SQL (0.9ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:59.735+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: e106dd3f-ccdf-4e21-957d-04dd001c939e) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x000000012dd04318 @uri=#<URI::GID gid://osuny/Communication::Website::Page::Sitemap/100a8f70-aaff-43ff-b638-acf608308db8>>}
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:36:59 web.1 | Language Load (1.2ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:59 web.1 | CACHE Language Load (0.7ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:57:in 'Communication::Website::WithMenus#initialize_menus'
11:36:59 web.1 | Communication::Website::Menu Load (1.1ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_menus"."identifier" = 'primary' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "communication_website_menus"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | University Load (1.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website::Menu Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_menus" WHERE "communication_website_menus"."identifier" = 'primary' AND "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website::Menu Create (1.6ms) INSERT INTO "communication_website_menus" ("university_id", "communication_website_id", "title", "identifier", "created_at", "updated_at", "original_id", "language_id", "automatic") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Menu principal', 'primary', '2025-03-24 10:36:59.768922', '2025-03-24 10:36:59.768922', NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', TRUE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.5ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (4.0ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-85c5e6a81550c327a64fff6e9e569456"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.8ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-85c5e6a81550c327a64fff6e9e569456' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-85c5e6a81550c327a64fff6e9e569456' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.780231' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('8673c045-6cf5-4c95-a7b0-0ec1d217aae4', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"8673c045-6cf5-4c95-a7b0-0ec1d217aae4","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Menu/1f642964-d937-441f-8fd4-c7c23a655a76"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.786091000Z","scheduled_at":null}', '2025-03-24 10:36:59.786098', NULL, NULL, NULL, '2025-03-24 10:36:59.786098', '2025-03-24 10:36:59.786392', '8673c045-6cf5-4c95-a7b0-0ec1d217aae4', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-85c5e6a81550c327a64fff6e9e569456', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (1.1ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.786+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 8673c045-6cf5-4c95-a7b0-0ec1d217aae4) to GoodJob(mice) with arguments: #<GlobalID:0x000000012e400608 @uri=#<URI::GID gid://osuny/Communication::Website::Menu/1f642964-d937-441f-8fd4-c7c23a655a76>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | Communication::Website::Menu Load (1.1ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_menus"."identifier" = 'legal' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "communication_website_menus"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | University Load (1.4ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Language Load (1.6ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website::Menu Exists? (1.3ms) SELECT 1 AS one FROM "communication_website_menus" WHERE "communication_website_menus"."identifier" = 'legal' AND "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website::Menu Create (1.4ms) INSERT INTO "communication_website_menus" ("university_id", "communication_website_id", "title", "identifier", "created_at", "updated_at", "original_id", "language_id", "automatic") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Informations légales', 'legal', '2025-03-24 10:36:59.808257', '2025-03-24 10:36:59.808257', NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', TRUE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.3ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.8ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-e4502067f617ed7f6b80254c62df2fea"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.8ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-e4502067f617ed7f6b80254c62df2fea' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-e4502067f617ed7f6b80254c62df2fea' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.819622' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('0df5fc3a-5b0a-477e-9222-5578ed48ff61', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"0df5fc3a-5b0a-477e-9222-5578ed48ff61","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Menu/ca93c86c-cb69-408c-ad77-0fa934f81fe3"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.825472000Z","scheduled_at":null}', '2025-03-24 10:36:59.825480', NULL, NULL, NULL, '2025-03-24 10:36:59.825480', '2025-03-24 10:36:59.825771', '0df5fc3a-5b0a-477e-9222-5578ed48ff61', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-e4502067f617ed7f6b80254c62df2fea', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (1.3ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.825+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: 0df5fc3a-5b0a-477e-9222-5578ed48ff61) to GoodJob(mice) with arguments: #<GlobalID:0x000000012eb2c4e0 @uri=#<URI::GID gid://osuny/Communication::Website::Menu/ca93c86c-cb69-408c-ad77-0fa934f81fe3>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | Communication::Website::Menu Load (1.2ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_menus"."identifier" = 'social' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "communication_website_menus"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | University Load (1.7ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Language Load (1.3ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website::Menu Exists? (1.4ms) SELECT 1 AS one FROM "communication_website_menus" WHERE "communication_website_menus"."identifier" = 'social' AND "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | Communication::Website::Menu Create (2.1ms) INSERT INTO "communication_website_menus" ("university_id", "communication_website_id", "title", "identifier", "created_at", "updated_at", "original_id", "language_id", "automatic") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'Liens sociaux', 'social', '2025-03-24 10:36:59.847212', '2025-03-24 10:36:59.847212', NULL, '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1', TRUE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:89:in 'Communication::Website::WithMenus#create_default_menu'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.4ms) SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.8ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Dependencies::CleanWebsitesIfNecessaryJob-mice-83cd8271e68ee02abcbeff54f314de50"]]
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-83cd8271e68ee02abcbeff54f314de50' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Dependencies::CleanWebsitesIfNecessaryJob-mice-83cd8271e68ee02abcbeff54f314de50' AND "good_jobs"."created_at" > '2025-03-24 10:35:59.859376' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] TRANSACTION (1.3ms) ROLLBACK TO SAVEPOINT active_record_1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] GoodJob::Job Create (1.5ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('b016b778-bbcf-48e4-8d44-bec295577247', 'mice', 0, '{"job_class":"Dependencies::CleanWebsitesIfNecessaryJob","job_id":"b016b778-bbcf-48e4-8d44-bec295577247","provider_job_id":null,"queue_name":"mice","priority":null,"arguments":[{"_aj_globalid":"gid://osuny/Communication::Website::Menu/7b6442c6-9dea-460c-9d04-39fd2766bf37"}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:36:59.865042000Z","scheduled_at":null}', '2025-03-24 10:36:59.865052', NULL, NULL, NULL, '2025-03-24 10:36:59.865052', '2025-03-24 10:36:59.865343', 'b016b778-bbcf-48e4-8d44-bec295577247', 'Dependencies::CleanWebsitesIfNecessaryJob-mice-83cd8271e68ee02abcbeff54f314de50', NULL, NULL, NULL, NULL, NULL, 'Dependencies::CleanWebsitesIfNecessaryJob', NULL, NULL, NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] SQL (1.2ms) NOTIFY good_job, '{"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.865+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | [ActiveJob] Enqueued Dependencies::CleanWebsitesIfNecessaryJob (Job ID: b016b778-bbcf-48e4-8d44-bec295577247) to GoodJob(mice) with arguments: #<GlobalID:0x000000012f048578 @uri=#<URI::GID gid://osuny/Communication::Website::Menu/7b6442c6-9dea-460c-9d04-39fd2766bf37>>
11:36:59 web.1 | [ActiveJob] ↳ app/models/concerns/with_dependencies.rb:120:in 'WithDependencies#clean_websites_if_necessary'
11:36:59 web.1 | Communication::Website::Menu Load (1.1ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."automatic" = TRUE AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' ORDER BY "communication_website_menus"."id" ASC LIMIT 1000 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/with_menus.rb:70:in 'Communication::Website::WithMenus#generate_automatic_menus_for_language'
11:36:59 web.1 | Communication::Website::Menu::Item Delete All (1.6ms) DELETE FROM "communication_website_menu_items" WHERE "communication_website_menu_items"."menu_id" = '1f642964-d937-441f-8fd4-c7c23a655a76' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:23:in 'Communication::Website::Menu::WithAutomatism#clear_items'
11:36:59 web.1 | Communication::Website Load (11.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:27:in 'Communication::Website::Menu::WithAutomatism#create_items'
11:36:59 web.1 | Communication::Website::Page Load (1.4ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" IS NULL ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:27:in 'Communication::Website::Menu::WithAutomatism#create_items'
11:36:59 web.1 | Communication::Website::Page Load (1.7ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:36:59 web.1 | Language Load (3.8ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:41:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.5ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:59 web.1 | University Load (1.3ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:44:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:36:59 web.1 | Communication::Website::Menu::Item Create (1.9ms) INSERT INTO "communication_website_menu_items" ("university_id", "website_id", "menu_id", "title", "position", "kind", "parent_id", "about_type", "about_id", "created_at", "updated_at", "url", "should_open_new_tab") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', '1f642964-d937-441f-8fd4-c7c23a655a76', 'Actualités', 1, 20, NULL, 'Communication::Website::Page', 'bd2c29d8-e311-4909-ac2a-e30bcc097b45', '2025-03-24 10:36:59.935369', '2025-03-24 10:36:59.935369', NULL, FALSE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:39:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:36:59 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:59 web.1 | Communication::Website::Menu::Item Create (1.6ms) INSERT INTO "communication_website_menu_items" ("university_id", "website_id", "menu_id", "title", "position", "kind", "parent_id", "about_type", "about_id", "created_at", "updated_at", "url", "should_open_new_tab") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', '1f642964-d937-441f-8fd4-c7c23a655a76', 'Équipe', 2, 20, NULL, 'Communication::Website::Page', 'f16e7f42-6fca-4951-a709-2fd8f8f21424', '2025-03-24 10:36:59.946861', '2025-03-24 10:36:59.946861', NULL, FALSE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:39:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:36:59 web.1 | Communication::Website::Page Load (1.7ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'c831fade-db53-4ed7-9abd-013260695598' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:59 web.1 | Communication::Website::Menu::Item Create (1.5ms) INSERT INTO "communication_website_menu_items" ("university_id", "website_id", "menu_id", "title", "position", "kind", "parent_id", "about_type", "about_id", "created_at", "updated_at", "url", "should_open_new_tab") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', '1f642964-d937-441f-8fd4-c7c23a655a76', 'Organisations', 3, 20, NULL, 'Communication::Website::Page', 'c831fade-db53-4ed7-9abd-013260695598', '2025-03-24 10:36:59.958688', '2025-03-24 10:36:59.958688', NULL, FALSE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:39:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:36:59 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'c831fade-db53-4ed7-9abd-013260695598' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:36:59 web.1 | Communication::Website::Menu::Item Delete All (1.0ms) DELETE FROM "communication_website_menu_items" WHERE "communication_website_menu_items"."menu_id" = '7b6442c6-9dea-460c-9d04-39fd2766bf37' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:23:in 'Communication::Website::Menu::WithAutomatism#clear_items'
11:36:59 web.1 | Communication::Website Load (1.3ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:27:in 'Communication::Website::Menu::WithAutomatism#create_items'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" IS NULL ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:27:in 'Communication::Website::Menu::WithAutomatism#create_items'
11:36:59 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:36:59 web.1 | Communication::Website::Menu::Item Delete All (1.0ms) DELETE FROM "communication_website_menu_items" WHERE "communication_website_menu_items"."menu_id" = 'ca93c86c-cb69-408c-ad77-0fa934f81fe3' /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:23:in 'Communication::Website::Menu::WithAutomatism#clear_items'
11:36:59 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:27:in 'Communication::Website::Menu::WithAutomatism#create_items'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."parent_id" IS NULL ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:27:in 'Communication::Website::Menu::WithAutomatism#create_items'
11:36:59 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:36:59 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:41:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:36:59 web.1 | Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:36:59 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:44:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:36:59 web.1 | Communication::Website::Menu::Item Create (1.4ms) INSERT INTO "communication_website_menu_items" ("university_id", "website_id", "menu_id", "title", "position", "kind", "parent_id", "about_type", "about_id", "created_at", "updated_at", "url", "should_open_new_tab") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ca93c86c-cb69-408c-ad77-0fa934f81fe3', 'Mentions légales', 4, 20, NULL, 'Communication::Website::Page', 'd96a712c-7443-4bc1-8c79-37e6c6a5a988', '2025-03-24 10:36:59.995011', '2025-03-24 10:36:59.995011', NULL, FALSE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:36:59 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:39:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:36:59 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Menu::Item Create (2.2ms) INSERT INTO "communication_website_menu_items" ("university_id", "website_id", "menu_id", "title", "position", "kind", "parent_id", "about_type", "about_id", "created_at", "updated_at", "url", "should_open_new_tab") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ca93c86c-cb69-408c-ad77-0fa934f81fe3', 'Politique de confidentialité', 5, 20, NULL, 'Communication::Website::Page', 'bb658e0e-d26c-4b2e-b37f-040a44990e1f', '2025-03-24 10:37:00.004557', '2025-03-24 10:37:00.004557', NULL, FALSE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:39:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:37:00 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Menu::Item Create (2.7ms) INSERT INTO "communication_website_menu_items" ("university_id", "website_id", "menu_id", "title", "position", "kind", "parent_id", "about_type", "about_id", "created_at", "updated_at", "url", "should_open_new_tab") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ca93c86c-cb69-408c-ad77-0fa934f81fe3', 'Accessibilité', 6, 20, NULL, 'Communication::Website::Page', 'f3d3c216-ff19-45fa-9036-dd13488f610a', '2025-03-24 10:37:00.014251', '2025-03-24 10:37:00.014251', NULL, FALSE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:39:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:37:00 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Menu::Item Create (1.3ms) INSERT INTO "communication_website_menu_items" ("university_id", "website_id", "menu_id", "title", "position", "kind", "parent_id", "about_type", "about_id", "created_at", "updated_at", "url", "should_open_new_tab") VALUES ('ebf2d273-ffc9-4d9f-a4ee-a2146913d617', '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d', 'ca93c86c-cb69-408c-ad77-0fa934f81fe3', 'Plan du site', 7, 20, NULL, 'Communication::Website::Page', '100a8f70-aaff-43ff-b638-acf608308db8', '2025-03-24 10:37:00.024038', '2025-03-24 10:37:00.024038', NULL, FALSE) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:39:in 'Communication::Website::Menu::WithAutomatism#create_item_for'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."parent_id" = '100a8f70-aaff-43ff-b638-acf608308db8' ORDER BY "communication_website_pages"."position" ASC /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/menu/with_automatism.rb:32:in 'Communication::Website::Menu::WithAutomatism#create_items_for_children_of'
11:37:00 web.1 | Communication::Website Update (1.2ms) UPDATE "communication_websites" SET "updated_at" = '2025-03-24 10:36:56.787374' WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Home' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Language Load (2.1ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationPost' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | CACHE Language Load (1.5ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationAgenda' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/communication_agenda.rb:12:in 'Communication::Website::Page::CommunicationAgenda#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationAgendaExhibition' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (1.6ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/communication_agenda_exhibition.rb:12:in 'Communication::Website::Page::CommunicationAgendaExhibition#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationAgendaExhibitionArchive' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/communication_agenda_exhibition_archive.rb:11:in 'Communication::Website::Page::CommunicationAgendaExhibitionArchive#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::CommunicationPortfolio' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (2.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/communication_portfolio.rb:12:in 'Communication::Website::Page::CommunicationPortfolio#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Person' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | CACHE Language Load (0.7ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page Load (2.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Organization' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | CACHE Language Load (0.7ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'c831fade-db53-4ed7-9abd-013260695598' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page Load (2.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::EducationDiploma' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (1.6ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/education_diploma.rb:4:in 'Communication::Website::Page::EducationDiploma#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::EducationProgram' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/education_program.rb:4:in 'Communication::Website::Page::EducationProgram#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (0.9ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::ResearchVolume' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (1.6ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/research_volume.rb:4:in 'Communication::Website::Page::ResearchVolume#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::ResearchPaper' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/research_paper.rb:4:in 'Communication::Website::Page::ResearchPaper#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::ResearchPublication' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/research_publication.rb:4:in 'Communication::Website::Page::ResearchPublication#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Connection Pluck (1.0ms) SELECT "communication_website_connections"."indirect_object_id" FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."indirect_object_type" = 'Research::Publication' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:115:in 'Communication::Website::WithConnectedObjects#connected_publications'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::AdministrationLocation' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/administration_location.rb:4:in 'Communication::Website::Page::AdministrationLocation#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Administrator' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (1.6ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/administrator.rb:4:in 'Communication::Website::Page::Administrator#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.2ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Author' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | CACHE Language Load (0.8ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page Load (2.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Researcher' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/researcher.rb:4:in 'Communication::Website::Page::Researcher#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Teacher' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/teacher.rb:4:in 'Communication::Website::Page::Teacher#is_necessary_for_website?'
11:37:00 web.1 | Communication::Website::Page Load (2.0ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::LegalTerm' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | CACHE Language Load (1.2ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page Load (1.7ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::PrivacyPolicy' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (1.6ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | CACHE Language Load (0.8ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page Load (1.3ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Accessibility' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | CACHE Language Load (0.7ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page Load (1.1ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_pages"."type" = 'Communication::Website::Page::Sitemap' ORDER BY "communication_website_pages"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_special_pages.rb:26:in 'Communication::Website::WithSpecialPages#find_special_page'
11:37:00 web.1 | CACHE Communication::Website Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | CACHE Language Load (2.0ms) SELECT "languages".* FROM "languages" INNER JOIN "communication_website_localizations" ON "languages"."id" = "communication_website_localizations"."language_id" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d'
11:37:00 web.1 | ↳ app/models/communication/website/page/with_special_page.rb:109:in 'Communication::Website::Page::WithSpecialPage#create_missing_localizations!'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page::Home Update (1.0ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:57.246297' WHERE "communication_website_pages"."id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | Communication::Website::Connection Load (1.1ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "communication_website_connections"."direct_source_id" = 'b67338be-cedc-495e-95df-8f64e0787ff7' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.1ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.181461' WHERE "communication_website_connections"."id" = '5309f078-a51c-489c-8662-ff64d208913f' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (0.9ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (0.9ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '98cc2cfe-f5f4-4929-b62b-4849bfb34fc1' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | Communication::Website::Page::CommunicationPost Update (1.7ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:57.574236' WHERE "communication_website_pages"."id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | Communication::Website::Connection Load (1.0ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "communication_website_connections"."direct_source_id" = 'bd2c29d8-e311-4909-ac2a-e30bcc097b45' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.2ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.204559' WHERE "communication_website_connections"."id" = '6be3583c-c6cd-4ff3-9c60-abb2b04a02de' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (2.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (1.0ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (1.2ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '7ad0d420-e4ac-4083-bf52-a96f782466a9' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | Communication::Website::Page::Person Update (1.0ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:57.989347' WHERE "communication_website_pages"."id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | Communication::Website::Connection Pluck (1.7ms) SELECT "communication_website_connections"."indirect_object_id" FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."indirect_object_type" = 'University::Person' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page::Person' AND "communication_website_connections"."direct_source_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/person.rb:21:in 'Communication::Website::Page::Person#explicitly_connected_people'
11:37:00 web.1 | Communication::Website::Connection Load (1.1ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "communication_website_connections"."direct_source_id" = 'f16e7f42-6fca-4951-a709-2fd8f8f21424' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.0ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.231519' WHERE "communication_website_connections"."id" = 'e4e9abd3-a11b-4a0d-9abf-8b41c9231481' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.7ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (1.2ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (1.5ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'f96b0b68-b040-4187-b363-9caa77f2130d' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | Communication::Website::Page::Organization Update (3.0ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:58.288763' WHERE "communication_website_pages"."id" = 'c831fade-db53-4ed7-9abd-013260695598' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'c831fade-db53-4ed7-9abd-013260695598' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | Communication::Website::Connection Pluck (1.1ms) SELECT "communication_website_connections"."indirect_object_id" FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."indirect_object_type" = 'University::Organization' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page::Organization' AND "communication_website_connections"."direct_source_id" = 'c831fade-db53-4ed7-9abd-013260695598' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/organization.rb:21:in 'Communication::Website::Page::Organization#explicitly_connected_organizations'
11:37:00 web.1 | Communication::Website::Connection Load (1.8ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "communication_website_connections"."direct_source_id" = 'c831fade-db53-4ed7-9abd-013260695598' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.0ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.259941' WHERE "communication_website_connections"."id" = 'd8399483-3aa7-4d7e-837d-2b7c9ee20523' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (1.0ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (1.0ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '84cc6dfa-565d-465b-a6d2-f31564631733' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | Communication::Website::Page::Author Update (1.8ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:58.649229' WHERE "communication_website_pages"."id" = '18944b3b-a189-4a37-9dd4-61028636bb54' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | University::Person Pluck (1.1ms) SELECT DISTINCT "university_people"."id" FROM "university_people" INNER JOIN "communication_website_posts_university_people" ON "university_people"."id" = "communication_website_posts_university_people"."university_person_id" INNER JOIN "communication_website_posts" ON "communication_website_posts_university_people"."communication_website_post_id" = "communication_website_posts"."id" WHERE "communication_website_posts"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/author.rb:22:in 'Communication::Website::Page::Author#dependencies_authors'
11:37:00 web.1 | Communication::Website::Connection Load (1.1ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "communication_website_connections"."direct_source_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.0ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.286682' WHERE "communication_website_connections"."id" = '5bddb0ca-67bf-4bc0-892a-2e9aeb8fa72a' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (0.9ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (1.0ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | Communication::Website::Page::LegalTerm Update (0.9ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:58.920104' WHERE "communication_website_pages"."id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | Communication::Website::Connection Load (1.4ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "communication_website_connections"."direct_source_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.2ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.310263' WHERE "communication_website_connections"."id" = '7936779c-7e83-4bbc-b0d7-46cd3cd0eb24' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.5ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (1.0ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (1.0ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | Communication::Website::Page::PrivacyPolicy Update (1.0ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:59.172533' WHERE "communication_website_pages"."id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | Communication::Website::Connection Load (1.8ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "communication_website_connections"."direct_source_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.8ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.336545' WHERE "communication_website_connections"."id" = '90776e3c-19e3-4e20-bc0b-e9499bbe2162' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.1ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (1.4ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (0.7ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (0.9ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | Communication::Website::Page::Accessibility Update (0.9ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:59.370520' WHERE "communication_website_pages"."id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.2ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | Communication::Website::Connection Load (1.0ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "communication_website_connections"."direct_source_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.0ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.360473' WHERE "communication_website_connections"."id" = '569b72df-0902-479a-b4af-d42e9fed3228' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.1ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (1.0ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (1.0ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | Communication::Website::Page::Sitemap Update (0.9ms) UPDATE "communication_website_pages" SET "updated_at" = '2025-03-24 10:36:59.580666' WHERE "communication_website_pages"."id" = '100a8f70-aaff-43ff-b638-acf608308db8' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page.rb:102:in 'Communication::Website::Page#dependencies'
11:37:00 web.1 | Communication::Website::Connection Load (1.4ms) SELECT "communication_website_connections".* FROM "communication_website_connections" WHERE "communication_website_connections"."website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_connections"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_website_connections"."indirect_object_type" = 'Communication::Website::Page::Localization' AND "communication_website_connections"."indirect_object_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "communication_website_connections"."direct_source_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_connections"."direct_source_type" = 'Communication::Website::Page' ORDER BY "communication_website_connections"."id" ASC LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:161:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | Communication::Website::Connection Update (1.3ms) UPDATE "communication_website_connections" SET "updated_at" = '2025-03-24 10:37:00.382801' WHERE "communication_website_connections"."id" = 'a4835b2b-19d0-4a54-bf62-009792d069a2' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/with_connected_objects.rb:162:in 'Communication::Website::WithConnectedObjects#connect_object'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:155:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'shared_image' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:156:in 'Communication::Website::Page::Localization#explicit_blob_ids'
11:37:00 web.1 | University Load (1.0ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_blobs.rb:27:in 'WithBlobs#blobs_with_ids'
11:37:00 web.1 | Communication::Block Load (1.3ms) SELECT "communication_blocks".* FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:79:in 'Array#+'
11:37:00 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:80:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 web.1 | CACHE Communication::Website::Configs::DefaultContentSecurityPolicy Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/website/with_configs.rb:31:in 'Communication::Website::WithConfigs#config_default_content_security_policy'
11:37:00 web.1 | Communication::Block Exists? (1.5ms) SELECT 1 AS one FROM "communication_blocks" WHERE "communication_blocks"."about_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "communication_blocks"."about_type" = 'Communication::Website::Page::Localization' AND "communication_blocks"."published" = TRUE LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/page/localization.rb:81:in 'Communication::Website::Page::Localization#dependencies'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:56.819+01:00"}
11:37:00 web.1 | TRANSACTION (3.0ms) COMMIT /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/with_git.rb:9:in 'WithGit#save_and_sync'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:56.860+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.116+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.139+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.262+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.293+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.321+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:57.507+01:00"}
11:37:00 web.1 | Communication::Website::Menu Load (1.4ms) SELECT "communication_website_menus".* FROM "communication_website_menus" WHERE "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' /*action='create',application='Osuny',controller='websites'*/
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.601+01:00"}
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:79:in 'Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.629+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:57.649+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:57.879+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.004+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.027+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.047+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:58.227+01:00"}
11:37:00 web.1 | CACHE Communication::Website Load (0.9ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.303+01:00"}
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.325+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.344+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:58.458+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.667+01:00"}
11:37:00 web.1 | CACHE University Load (0.8ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.690+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.710+01:00"}
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:58.838+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.933+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.958+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:58.988+01:00"}
11:37:00 web.1 | TRANSACTION (1.1ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:59.114+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.186+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.205+01:00"}
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.227+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:59.311+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.384+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.403+01:00"}
11:37:00 web.1 | Language Load (3.4ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.422+01:00"}
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:59.508+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.600+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.623+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.644+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:36:59.735+01:00"}
11:37:00 web.1 | Communication::Website::Menu Exists? (1.0ms) SELECT 1 AS one FROM "communication_website_menus" WHERE "communication_website_menus"."identifier" = 'primary' AND "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.786+01:00"}
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.825+01:00"}
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:36:59.865+01:00"}
11:37:00 web.1 | TRANSACTION (0.8ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | TRANSACTION (1.3ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | Communication::Website Load (3.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | Language Load (1.0ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | Communication::Website::Menu Exists? (1.0ms) SELECT 1 AS one FROM "communication_website_menus" WHERE "communication_website_menus"."identifier" = 'legal' AND "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | TRANSACTION (1.0ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | TRANSACTION (1.1ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | Communication::Website Load (3.8ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | Communication::Website::Menu Exists? (1.1ms) SELECT 1 AS one FROM "communication_website_menus" WHERE "communication_website_menus"."identifier" = 'social' AND "communication_website_menus"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_menus"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | TRANSACTION (0.8ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website/localization.rb:82:in 'block in Communication::Website::Localization#create_existing_menus_in_language'
11:37:00 web.1 | [ActiveJob] TRANSACTION (0.9ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (2.7ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3"]]
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.9ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3' AND "good_jobs"."created_at" > '2025-03-24 10:36:00.457999' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (0.9ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.5ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Create (3.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('6dd72808-84b9-4720-bfab-a9cdaea9b228', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"6dd72808-84b9-4720-bfab-a9cdaea9b228","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Menu/1f642964-d937-441f-8fd4-c7c23a655a76"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:37:00.462957000Z","scheduled_at":null}', '2025-03-24 10:37:00.462965', NULL, NULL, NULL, '2025-03-24 10:37:00.462965', '2025-03-24 10:37:00.463392', '6dd72808-84b9-4720-bfab-a9cdaea9b228', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.0ms) COMMIT /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:00.462+01:00"}
11:37:00 web.1 | [ActiveJob] SQL (0.8ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:00.462+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: 6dd72808-84b9-4720-bfab-a9cdaea9b228) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x000000012ae0aa30 @uri=#<URI::GID gid://osuny/Communication::Website::Menu/1f642964-d937-441f-8fd4-c7c23a655a76>>}
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.0ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (2.9ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3"]]
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.5ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Aborted enqueue of Communication::Website::DirectObject::SyncWithGitJob (Job ID: 871b16f8-f8e8-4549-8306-0e9ba55615d2) because the concurrency key 'Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3' has reached its enqueue limit of 1 job
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.2ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Failed enqueuing Communication::Website::DirectObject::SyncWithGitJob to GoodJob(elephant), a before_enqueue callback halted the enqueuing execution.
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.1ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (2.9ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3"]]
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.8ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Aborted enqueue of Communication::Website::DirectObject::SyncWithGitJob (Job ID: 47be4833-8a4d-44a2-9ba5-847b37d44f35) because the concurrency key 'Communication::Website::DirectObject::SyncWithGitJob-elephant-6c78d350cec821227863c8d2caba74e3' has reached its enqueue limit of 1 job
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.0ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Failed enqueuing Communication::Website::DirectObject::SyncWithGitJob to GoodJob(elephant), a before_enqueue callback halted the enqueuing execution.
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.1ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (2.9ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95"]]
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.4ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95' AND "good_jobs"."created_at" > '2025-03-24 10:36:00.499960' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.3ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Create (4.3ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('b7d5645c-67e1-4520-bd02-ecaadf4244cd', 'elephant', 0, '{"job_class":"Communication::Website::DirectObject::SyncWithGitJob","job_id":"b7d5645c-67e1-4520-bd02-ecaadf4244cd","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d",{"direct_object":{"_aj_globalid":"gid://osuny/Communication::Website::Menu/ca93c86c-cb69-408c-ad77-0fa934f81fe3"},"_aj_ruby2_keywords":["direct_object"]}],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:37:00.505472000Z","scheduled_at":null}', '2025-03-24 10:37:00.505481', NULL, NULL, NULL, '2025-03-24 10:37:00.505481', '2025-03-24 10:37:00.505920', 'b7d5645c-67e1-4520-bd02-ecaadf4244cd', 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::DirectObject::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.3ms) COMMIT /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] SQL (1.4ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:00.505+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Enqueued Communication::Website::DirectObject::SyncWithGitJob (Job ID: b7d5645c-67e1-4520-bd02-ecaadf4244cd) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", {direct_object: #<GlobalID:0x0000000129f67be0 @uri=#<URI::GID gid://osuny/Communication::Website::Menu/ca93c86c-cb69-408c-ad77-0fa934f81fe3>>}
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.2ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.9ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95"]]
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Aborted enqueue of Communication::Website::DirectObject::SyncWithGitJob (Job ID: 7871ddd4-5381-4441-89eb-b29d2ae1d4ea) because the concurrency key 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95' has reached its enqueue limit of 1 job
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Failed enqueuing Communication::Website::DirectObject::SyncWithGitJob to GoodJob(elephant), a before_enqueue callback halted the enqueuing execution.
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (0.9ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.1ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95"]]
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:00.505+01:00"}
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.7ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Aborted enqueue of Communication::Website::DirectObject::SyncWithGitJob (Job ID: dfd35036-b8eb-4ca3-9c8d-f15af150006b) because the concurrency key 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95' has reached its enqueue limit of 1 job
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.0ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Failed enqueuing Communication::Website::DirectObject::SyncWithGitJob to GoodJob(elephant), a before_enqueue callback halted the enqueuing execution.
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.1ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.5ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95"]]
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.6ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Aborted enqueue of Communication::Website::DirectObject::SyncWithGitJob (Job ID: dc3fcbfb-0e56-474a-bf8d-062ada9a1b4f) because the concurrency key 'Communication::Website::DirectObject::SyncWithGitJob-elephant-3f957b60d29788f2006f6bf8ba86fc95' has reached its enqueue limit of 1 job
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.1ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] Failed enqueuing Communication::Website::DirectObject::SyncWithGitJob to GoodJob(elephant), a before_enqueue callback halted the enqueuing execution.
11:37:00 web.1 | [ActiveJob] ↳ app/models/concerns/with_git.rb:27:in 'WithGit#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.4ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Lockable Advisory Lock (3.4ms) SELECT pg_advisory_xact_lock(('x'||substr(md5($1::text), 1, 16))::bit(64)::bigint)::text AS locked /*action='create',application='Osuny',controller='websites'*/ [["key", "Communication::Website::SyncWithGitJob-elephant-0a296746f758dffe136afc4d0c29d339"]]
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.3ms) SELECT COUNT(*) FROM "good_jobs" LEFT JOIN pg_locks ON pg_locks.locktype = 'advisory' AND pg_locks.objsubid = 1 AND pg_locks.classid = ('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(32)::int AND pg_locks.objid = (('x' || substr(md5('good_jobs' || '-' || "good_jobs"."id"::text), 1, 16))::bit(64) << 32)::bit(32)::int WHERE "good_jobs"."concurrency_key" = 'Communication::Website::SyncWithGitJob-elephant-0a296746f758dffe136afc4d0c29d339' AND "good_jobs"."finished_at" IS NULL AND "pg_locks"."locktype" IS NULL /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Count (1.2ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."concurrency_key" = 'Communication::Website::SyncWithGitJob-elephant-0a296746f758dffe136afc4d0c29d339' AND "good_jobs"."created_at" > '2025-03-24 10:36:00.558931' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.4ms) ROLLBACK /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.2ms) BEGIN /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] GoodJob::Job Create (3.6ms) INSERT INTO "good_jobs" ("id", "queue_name", "priority", "serialized_params", "scheduled_at", "performed_at", "finished_at", "error", "created_at", "updated_at", "active_job_id", "concurrency_key", "cron_key", "cron_at", "batch_id", "batch_callback_id", "executions_count", "job_class", "error_event", "labels", "locked_by_id", "locked_at") VALUES ('6a5bd920-778f-4f33-83f1-e5a47866f5bc', 'elephant', 0, '{"job_class":"Communication::Website::SyncWithGitJob","job_id":"6a5bd920-778f-4f33-83f1-e5a47866f5bc","provider_job_id":null,"queue_name":"elephant","priority":null,"arguments":["20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d"],"executions":0,"exception_executions":{},"locale":"fr","timezone":"Europe/Paris","enqueued_at":"2025-03-24T10:37:00.563789000Z","scheduled_at":null}', '2025-03-24 10:37:00.563797', NULL, NULL, NULL, '2025-03-24 10:37:00.563797', '2025-03-24 10:37:00.564143', '6a5bd920-778f-4f33-83f1-e5a47866f5bc', 'Communication::Website::SyncWithGitJob-elephant-0a296746f758dffe136afc4d0c29d339', NULL, NULL, NULL, NULL, NULL, 'Communication::Website::SyncWithGitJob', NULL, '{website}', NULL, NULL) RETURNING "id" /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] TRANSACTION (1.3ms) COMMIT /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] SQL (0.7ms) NOTIFY good_job, '{"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:00.563+01:00"}' /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 web.1 | [ActiveJob] Enqueued Communication::Website::SyncWithGitJob (Job ID: 6a5bd920-778f-4f33-83f1-e5a47866f5bc) to GoodJob(elephant) with arguments: "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d"
11:37:00 web.1 | [ActiveJob] ↳ app/models/communication/website.rb:189:in 'Communication::Website#sync_with_git'
11:37:00 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:00.563+01:00"}
11:37:00 web.1 | Communication::Website::Localization Load (0.9ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='create',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Redirected to http://demo.osuny:3000/admin/fr/communication/websites/20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d?website_id=20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d
11:37:00 web.1 | Completed 302 Found in 3840ms (ActiveRecord: 504.3ms (953 queries, 143 cached) | GC: 339.4ms)
11:37:00 web.1 |
11:37:00 web.1 |
11:37:00 web.1 | Started GET "/admin/fr/communication/websites/20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d?website_id=20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d" for 127.0.0.1 at 2025-03-24 11:37:00 +0100
11:37:00 web.1 | Processing by Admin::Communication::WebsitesController#show as HTML
11:37:00 web.1 | Parameters: {"website_id" => "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d", "lang" => "fr", "id" => "20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d"}
11:37:00 web.1 | User Load (1.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = '63998e73-8fa6-4dbe-807d-4e2ea06e80f8' ORDER BY "users"."id" ASC LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/services/locale_service.rb:5:in 'LocaleService.locale'
11:37:00 web.1 | Communication::Extranet Load (1.1ms) SELECT "communication_extranets".* FROM "communication_extranets" WHERE "communication_extranets"."host" = 'demo.osuny' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/extranet.rb:87:in 'Communication::Extranet.with_host'
11:37:00 web.1 | University Load (1.2ms) SELECT "universities".* FROM "universities" WHERE "universities"."identifier" = 'demo' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/university/with_identifier.rb:17:in 'University.with_host'
11:37:00 web.1 | CACHE Communication::Extranet Load (0.6ms) SELECT "communication_extranets".* FROM "communication_extranets" WHERE "communication_extranets"."host" = 'demo.osuny' LIMIT 1
11:37:00 web.1 | ↳ app/models/communication/extranet.rb:87:in 'Communication::Extranet.with_host'
11:37:00 web.1 | Communication::Website Load (1.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/controllers/application_controller/with_locale.rb:19:in 'ApplicationController::WithLocale#switch_locale'
11:37:00 web.1 | Language Load (1.4ms) SELECT "languages".* FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "languages"."iso_code" = 'fr' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/university/with_languages.rb:17:in 'University::WithLanguages#best_language_for'
11:37:00 web.1 | Communication::Website::Localization Load (1.1ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | CACHE Communication::Website::Localization Load (1.0ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Rendering layout admin/layouts/application.html.erb
11:37:00 web.1 | Rendering admin/communication/websites/show.html.erb within admin/layouts/application
11:37:00 web.1 | User::Favorite Exists? (1.9ms) SELECT 1 AS one FROM "user_favorites" WHERE "user_favorites"."user_id" = '63998e73-8fa6-4dbe-807d-4e2ea06e80f8' AND "user_favorites"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "user_favorites"."about_type" = 'Communication::Website' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/user/with_favorites.rb:18:in 'User::WithFavorites#favorite?'
11:37:00 web.1 | Rendered admin/application/favorites/_widget.html.erb (Duration: 4.8ms | GC: 1.0ms)
11:37:00 web.1 | Communication::Website::Page Load (2.7ms) SELECT "communication_website_pages"."id", "communication_website_pages"."university_id", "communication_website_pages"."communication_website_id", "communication_website_pages"."parent_id", "communication_website_pages"."position", "communication_website_pages"."created_at", "communication_website_pages"."updated_at", "communication_website_pages"."bodyclass", "communication_website_pages"."full_width", "communication_website_pages"."type", "communication_website_pages"."migration_identifier", "communication_website_pages"."design_options" FROM "communication_website_pages" INNER JOIN "communication_website_page_localizations" ON "communication_website_page_localizations"."about_id" = "communication_website_pages"."id" WHERE "communication_website_pages"."communication_website_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' AND "communication_website_page_localizations"."published" = TRUE AND (communication_website_page_localizations.published_at <= '2025-03-24 10:37:00.687330') ORDER BY communication_website_page_localizations.updated_at DESC LIMIT 5 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/communication/websites/show/_pages.html.erb:10
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.8ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.5ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '2a9ab1a8-5c01-45ea-9c8b-bf023a4d1726' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/application/components/_thumbnail.html.erb:7
11:37:00 web.1 | Rendered admin/application/components/_thumbnail.html.erb (Duration: 3.8ms | GC: 0.7ms)
11:37:00 web.1 | Communication::Website Load (2.0ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/communication/websites/show/_pages.html.erb:15
11:37:00 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 02f5fc3c-4477-49d0-b498-88cdd95849cc
11:37:00 web.1 | CACHE Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '100a8f70-aaff-43ff-b638-acf608308db8' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.8ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | ActiveStorage::Attachment Load (2.3ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '8b562221-71c0-4128-bc18-e6facb439238' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/application/components/_thumbnail.html.erb:7
11:37:00 web.1 | Rendered admin/application/components/_thumbnail.html.erb (Duration: 4.1ms | GC: 1.0ms)
11:37:00 web.1 | CACHE Communication::Website Load (1.5ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/views/admin/communication/websites/show/_pages.html.erb:15
11:37:00 web.1 | CACHE Communication::Website::Page::Localization Load (1.1ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'f3d3c216-ff19-45fa-9036-dd13488f610a' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.6ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | ActiveStorage::Attachment Load (2.2ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '00cda7ae-b697-4891-a6a5-8399f7ffce0e' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/application/components/_thumbnail.html.erb:7
11:37:00 web.1 | Rendered admin/application/components/_thumbnail.html.erb (Duration: 3.7ms | GC: 1.0ms)
11:37:00 web.1 | CACHE Communication::Website Load (1.1ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/views/admin/communication/websites/show/_pages.html.erb:15
11:37:00 web.1 | CACHE Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'bb658e0e-d26c-4b2e-b37f-040a44990e1f' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page::Localization Load (2.0ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.6ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '0ee56e6b-1c9e-4a9e-a43e-d0f2060c3eed' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/application/components/_thumbnail.html.erb:7
11:37:00 web.1 | Rendered admin/application/components/_thumbnail.html.erb (Duration: 3.0ms | GC: 0.6ms)
11:37:00 web.1 | CACHE Communication::Website Load (2.2ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/views/admin/communication/websites/show/_pages.html.erb:15
11:37:00 web.1 | CACHE Communication::Website::Page::Localization Load (1.3ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = 'd96a712c-7443-4bc1-8c79-37e6c6a5a988' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Page::Localization Load (1.5ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | ActiveStorage::Attachment Load (1.8ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = 'c1405b7a-c6fd-4dac-a019-570ab12980ea' AND "active_storage_attachments"."record_type" = 'Communication::Website::Page::Localization' AND "active_storage_attachments"."name" = 'featured_image' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/application/components/_thumbnail.html.erb:7
11:37:00 web.1 | Rendered admin/application/components/_thumbnail.html.erb (Duration: 3.7ms | GC: 1.1ms)
11:37:00 web.1 | CACHE Communication::Website Load (1.4ms) SELECT "communication_websites".* FROM "communication_websites" WHERE "communication_websites"."id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' LIMIT 1
11:37:00 web.1 | ↳ app/views/admin/communication/websites/show/_pages.html.erb:15
11:37:00 web.1 | CACHE Communication::Website::Page::Localization Load (1.4ms) SELECT "communication_website_page_localizations".* FROM "communication_website_page_localizations" WHERE "communication_website_page_localizations"."about_id" = '18944b3b-a189-4a37-9dd4-61028636bb54' AND "communication_website_page_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Rendered admin/application/components/_all.html.erb (Duration: 0.5ms | GC: 0.0ms)
11:37:00 web.1 | Rendered admin/application/components/_panel.html.erb (Duration: 73.5ms | GC: 17.2ms)
11:37:00 web.1 | Rendered admin/communication/websites/show/_pages.html.erb (Duration: 74.8ms | GC: 17.4ms)
11:37:00 web.1 | Language Count (1.3ms) SELECT COUNT(*) FROM (SELECT 1 AS one FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 2) subquery_for_count /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/application/l10n/_widget.html.erb:4
11:37:00 web.1 | Language Load (1.7ms) SELECT "languages".* FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' ORDER BY "languages"."name" ASC /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/application/l10n/_widget.html.erb:10
11:37:00 web.1 | Communication::Website::Localization Load (1.5ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."language_id" = 'fb1bdb4a-fc08-44bc-a718-76b2655f750f' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | CACHE Communication::Website::Localization Load (1.2ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '20e7fb6f-a5a5-4dd5-a76b-c2cfae06316d' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Rendered admin/application/components/_panel.html.erb (Duration: 9.3ms | GC: 2.6ms)
11:37:00 web.1 | Rendered admin/application/l10n/_widget.html.erb (Duration: 13.6ms | GC: 3.8ms)
11:37:00 web.1 | Rendered admin/communication/websites/show.html.erb within admin/layouts/application (Duration: 99.0ms | GC: 23.5ms)
11:37:00 web.1 | Rendered admin/application/components/_search.html.erb (Duration: 0.6ms | GC: 0.2ms)
11:37:00 web.1 | CACHE Language Count (1.3ms) SELECT COUNT(*) FROM (SELECT 1 AS one FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 2) subquery_for_count
11:37:00 web.1 | ↳ app/views/admin/application/components/_nav.html.erb:18
11:37:00 web.1 | University Load (1.6ms) SELECT "universities".* FROM "universities" WHERE "universities"."id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website.rb:129:in 'Communication::Website.organized_for'
11:37:00 web.1 | User::Favorite Pluck (1.7ms) SELECT "user_favorites"."about_id" FROM "user_favorites" WHERE "user_favorites"."user_id" = '63998e73-8fa6-4dbe-807d-4e2ea06e80f8' AND "user_favorites"."about_type" = 'Communication::Website' /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website.rb:132:in 'Communication::Website.organized_for'
11:37:00 web.1 | Communication::Website Load (6.0ms) SELECT communication_websites.*, COALESCE(
11:37:00 web.1 | MAX(CASE WHEN localizations.language_id = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' THEN TRIM(LOWER(UNACCENT(localizations.name))) END),
11:37:00 web.1 | MAX(TRIM(LOWER(UNACCENT(localizations.name)))) FILTER (WHERE localizations.rank = 1)
11:37:00 web.1 | ) AS localization_name
11:37:00 web.1 | FROM "communication_websites" LEFT JOIN (
11:37:00 web.1 | SELECT
11:37:00 web.1 | localizations.*,
11:37:00 web.1 | ROW_NUMBER() OVER(PARTITION BY localizations.about_id ORDER BY localizations.created_at ASC) as rank
11:37:00 web.1 | FROM
11:37:00 web.1 | communication_website_localizations as localizations
11:37:00 web.1 | ) localizations ON communication_websites.id = localizations.about_id WHERE "communication_websites"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_websites"."id" IN ('8d3ad0cc-b65f-4c63-b319-034a3f06786d', '424a5d36-b59c-41f8-b5ac-684b381e5926', 'de90ffee-a022-47d1-8a3a-3f1649aea7cc') GROUP BY "communication_websites"."id" ORDER BY localization_name ASC /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website.rb:137:in 'Enumerable#collect'
11:37:00 web.1 | Communication::Website Load (5.4ms) SELECT communication_websites.*, COALESCE(
11:37:00 web.1 | MAX(CASE WHEN localizations.language_id = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' THEN TRIM(LOWER(UNACCENT(localizations.name))) END),
11:37:00 web.1 | MAX(TRIM(LOWER(UNACCENT(localizations.name)))) FILTER (WHERE localizations.rank = 1)
11:37:00 web.1 | ) AS localization_name
11:37:00 web.1 | FROM "communication_websites" LEFT JOIN (
11:37:00 web.1 | SELECT
11:37:00 web.1 | localizations.*,
11:37:00 web.1 | ROW_NUMBER() OVER(PARTITION BY localizations.about_id ORDER BY localizations.created_at ASC) as rank
11:37:00 web.1 | FROM
11:37:00 web.1 | communication_website_localizations as localizations
11:37:00 web.1 | ) localizations ON communication_websites.id = localizations.about_id WHERE "communication_websites"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' AND "communication_websites"."id" NOT IN ('8d3ad0cc-b65f-4c63-b319-034a3f06786d', '424a5d36-b59c-41f8-b5ac-684b381e5926', 'de90ffee-a022-47d1-8a3a-3f1649aea7cc') GROUP BY "communication_websites"."id" ORDER BY localization_name ASC LIMIT 3 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/communication/website.rb:146:in 'Enumerable#collect'
11:37:00 web.1 | Communication::Website::Localization Load (1.8ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '8d3ad0cc-b65f-4c63-b319-034a3f06786d' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Localization Load (1.6ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '424a5d36-b59c-41f8-b5ac-684b381e5926' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Localization Load (1.5ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = 'de90ffee-a022-47d1-8a3a-3f1649aea7cc' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob d6ff8407-c1a3-440d-a8ee-0dd94a409cb1
11:37:00 web.1 | Communication::Website::Localization Load (1.6ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = 'dfc95f7d-2655-4bc2-bc27-7bc3f9113478' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Localization Load (2.0ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = '27ccefe4-753c-49b3-ae4d-31675fc53ce5' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | Communication::Website::Localization Load (1.5ms) SELECT "communication_website_localizations".* FROM "communication_website_localizations" WHERE "communication_website_localizations"."about_id" = 'e34ef748-08ca-4cb9-a151-474e17a4a815' AND "communication_website_localizations"."language_id" = '9b93e55f-fefc-4383-9dc3-7fdef99fe9d1' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/models/concerns/localizable.rb:47:in 'Localizable#localization_for'
11:37:00 web.1 | CACHE Language Count (1.1ms) SELECT COUNT(*) FROM (SELECT 1 AS one FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' LIMIT 2) subquery_for_count
11:37:00 web.1 | ↳ app/views/admin/application/components/_nav.html.erb:68
11:37:00 web.1 | CACHE Language Load (1.1ms) SELECT "languages".* FROM "languages" INNER JOIN "languages_universities" ON "languages"."id" = "languages_universities"."language_id" WHERE "languages_universities"."university_id" = 'ebf2d273-ffc9-4d9f-a4ee-a2146913d617' ORDER BY "languages"."name" ASC
11:37:00 web.1 | ↳ app/views/admin/application/components/_nav.html.erb:71
11:37:00 web.1 | ActiveStorage::Attachment Load (1.9ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = '63998e73-8fa6-4dbe-807d-4e2ea06e80f8' AND "active_storage_attachments"."record_type" = 'User' AND "active_storage_attachments"."name" = 'picture' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:00 web.1 | ↳ app/views/admin/application/components/_nav.html.erb:88
11:37:00 web.1 | Rendered admin/application/components/_nav.html.erb (Duration: 78.7ms | GC: 21.2ms)
11:37:00 web.1 | Rendered admin/application/components/_realm.html.erb (Duration: 0.4ms | GC: 0.3ms)
11:37:00 web.1 | Rendered admin/application/components/_subnav.html.erb (Duration: 6.3ms | GC: 3.8ms)
11:37:00 web.1 | Rendered admin/application/components/_hero.html.erb (Duration: 0.4ms | GC: 0.0ms)
11:37:00 web.1 | Rendered application/_notice.html.erb (Duration: 0.1ms | GC: 0.0ms)
11:37:00 web.1 | Rendered admin/application/components/_user_unconfirmed.html.erb (Duration: 0.1ms | GC: 0.0ms)
11:37:01 web.1 | Rendered admin/application/components/_server_admin_only.html.erb (Duration: 0.1ms | GC: 0.0ms)
11:37:01 web.1 | Rendered admin/application/components/_commands.html.erb (Duration: 0.1ms | GC: 0.0ms)
11:37:01 web.1 | GoodJob::Job Count (1.2ms) SELECT COUNT(*) FROM "good_jobs" WHERE "good_jobs"."finished_at" IS NULL /*action='show',application='Osuny',controller='websites'*/
11:37:01 web.1 | ↳ app/controllers/application_controller.rb:15:in 'ApplicationController#background_tasks_count'
11:37:01 web.1 | Rendered admin/application/components/_footer.html.erb (Duration: 2.6ms | GC: 0.0ms)
11:37:01 web.1 | Rendered application/_bugsnag.html.erb (Duration: 0.1ms | GC: 0.0ms)
11:37:01 web.1 | Language Load (1.1ms) SELECT "languages".* FROM "languages" WHERE "languages"."iso_code" = 'fr' LIMIT 1 /*action='show',application='Osuny',controller='websites'*/
11:37:01 web.1 | ↳ app/controllers/application_controller/with_locale.rb:12:in 'ApplicationController::WithLocale#current_interface_language'
11:37:01 web.1 | Rendered application/_summernote_localization.html.erb (Duration: 2.0ms | GC: 0.0ms)
11:37:01 web.1 | Rendered layout admin/layouts/application.html.erb (Duration: 295.8ms | GC: 74.8ms)
11:37:01 web.1 | Completed 200 OK in 404ms (Views: 277.4ms | ActiveRecord: 42.6ms (51 queries, 15 cached) | GC: 94.2ms)
11:37:01 web.1 |
11:37:01 web.1 |
11:37:01 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:01.720+01:00"}
11:37:01 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob d14eeb29-79bf-4386-abee-8588fc46c166
11:37:01 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunyorg/template/generate
11:37:01 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:01 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:01 worker.1 | Content-Type: "application/json"
11:37:02 worker.1 | [Octokit] response: Status 201
11:37:02 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:02 GMT"
11:37:02 worker.1 | content-type: "application/json; charset=utf-8"
11:37:02 worker.1 | content-length: "6377"
11:37:02 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:02 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:02 worker.1 | etag: "\"54238ab73949c9565460d2a06a763acf202c7495700cc1b94e7842dc70eadf17\""
11:37:02 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:02 worker.1 | x-accepted-oauth-scopes: ""
11:37:02 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:02 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7"
11:37:02 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:02 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:02 worker.1 | x-ratelimit-limit: "5000"
11:37:02 worker.1 | x-ratelimit-remaining: "3319"
11:37:02 worker.1 | x-ratelimit-reset: "1742813729"
11:37:02 worker.1 | x-ratelimit-used: "1681"
11:37:02 worker.1 | x-ratelimit-resource: "core"
11:37:02 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:02 worker.1 | access-control-allow-origin: "*"
11:37:02 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:02 worker.1 | x-frame-options: "deny"
11:37:02 worker.1 | x-content-type-options: "nosniff"
11:37:02 worker.1 | x-xss-protection: "0"
11:37:02 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:02 worker.1 | content-security-policy: "default-src 'none'"
11:37:02 worker.1 | server: "github.com"
11:37:02 worker.1 | x-github-request-id: "FBB7:188010:2CF71E:2DF121:67E135CD"
11:37:22 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/actions/secrets/public-key
11:37:22 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:22 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:22 worker.1 | Content-Type: "application/json"
11:37:23 worker.1 | [Octokit] response: Status 200
11:37:23 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:23 GMT"
11:37:23 worker.1 | content-type: "application/json; charset=utf-8"
11:37:23 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:23 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:23 worker.1 | etag: "W/\"7d53ff34cb56171db5638cbe3f38a431f015f80cad39b42f25b488d9058d989d\""
11:37:23 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:23 worker.1 | x-accepted-oauth-scopes: ""
11:37:23 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:23 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:23 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:23 worker.1 | x-ratelimit-limit: "5000"
11:37:23 worker.1 | x-ratelimit-remaining: "3308"
11:37:23 worker.1 | x-ratelimit-reset: "1742813729"
11:37:23 worker.1 | x-ratelimit-used: "1692"
11:37:23 worker.1 | x-ratelimit-resource: "core"
11:37:23 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:23 worker.1 | access-control-allow-origin: "*"
11:37:23 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:23 worker.1 | x-frame-options: "deny"
11:37:23 worker.1 | x-content-type-options: "nosniff"
11:37:23 worker.1 | x-xss-protection: "0"
11:37:23 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:23 worker.1 | content-security-policy: "default-src 'none'"
11:37:23 worker.1 | content-encoding: "gzip"
11:37:23 worker.1 | transfer-encoding: "chunked"
11:37:23 worker.1 | server: "github.com"
11:37:23 worker.1 | x-github-request-id: "FBBB:188010:2D573B:2E5343:67E135E2"
11:37:23 worker.1 | [Octokit] request: PUT https://api.github.com/repos/osunydev/demo-test-github-7/actions/secrets/DEUXFLEURS_ACCESS_KEY
11:37:23 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:23 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:23 worker.1 | Content-Type: "application/json"
11:37:23 worker.1 | [Octokit] response: Status 201
11:37:23 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:23 GMT"
11:37:23 worker.1 | content-type: "application/json; charset=utf-8"
11:37:23 worker.1 | content-length: "2"
11:37:23 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:23 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:23 worker.1 | etag: "\"e4170c593d2e6fe8b6a39eb7c93918ee8f5ac6fa158e0b3a1ae47a9e06755914\""
11:37:23 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:23 worker.1 | x-accepted-oauth-scopes: ""
11:37:23 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:23 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:23 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:23 worker.1 | x-ratelimit-limit: "5000"
11:37:23 worker.1 | x-ratelimit-remaining: "3307"
11:37:23 worker.1 | x-ratelimit-reset: "1742813729"
11:37:23 worker.1 | x-ratelimit-used: "1693"
11:37:23 worker.1 | x-ratelimit-resource: "core"
11:37:23 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:23 worker.1 | access-control-allow-origin: "*"
11:37:23 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:23 worker.1 | x-frame-options: "deny"
11:37:23 worker.1 | x-content-type-options: "nosniff"
11:37:23 worker.1 | x-xss-protection: "0"
11:37:23 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:23 worker.1 | content-security-policy: "default-src 'none'"
11:37:23 worker.1 | server: "github.com"
11:37:23 worker.1 | x-github-request-id: "FBBC:20E9FC:304BD7:314826:67E135E3"
11:37:23 worker.1 | [Octokit] request: PUT https://api.github.com/repos/osunydev/demo-test-github-7/actions/secrets/DEUXFLEURS_SECRET
11:37:23 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:23 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:23 worker.1 | Content-Type: "application/json"
11:37:23 worker.1 | [Octokit] response: Status 201
11:37:23 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:23 GMT"
11:37:23 worker.1 | content-type: "application/json; charset=utf-8"
11:37:23 worker.1 | content-length: "2"
11:37:23 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:23 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:23 worker.1 | etag: "\"e4170c593d2e6fe8b6a39eb7c93918ee8f5ac6fa158e0b3a1ae47a9e06755914\""
11:37:23 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:23 worker.1 | x-accepted-oauth-scopes: ""
11:37:23 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:23 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:23 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:23 worker.1 | x-ratelimit-limit: "5000"
11:37:23 worker.1 | x-ratelimit-remaining: "3306"
11:37:23 worker.1 | x-ratelimit-reset: "1742813729"
11:37:23 worker.1 | x-ratelimit-used: "1694"
11:37:23 worker.1 | x-ratelimit-resource: "core"
11:37:23 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:23 worker.1 | access-control-allow-origin: "*"
11:37:23 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:23 worker.1 | x-frame-options: "deny"
11:37:23 worker.1 | x-content-type-options: "nosniff"
11:37:23 worker.1 | x-xss-protection: "0"
11:37:23 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:23 worker.1 | content-security-policy: "default-src 'none'"
11:37:23 worker.1 | server: "github.com"
11:37:23 worker.1 | x-github-request-id: "FBBD:1816B7:2D7DE6:2E7A30:67E135E3"
11:37:44 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"mice","scheduled_at":"2025-03-24T11:37:43.986+01:00"}
11:37:44 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob de61f187-bb5f-4a63-974f-5971cdfc1285
11:37:44 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob ca1ef933-7040-41a1-b8c1-fcda81b93c72
11:37:44 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:44.674+01:00"}
11:37:44 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 4a396344-7aff-4654-afe9-bb6fa0e5b6f0
11:37:44 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 5d7effd1-33fe-4737-9fda-5ca3a4dd6e5d
11:37:45 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:45 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:45 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:45 worker.1 | Content-Type: "application/json"
11:37:45 worker.1 | [Octokit] response: Status 200
11:37:45 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:45 GMT"
11:37:45 worker.1 | content-type: "application/json; charset=utf-8"
11:37:45 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:45 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:45 worker.1 | etag: "W/\"1fb28fc8a3fc71ce602af2de3496f7b73dcc3774c92ff3964283d90ff5c4e4bf\""
11:37:45 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:08 GMT"
11:37:45 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:45 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:45 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:45 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:45 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:45 worker.1 | x-ratelimit-limit: "5000"
11:37:45 worker.1 | x-ratelimit-remaining: "3305"
11:37:45 worker.1 | x-ratelimit-reset: "1742813729"
11:37:45 worker.1 | x-ratelimit-used: "1695"
11:37:45 worker.1 | x-ratelimit-resource: "core"
11:37:45 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:45 worker.1 | access-control-allow-origin: "*"
11:37:45 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:45 worker.1 | x-frame-options: "deny"
11:37:45 worker.1 | x-content-type-options: "nosniff"
11:37:45 worker.1 | x-xss-protection: "0"
11:37:45 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:45 worker.1 | content-security-policy: "default-src 'none'"
11:37:45 worker.1 | content-encoding: "gzip"
11:37:45 worker.1 | transfer-encoding: "chunked"
11:37:45 worker.1 | server: "github.com"
11:37:45 worker.1 | x-github-request-id: "FBBF:292F3C:2D836F:2E81C7:67E135F9"
11:37:45 worker.1 | Adding content/fr/_index.html
11:37:45 worker.1 | Adding data/content_security_policy.yaml
11:37:45 worker.1 | Adding data/menus/fr/primary.yml
11:37:45 worker.1 | Adding data/menus/fr/legal.yml
11:37:45 worker.1 | Adding data/menus/fr/social.yml
11:37:45 worker.1 | Start sync
11:37:45 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:45 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:45 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:45 worker.1 | Content-Type: "application/json"
11:37:45 worker.1 | [Octokit] response: Status 200
11:37:45 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:45 GMT"
11:37:45 worker.1 | content-type: "application/json; charset=utf-8"
11:37:45 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:45 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:45 worker.1 | etag: "W/\"1fb28fc8a3fc71ce602af2de3496f7b73dcc3774c92ff3964283d90ff5c4e4bf\""
11:37:45 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:08 GMT"
11:37:45 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:45 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:45 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:45 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:45 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:45 worker.1 | x-ratelimit-limit: "5000"
11:37:45 worker.1 | x-ratelimit-remaining: "3303"
11:37:45 worker.1 | x-ratelimit-reset: "1742813729"
11:37:45 worker.1 | x-ratelimit-used: "1697"
11:37:45 worker.1 | x-ratelimit-resource: "core"
11:37:45 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:45 worker.1 | access-control-allow-origin: "*"
11:37:45 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:45 worker.1 | x-frame-options: "deny"
11:37:45 worker.1 | x-content-type-options: "nosniff"
11:37:45 worker.1 | x-xss-protection: "0"
11:37:45 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:45 worker.1 | content-security-policy: "default-src 'none'"
11:37:45 worker.1 | content-encoding: "gzip"
11:37:45 worker.1 | transfer-encoding: "chunked"
11:37:45 worker.1 | server: "github.com"
11:37:45 worker.1 | x-github-request-id: "FBC0:292F3C:2D85C0:2E8427:67E135F9"
11:37:45 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:37:45 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:45 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:45 worker.1 | Content-Type: "application/json"
11:37:46 worker.1 | [Octokit] response: Status 200
11:37:46 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:46 GMT"
11:37:46 worker.1 | content-type: "application/json; charset=utf-8"
11:37:46 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:46 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:46 worker.1 | etag: "W/\"012968461056c096a3e740ad6dc2799b97c8e2efcd8bd6b4d3d7670c1f975347\""
11:37:46 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:46 worker.1 | x-accepted-oauth-scopes: ""
11:37:46 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:46 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:46 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:46 worker.1 | x-ratelimit-limit: "5000"
11:37:46 worker.1 | x-ratelimit-remaining: "3302"
11:37:46 worker.1 | x-ratelimit-reset: "1742813729"
11:37:46 worker.1 | x-ratelimit-used: "1698"
11:37:46 worker.1 | x-ratelimit-resource: "core"
11:37:46 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:46 worker.1 | access-control-allow-origin: "*"
11:37:46 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:46 worker.1 | x-frame-options: "deny"
11:37:46 worker.1 | x-content-type-options: "nosniff"
11:37:46 worker.1 | x-xss-protection: "0"
11:37:46 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:46 worker.1 | content-security-policy: "default-src 'none'"
11:37:46 worker.1 | content-encoding: "gzip"
11:37:46 worker.1 | transfer-encoding: "chunked"
11:37:46 worker.1 | server: "github.com"
11:37:46 worker.1 | x-github-request-id: "FBC1:1816B7:2DE585:2EE3F0:67E135F9"
11:37:46 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/f50386cc217b8efc28a4d89281be55e7d901008f?recursive=true
11:37:46 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:46 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:46 worker.1 | Content-Type: "application/json"
11:37:46 worker.1 | [Octokit] response: Status 200
11:37:46 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:46 GMT"
11:37:46 worker.1 | content-type: "application/json; charset=utf-8"
11:37:46 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:37:46 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:46 worker.1 | etag: "W/\"41c77d727804fa807c9765c6c1fa1140a51f798a2074c2255d1a199db7443168\""
11:37:46 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:08 GMT"
11:37:46 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:46 worker.1 | x-accepted-oauth-scopes: ""
11:37:46 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:46 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:46 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:46 worker.1 | x-ratelimit-limit: "5000"
11:37:46 worker.1 | x-ratelimit-remaining: "3300"
11:37:46 worker.1 | x-ratelimit-reset: "1742813729"
11:37:46 worker.1 | x-ratelimit-used: "1700"
11:37:46 worker.1 | x-ratelimit-resource: "core"
11:37:46 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:46 worker.1 | access-control-allow-origin: "*"
11:37:46 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:46 worker.1 | x-frame-options: "deny"
11:37:46 worker.1 | x-content-type-options: "nosniff"
11:37:46 worker.1 | x-xss-protection: "0"
11:37:46 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:46 worker.1 | content-security-policy: "default-src 'none'"
11:37:46 worker.1 | content-encoding: "gzip"
11:37:46 worker.1 | transfer-encoding: "chunked"
11:37:46 worker.1 | server: "github.com"
11:37:46 worker.1 | x-github-request-id: "FBC2:2991D4:2FFE0F:30FC71:67E135FA"
11:37:46 worker.1 | Syncing - Creating content/fr/_index.html
11:37:46 worker.1 | Syncing - Creating data/content_security_policy.yaml
11:37:46 worker.1 | Syncing - Creating data/menus/fr/primary.yml
11:37:46 worker.1 | Syncing - Creating data/menus/fr/legal.yml
11:37:46 worker.1 | Syncing - Creating data/menus/fr/social.yml
11:37:46 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:46 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:46 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:46 worker.1 | Content-Type: "application/json"
11:37:46 worker.1 | [Octokit] response: Status 200
11:37:46 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:46 GMT"
11:37:46 worker.1 | content-type: "application/json; charset=utf-8"
11:37:46 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:46 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:46 worker.1 | etag: "W/\"1fb28fc8a3fc71ce602af2de3496f7b73dcc3774c92ff3964283d90ff5c4e4bf\""
11:37:46 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:08 GMT"
11:37:46 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:46 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:46 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:46 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:46 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:46 worker.1 | x-ratelimit-limit: "5000"
11:37:46 worker.1 | x-ratelimit-remaining: "3297"
11:37:46 worker.1 | x-ratelimit-reset: "1742813729"
11:37:46 worker.1 | x-ratelimit-used: "1703"
11:37:46 worker.1 | x-ratelimit-resource: "core"
11:37:46 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:46 worker.1 | access-control-allow-origin: "*"
11:37:46 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:46 worker.1 | x-frame-options: "deny"
11:37:46 worker.1 | x-content-type-options: "nosniff"
11:37:46 worker.1 | x-xss-protection: "0"
11:37:46 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:46 worker.1 | content-security-policy: "default-src 'none'"
11:37:46 worker.1 | content-encoding: "gzip"
11:37:46 worker.1 | transfer-encoding: "chunked"
11:37:46 worker.1 | server: "github.com"
11:37:46 worker.1 | x-github-request-id: "FBC3:292F3C:2D8A9B:2E891B:67E135FA"
11:37:46 worker.1 | Creating commit with 5 files.
11:37:46 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:37:46 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:46 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:46 worker.1 | Content-Type: "application/json"
11:37:47 worker.1 | [Octokit] response: Status 201
11:37:47 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:47 GMT"
11:37:47 worker.1 | content-type: "application/json; charset=utf-8"
11:37:47 worker.1 | content-length: "3068"
11:37:47 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:47 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:47 worker.1 | etag: "\"7b665fe7d653b3cd186dd6900bbe0bfc7d24432f7b8e1917c7a3fe98687b23d3\""
11:37:47 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:47 worker.1 | x-accepted-oauth-scopes: ""
11:37:47 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:47 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/d96508b9e5ddbb41c0db54b15d234427583a4bd9"
11:37:47 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:47 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:47 worker.1 | x-ratelimit-limit: "5000"
11:37:47 worker.1 | x-ratelimit-remaining: "3296"
11:37:47 worker.1 | x-ratelimit-reset: "1742813729"
11:37:47 worker.1 | x-ratelimit-used: "1704"
11:37:47 worker.1 | x-ratelimit-resource: "core"
11:37:47 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:47 worker.1 | access-control-allow-origin: "*"
11:37:47 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:47 worker.1 | x-frame-options: "deny"
11:37:47 worker.1 | x-content-type-options: "nosniff"
11:37:47 worker.1 | x-xss-protection: "0"
11:37:47 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:47 worker.1 | content-security-policy: "default-src 'none'"
11:37:47 worker.1 | server: "github.com"
11:37:47 worker.1 | x-github-request-id: "FBC4:6232B:2F95B1:309655:67E135FA"
11:37:47 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:37:47 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:47 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:47 worker.1 | Content-Type: "application/json"
11:37:47 worker.1 | [Octokit] response: Status 201
11:37:47 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:47 GMT"
11:37:47 worker.1 | content-type: "application/json; charset=utf-8"
11:37:47 worker.1 | content-length: "1227"
11:37:47 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:47 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:47 worker.1 | etag: "\"5d4500be40497ed957bb1b92b63cbfdc1e13cc6ee6011b7e09495da0b03165ea\""
11:37:47 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:47 worker.1 | x-accepted-oauth-scopes: ""
11:37:47 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:47 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/3d3445df548dc60c70aaed814c4e1e8875231bef"
11:37:47 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:47 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:47 worker.1 | x-ratelimit-limit: "5000"
11:37:47 worker.1 | x-ratelimit-remaining: "3294"
11:37:47 worker.1 | x-ratelimit-reset: "1742813729"
11:37:47 worker.1 | x-ratelimit-used: "1706"
11:37:47 worker.1 | x-ratelimit-resource: "core"
11:37:47 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:47 worker.1 | access-control-allow-origin: "*"
11:37:47 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:47 worker.1 | x-frame-options: "deny"
11:37:47 worker.1 | x-content-type-options: "nosniff"
11:37:47 worker.1 | x-xss-protection: "0"
11:37:47 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:47 worker.1 | content-security-policy: "default-src 'none'"
11:37:47 worker.1 | server: "github.com"
11:37:47 worker.1 | x-github-request-id: "FBC5:1816B7:2DECE0:2EEBA6:67E135FB"
11:37:47 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:37:47 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:47 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:47 worker.1 | Content-Type: "application/json"
11:37:48 worker.1 | [Octokit] response: Status 200
11:37:48 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:48 GMT"
11:37:48 worker.1 | content-type: "application/json; charset=utf-8"
11:37:48 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:48 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:48 worker.1 | etag: "W/\"d0c1d67825a2512007a9be90d7ad55669fd78859e5a760e5ff92436c5a3d4d0a\""
11:37:48 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:48 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:48 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:48 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:48 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:48 worker.1 | x-ratelimit-limit: "5000"
11:37:48 worker.1 | x-ratelimit-remaining: "3292"
11:37:48 worker.1 | x-ratelimit-reset: "1742813729"
11:37:48 worker.1 | x-ratelimit-used: "1708"
11:37:48 worker.1 | x-ratelimit-resource: "core"
11:37:48 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:48 worker.1 | access-control-allow-origin: "*"
11:37:48 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:48 worker.1 | x-frame-options: "deny"
11:37:48 worker.1 | x-content-type-options: "nosniff"
11:37:48 worker.1 | x-xss-protection: "0"
11:37:48 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:48 worker.1 | content-security-policy: "default-src 'none'"
11:37:48 worker.1 | content-encoding: "gzip"
11:37:48 worker.1 | transfer-encoding: "chunked"
11:37:48 worker.1 | server: "github.com"
11:37:48 worker.1 | x-github-request-id: "FBC6:1A9328:3508C1:360777:67E135FB"
11:37:48 worker.1 | Marking as synced
11:37:48 worker.1 | Marking content/fr/_index.html
11:37:48 worker.1 | Marking data/content_security_policy.yaml
11:37:48 worker.1 | Marking data/menus/fr/primary.yml
11:37:48 worker.1 | Marking data/menus/fr/legal.yml
11:37:48 worker.1 | Marking data/menus/fr/social.yml
11:37:48 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 10b5ae1f-96f7-426a-8d39-075bdb88648a
11:37:48 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob e2a07db3-6b61-4dc1-80c1-c5d1f8dacafe
11:37:48 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:48.451+01:00"}
11:37:48 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 7a4c51e6-afa0-40dd-bd35-10901ca7c00e
11:37:48 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 10a2e65e-655b-4eaf-bf01-cc6dd485de1b
11:37:48 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:48 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:48 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:48 worker.1 | Content-Type: "application/json"
11:37:49 worker.1 | [Octokit] response: Status 200
11:37:49 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:49 GMT"
11:37:49 worker.1 | content-type: "application/json; charset=utf-8"
11:37:49 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:49 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:49 worker.1 | etag: "W/\"414502a379c4607319dc4f0f77bcce4af4550b2cd7c1fabede09418ac64a7fa5\""
11:37:49 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:08 GMT"
11:37:49 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:49 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:49 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:49 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:49 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:49 worker.1 | x-ratelimit-limit: "5000"
11:37:49 worker.1 | x-ratelimit-remaining: "3289"
11:37:49 worker.1 | x-ratelimit-reset: "1742813729"
11:37:49 worker.1 | x-ratelimit-used: "1711"
11:37:49 worker.1 | x-ratelimit-resource: "core"
11:37:49 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:49 worker.1 | access-control-allow-origin: "*"
11:37:49 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:49 worker.1 | x-frame-options: "deny"
11:37:49 worker.1 | x-content-type-options: "nosniff"
11:37:49 worker.1 | x-xss-protection: "0"
11:37:49 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:49 worker.1 | content-security-policy: "default-src 'none'"
11:37:49 worker.1 | content-encoding: "gzip"
11:37:49 worker.1 | transfer-encoding: "chunked"
11:37:49 worker.1 | server: "github.com"
11:37:49 worker.1 | x-github-request-id: "FBC7:292F3C:2D94F9:2E93B9:67E135FC"
11:37:49 worker.1 | Adding content/fr/posts/_index.html
11:37:49 worker.1 | Adding data/content_security_policy.yaml
11:37:49 worker.1 | Adding config/_default/languages.yaml
11:37:49 worker.1 | Adding data/menus/fr/primary.yml
11:37:49 worker.1 | Adding data/menus/fr/legal.yml
11:37:49 worker.1 | Adding data/menus/fr/social.yml
11:37:49 worker.1 | Start sync
11:37:49 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:49 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:49 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:49 worker.1 | Content-Type: "application/json"
11:37:49 worker.1 | [Octokit] response: Status 200
11:37:49 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:49 GMT"
11:37:49 worker.1 | content-type: "application/json; charset=utf-8"
11:37:49 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:49 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:49 worker.1 | etag: "W/\"414502a379c4607319dc4f0f77bcce4af4550b2cd7c1fabede09418ac64a7fa5\""
11:37:49 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:08 GMT"
11:37:49 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:49 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:49 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:49 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:49 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:49 worker.1 | x-ratelimit-limit: "5000"
11:37:49 worker.1 | x-ratelimit-remaining: "3287"
11:37:49 worker.1 | x-ratelimit-reset: "1742813729"
11:37:49 worker.1 | x-ratelimit-used: "1713"
11:37:49 worker.1 | x-ratelimit-resource: "core"
11:37:49 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:49 worker.1 | access-control-allow-origin: "*"
11:37:49 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:49 worker.1 | x-frame-options: "deny"
11:37:49 worker.1 | x-content-type-options: "nosniff"
11:37:49 worker.1 | x-xss-protection: "0"
11:37:49 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:49 worker.1 | content-security-policy: "default-src 'none'"
11:37:49 worker.1 | content-encoding: "gzip"
11:37:49 worker.1 | transfer-encoding: "chunked"
11:37:49 worker.1 | server: "github.com"
11:37:49 worker.1 | x-github-request-id: "FBC8:1107C8:2EFE8A:2FFD4F:67E135FD"
11:37:49 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:37:49 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:49 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:49 worker.1 | Content-Type: "application/json"
11:37:49 worker.1 | [Octokit] response: Status 200
11:37:49 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:49 GMT"
11:37:49 worker.1 | content-type: "application/json; charset=utf-8"
11:37:49 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:49 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:49 worker.1 | etag: "W/\"bfdf8475c13041452ea2c3085395f3c4858e39843ed2a26079e3bdeaadf23624\""
11:37:49 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:49 worker.1 | x-accepted-oauth-scopes: ""
11:37:49 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:49 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:49 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:49 worker.1 | x-ratelimit-limit: "5000"
11:37:49 worker.1 | x-ratelimit-remaining: "3286"
11:37:49 worker.1 | x-ratelimit-reset: "1742813729"
11:37:49 worker.1 | x-ratelimit-used: "1714"
11:37:49 worker.1 | x-ratelimit-resource: "core"
11:37:49 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:49 worker.1 | access-control-allow-origin: "*"
11:37:49 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:49 worker.1 | x-frame-options: "deny"
11:37:49 worker.1 | x-content-type-options: "nosniff"
11:37:49 worker.1 | x-xss-protection: "0"
11:37:49 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:49 worker.1 | content-security-policy: "default-src 'none'"
11:37:49 worker.1 | content-encoding: "gzip"
11:37:49 worker.1 | transfer-encoding: "chunked"
11:37:49 worker.1 | server: "github.com"
11:37:49 worker.1 | x-github-request-id: "FBC9:FDC04:2E3144:2F302E:67E135FD"
11:37:49 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/3d3445df548dc60c70aaed814c4e1e8875231bef?recursive=true
11:37:49 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:49 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:49 worker.1 | Content-Type: "application/json"
11:37:49 worker.1 | [Octokit] response: Status 200
11:37:49 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:49 GMT"
11:37:49 worker.1 | content-type: "application/json; charset=utf-8"
11:37:49 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:37:49 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:49 worker.1 | etag: "W/\"1c7cf46aa892ad2bb386b957ecb0e4d393ca3076f519493616dde17932ee4259\""
11:37:49 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:08 GMT"
11:37:49 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:49 worker.1 | x-accepted-oauth-scopes: ""
11:37:49 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:49 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:49 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:49 worker.1 | x-ratelimit-limit: "5000"
11:37:49 worker.1 | x-ratelimit-remaining: "3284"
11:37:49 worker.1 | x-ratelimit-reset: "1742813729"
11:37:49 worker.1 | x-ratelimit-used: "1716"
11:37:49 worker.1 | x-ratelimit-resource: "core"
11:37:49 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:49 worker.1 | access-control-allow-origin: "*"
11:37:49 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:49 worker.1 | x-frame-options: "deny"
11:37:49 worker.1 | x-content-type-options: "nosniff"
11:37:49 worker.1 | x-xss-protection: "0"
11:37:49 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:49 worker.1 | content-security-policy: "default-src 'none'"
11:37:49 worker.1 | content-encoding: "gzip"
11:37:49 worker.1 | transfer-encoding: "chunked"
11:37:49 worker.1 | server: "github.com"
11:37:49 worker.1 | x-github-request-id: "FBCA:223F68:2D0E68:2E0D4C:67E135FD"
11:37:49 worker.1 | Syncing - Creating content/fr/posts/_index.html
11:37:50 worker.1 | Syncing - Nothing to do with data/content_security_policy.yaml
11:37:50 worker.1 | Syncing - Updating config/_default/languages.yaml
11:37:50 worker.1 | Syncing - Nothing to do with data/menus/fr/primary.yml
11:37:50 worker.1 | Syncing - Nothing to do with data/menus/fr/legal.yml
11:37:50 worker.1 | Syncing - Nothing to do with data/menus/fr/social.yml
11:37:50 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:50 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:50 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:50 worker.1 | Content-Type: "application/json"
11:37:50 worker.1 | [Octokit] response: Status 200
11:37:50 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:50 GMT"
11:37:50 worker.1 | content-type: "application/json; charset=utf-8"
11:37:50 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:50 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:50 worker.1 | etag: "W/\"414502a379c4607319dc4f0f77bcce4af4550b2cd7c1fabede09418ac64a7fa5\""
11:37:50 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:08 GMT"
11:37:50 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:50 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:50 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:50 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:50 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:50 worker.1 | x-ratelimit-limit: "5000"
11:37:50 worker.1 | x-ratelimit-remaining: "3281"
11:37:50 worker.1 | x-ratelimit-reset: "1742813729"
11:37:50 worker.1 | x-ratelimit-used: "1719"
11:37:50 worker.1 | x-ratelimit-resource: "core"
11:37:50 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:50 worker.1 | access-control-allow-origin: "*"
11:37:50 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:50 worker.1 | x-frame-options: "deny"
11:37:50 worker.1 | x-content-type-options: "nosniff"
11:37:50 worker.1 | x-xss-protection: "0"
11:37:50 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:50 worker.1 | content-security-policy: "default-src 'none'"
11:37:50 worker.1 | content-encoding: "gzip"
11:37:50 worker.1 | transfer-encoding: "chunked"
11:37:50 worker.1 | server: "github.com"
11:37:50 worker.1 | x-github-request-id: "FBCB:2991D4:3010D0:310F95:67E135FE"
11:37:50 worker.1 | Creating commit with 3 files.
11:37:50 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:37:50 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:50 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:50 worker.1 | Content-Type: "application/json"
11:37:50 worker.1 | [Octokit] response: Status 201
11:37:50 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:50 GMT"
11:37:50 worker.1 | content-type: "application/json; charset=utf-8"
11:37:50 worker.1 | content-length: "3068"
11:37:50 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:50 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:50 worker.1 | etag: "\"118c637a5fa00b3528f88656bef573883b439f7a4b0737cc70fe02138b5e47bf\""
11:37:50 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:50 worker.1 | x-accepted-oauth-scopes: ""
11:37:50 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:50 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/e4265980d34a6ce1aa6d3b9e2ae87c76c52ffe2c"
11:37:50 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:50 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:50 worker.1 | x-ratelimit-limit: "5000"
11:37:50 worker.1 | x-ratelimit-remaining: "3280"
11:37:50 worker.1 | x-ratelimit-reset: "1742813729"
11:37:50 worker.1 | x-ratelimit-used: "1720"
11:37:50 worker.1 | x-ratelimit-resource: "core"
11:37:50 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:50 worker.1 | access-control-allow-origin: "*"
11:37:50 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:50 worker.1 | x-frame-options: "deny"
11:37:50 worker.1 | x-content-type-options: "nosniff"
11:37:50 worker.1 | x-xss-protection: "0"
11:37:50 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:50 worker.1 | content-security-policy: "default-src 'none'"
11:37:50 worker.1 | server: "github.com"
11:37:50 worker.1 | x-github-request-id: "FBCC:2FF017:2E886C:2F8790:67E135FE"
11:37:50 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:37:50 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:50 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:50 worker.1 | Content-Type: "application/json"
11:37:51 worker.1 | [Octokit] response: Status 201
11:37:51 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:51 GMT"
11:37:51 worker.1 | content-type: "application/json; charset=utf-8"
11:37:51 worker.1 | content-length: "1231"
11:37:51 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:51 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:51 worker.1 | etag: "\"bb0ee9f05bd7ee064e23fbd290ea0597f397b623c46d29137add2d553a42ec57\""
11:37:51 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:51 worker.1 | x-accepted-oauth-scopes: ""
11:37:51 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:51 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/9f4de5c709251e7655752579e954b505c397774b"
11:37:51 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:51 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:51 worker.1 | x-ratelimit-limit: "5000"
11:37:51 worker.1 | x-ratelimit-remaining: "3278"
11:37:51 worker.1 | x-ratelimit-reset: "1742813729"
11:37:51 worker.1 | x-ratelimit-used: "1722"
11:37:51 worker.1 | x-ratelimit-resource: "core"
11:37:51 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:51 worker.1 | access-control-allow-origin: "*"
11:37:51 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:51 worker.1 | x-frame-options: "deny"
11:37:51 worker.1 | x-content-type-options: "nosniff"
11:37:51 worker.1 | x-xss-protection: "0"
11:37:51 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:51 worker.1 | content-security-policy: "default-src 'none'"
11:37:51 worker.1 | server: "github.com"
11:37:51 worker.1 | x-github-request-id: "FBCD:20E9FC:30CEAD:31CDA5:67E135FF"
11:37:51 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:37:51 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:51 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:51 worker.1 | Content-Type: "application/json"
11:37:51 worker.1 | [Octokit] response: Status 200
11:37:51 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:51 GMT"
11:37:51 worker.1 | content-type: "application/json; charset=utf-8"
11:37:51 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:51 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:51 worker.1 | etag: "W/\"30b841e2c0eedae799e2a7e0e858ab2ee8542185c7b74051a501b2c06ab9c073\""
11:37:51 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:51 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:51 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:51 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:51 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:51 worker.1 | x-ratelimit-limit: "5000"
11:37:51 worker.1 | x-ratelimit-remaining: "3277"
11:37:51 worker.1 | x-ratelimit-reset: "1742813729"
11:37:51 worker.1 | x-ratelimit-used: "1723"
11:37:51 worker.1 | x-ratelimit-resource: "core"
11:37:51 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:51 worker.1 | access-control-allow-origin: "*"
11:37:51 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:51 worker.1 | x-frame-options: "deny"
11:37:51 worker.1 | x-content-type-options: "nosniff"
11:37:51 worker.1 | x-xss-protection: "0"
11:37:51 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:51 worker.1 | content-security-policy: "default-src 'none'"
11:37:51 worker.1 | content-encoding: "gzip"
11:37:51 worker.1 | transfer-encoding: "chunked"
11:37:51 worker.1 | server: "github.com"
11:37:51 worker.1 | x-github-request-id: "FBCE:188010:2DDB1C:2EDA10:67E135FF"
11:37:51 worker.1 | Marking as synced
11:37:51 worker.1 | Marking content/fr/posts/_index.html
11:37:51 worker.1 | Marking data/content_security_policy.yaml
11:37:51 worker.1 | Marking config/_default/languages.yaml
11:37:51 worker.1 | Marking data/menus/fr/primary.yml
11:37:51 worker.1 | Marking data/menus/fr/legal.yml
11:37:51 worker.1 | Marking data/menus/fr/social.yml
11:37:51 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 54bd93f6-7b51-403b-bab5-5f2c111e36c8
11:37:51 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 853eba39-a828-447c-b901-dc6ed767f6ba
11:37:52 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 2ba5cf6e-6ce2-4189-9f92-b6541b5f888c
11:37:52 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:52.054+01:00"}
11:37:52 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 8c55fedc-7ac8-490a-bf46-19386a41cad6
11:37:52 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:52 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:52 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:52 worker.1 | Content-Type: "application/json"
11:37:52 worker.1 | [Octokit] response: Status 200
11:37:52 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:52 GMT"
11:37:52 worker.1 | content-type: "application/json; charset=utf-8"
11:37:52 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:52 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:52 worker.1 | etag: "W/\"ab378c16ff9473404ea1fe41b12e35a9196a27056b60c2a361e22f2717bdcc2a\""
11:37:52 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:51 GMT"
11:37:52 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:52 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:52 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:52 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:52 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:52 worker.1 | x-ratelimit-limit: "5000"
11:37:52 worker.1 | x-ratelimit-remaining: "3276"
11:37:52 worker.1 | x-ratelimit-reset: "1742813729"
11:37:52 worker.1 | x-ratelimit-used: "1724"
11:37:52 worker.1 | x-ratelimit-resource: "core"
11:37:52 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:52 worker.1 | access-control-allow-origin: "*"
11:37:52 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:52 worker.1 | x-frame-options: "deny"
11:37:52 worker.1 | x-content-type-options: "nosniff"
11:37:52 worker.1 | x-xss-protection: "0"
11:37:52 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:52 worker.1 | content-security-policy: "default-src 'none'"
11:37:52 worker.1 | content-encoding: "gzip"
11:37:52 worker.1 | transfer-encoding: "chunked"
11:37:52 worker.1 | server: "github.com"
11:37:52 worker.1 | x-github-request-id: "FBCF:17E72C:301A4A:311BA4:67E13600"
11:37:52 worker.1 | Adding content/fr/persons/_index.html
11:37:52 worker.1 | Adding data/content_security_policy.yaml
11:37:52 worker.1 | Adding config/_default/languages.yaml
11:37:52 worker.1 | Start sync
11:37:52 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:52 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:52 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:52 worker.1 | Content-Type: "application/json"
11:37:53 worker.1 | [Octokit] response: Status 200
11:37:53 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:53 GMT"
11:37:53 worker.1 | content-type: "application/json; charset=utf-8"
11:37:53 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:53 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:53 worker.1 | etag: "W/\"ab378c16ff9473404ea1fe41b12e35a9196a27056b60c2a361e22f2717bdcc2a\""
11:37:53 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:51 GMT"
11:37:53 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:53 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:53 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:53 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:53 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:53 worker.1 | x-ratelimit-limit: "5000"
11:37:53 worker.1 | x-ratelimit-remaining: "3275"
11:37:53 worker.1 | x-ratelimit-reset: "1742813729"
11:37:53 worker.1 | x-ratelimit-used: "1725"
11:37:53 worker.1 | x-ratelimit-resource: "core"
11:37:53 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:53 worker.1 | access-control-allow-origin: "*"
11:37:53 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:53 worker.1 | x-frame-options: "deny"
11:37:53 worker.1 | x-content-type-options: "nosniff"
11:37:53 worker.1 | x-xss-protection: "0"
11:37:53 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:53 worker.1 | content-security-policy: "default-src 'none'"
11:37:53 worker.1 | content-encoding: "gzip"
11:37:53 worker.1 | transfer-encoding: "chunked"
11:37:53 worker.1 | server: "github.com"
11:37:53 worker.1 | x-github-request-id: "FBD0:108BAA:2E39E3:2F38DB:67E13600"
11:37:53 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:37:53 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:53 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:53 worker.1 | Content-Type: "application/json"
11:37:53 worker.1 | [Octokit] response: Status 200
11:37:53 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:53 GMT"
11:37:53 worker.1 | content-type: "application/json; charset=utf-8"
11:37:53 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:53 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:53 worker.1 | etag: "W/\"5a7310a0635887c639c428aa1dd684673d4d75433efb9b71d639a72755b7517d\""
11:37:53 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:53 worker.1 | x-accepted-oauth-scopes: ""
11:37:53 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:53 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:53 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:53 worker.1 | x-ratelimit-limit: "5000"
11:37:53 worker.1 | x-ratelimit-remaining: "3274"
11:37:53 worker.1 | x-ratelimit-reset: "1742813729"
11:37:53 worker.1 | x-ratelimit-used: "1726"
11:37:53 worker.1 | x-ratelimit-resource: "core"
11:37:53 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:53 worker.1 | access-control-allow-origin: "*"
11:37:53 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:53 worker.1 | x-frame-options: "deny"
11:37:53 worker.1 | x-content-type-options: "nosniff"
11:37:53 worker.1 | x-xss-protection: "0"
11:37:53 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:53 worker.1 | content-security-policy: "default-src 'none'"
11:37:53 worker.1 | content-encoding: "gzip"
11:37:53 worker.1 | transfer-encoding: "chunked"
11:37:53 worker.1 | server: "github.com"
11:37:53 worker.1 | x-github-request-id: "FBD1:220838:2D9C3C:2E9BE1:67E13601"
11:37:53 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/9f4de5c709251e7655752579e954b505c397774b?recursive=true
11:37:53 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:53 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:53 worker.1 | Content-Type: "application/json"
11:37:53 worker.1 | [Octokit] response: Status 200
11:37:53 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:53 GMT"
11:37:53 worker.1 | content-type: "application/json; charset=utf-8"
11:37:53 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:37:53 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:53 worker.1 | etag: "W/\"28b91afca76cdf716bea070a84afd2be2cc333e0b8965a12c87806fc13417fd2\""
11:37:53 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:51 GMT"
11:37:53 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:53 worker.1 | x-accepted-oauth-scopes: ""
11:37:53 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:53 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:53 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:53 worker.1 | x-ratelimit-limit: "5000"
11:37:53 worker.1 | x-ratelimit-remaining: "3273"
11:37:53 worker.1 | x-ratelimit-reset: "1742813729"
11:37:53 worker.1 | x-ratelimit-used: "1727"
11:37:53 worker.1 | x-ratelimit-resource: "core"
11:37:53 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:53 worker.1 | access-control-allow-origin: "*"
11:37:53 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:53 worker.1 | x-frame-options: "deny"
11:37:53 worker.1 | x-content-type-options: "nosniff"
11:37:53 worker.1 | x-xss-protection: "0"
11:37:53 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:53 worker.1 | content-security-policy: "default-src 'none'"
11:37:53 worker.1 | content-encoding: "gzip"
11:37:53 worker.1 | transfer-encoding: "chunked"
11:37:53 worker.1 | server: "github.com"
11:37:53 worker.1 | x-github-request-id: "FBD2:2FF017:2E964C:2F95B5:67E13601"
11:37:53 worker.1 | Syncing - Creating content/fr/persons/_index.html
11:37:53 worker.1 | Syncing - Nothing to do with data/content_security_policy.yaml
11:37:53 worker.1 | Syncing - Nothing to do with config/_default/languages.yaml
11:37:53 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:53 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:53 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:53 worker.1 | Content-Type: "application/json"
11:37:54 worker.1 | [Octokit] response: Status 200
11:37:54 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:54 GMT"
11:37:54 worker.1 | content-type: "application/json; charset=utf-8"
11:37:54 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:54 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:54 worker.1 | etag: "W/\"ab378c16ff9473404ea1fe41b12e35a9196a27056b60c2a361e22f2717bdcc2a\""
11:37:54 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:51 GMT"
11:37:54 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:54 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:54 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:54 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:54 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:54 worker.1 | x-ratelimit-limit: "5000"
11:37:54 worker.1 | x-ratelimit-remaining: "3272"
11:37:54 worker.1 | x-ratelimit-reset: "1742813729"
11:37:54 worker.1 | x-ratelimit-used: "1728"
11:37:54 worker.1 | x-ratelimit-resource: "core"
11:37:54 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:54 worker.1 | access-control-allow-origin: "*"
11:37:54 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:54 worker.1 | x-frame-options: "deny"
11:37:54 worker.1 | x-content-type-options: "nosniff"
11:37:54 worker.1 | x-xss-protection: "0"
11:37:54 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:54 worker.1 | content-security-policy: "default-src 'none'"
11:37:54 worker.1 | content-encoding: "gzip"
11:37:54 worker.1 | transfer-encoding: "chunked"
11:37:54 worker.1 | server: "github.com"
11:37:54 worker.1 | x-github-request-id: "FBD3:6232B:2FB4AD:30B60C:67E13602"
11:37:54 worker.1 | Creating commit with 1 files.
11:37:54 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:37:54 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:54 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:54 worker.1 | Content-Type: "application/json"
11:37:54 worker.1 | [Octokit] response: Status 201
11:37:54 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:54 GMT"
11:37:54 worker.1 | content-type: "application/json; charset=utf-8"
11:37:54 worker.1 | content-length: "3068"
11:37:54 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:54 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:54 worker.1 | etag: "\"64f32e22a99d870a8d3288118240a24ebc6fcb05f845180b3d4a8e5b2ca931ff\""
11:37:54 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:54 worker.1 | x-accepted-oauth-scopes: ""
11:37:54 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:54 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/8375dc1d470c20d21dea6dc852a72035684f3b05"
11:37:54 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:54 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:54 worker.1 | x-ratelimit-limit: "5000"
11:37:54 worker.1 | x-ratelimit-remaining: "3271"
11:37:54 worker.1 | x-ratelimit-reset: "1742813729"
11:37:54 worker.1 | x-ratelimit-used: "1729"
11:37:54 worker.1 | x-ratelimit-resource: "core"
11:37:54 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:54 worker.1 | access-control-allow-origin: "*"
11:37:54 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:54 worker.1 | x-frame-options: "deny"
11:37:54 worker.1 | x-content-type-options: "nosniff"
11:37:54 worker.1 | x-xss-protection: "0"
11:37:54 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:54 worker.1 | content-security-policy: "default-src 'none'"
11:37:54 worker.1 | server: "github.com"
11:37:54 worker.1 | x-github-request-id: "FBD4:19E4C7:2EA159:2FA0F7:67E13602"
11:37:54 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:37:54 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:54 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:54 worker.1 | Content-Type: "application/json"
11:37:54 worker.1 | [Octokit] response: Status 201
11:37:54 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:54 GMT"
11:37:54 worker.1 | content-type: "application/json; charset=utf-8"
11:37:54 worker.1 | content-length: "1227"
11:37:54 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:54 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:54 worker.1 | etag: "\"41111e58384b89937119f5597f8ff486b74f4afb9258efdeb5f73224aeae3672\""
11:37:54 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:54 worker.1 | x-accepted-oauth-scopes: ""
11:37:54 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:54 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/60e5eb7b83523ce09f42bc15d8d25434c69a31a1"
11:37:54 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:54 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:54 worker.1 | x-ratelimit-limit: "5000"
11:37:54 worker.1 | x-ratelimit-remaining: "3270"
11:37:54 worker.1 | x-ratelimit-reset: "1742813729"
11:37:54 worker.1 | x-ratelimit-used: "1730"
11:37:54 worker.1 | x-ratelimit-resource: "core"
11:37:54 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:54 worker.1 | access-control-allow-origin: "*"
11:37:54 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:54 worker.1 | x-frame-options: "deny"
11:37:54 worker.1 | x-content-type-options: "nosniff"
11:37:54 worker.1 | x-xss-protection: "0"
11:37:54 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:54 worker.1 | content-security-policy: "default-src 'none'"
11:37:54 worker.1 | server: "github.com"
11:37:54 worker.1 | x-github-request-id: "FBD5:FDC04:2E48D9:2F4876:67E13602"
11:37:54 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:37:54 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:54 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:54 worker.1 | Content-Type: "application/json"
11:37:55 worker.1 | [Octokit] response: Status 200
11:37:55 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:55 GMT"
11:37:55 worker.1 | content-type: "application/json; charset=utf-8"
11:37:55 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:55 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:55 worker.1 | etag: "W/\"275e70339ebd94741ff033a97cbeb957a481d032cba19458ee00a085fbe4b04f\""
11:37:55 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:55 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:55 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:55 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:55 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:55 worker.1 | x-ratelimit-limit: "5000"
11:37:55 worker.1 | x-ratelimit-remaining: "3269"
11:37:55 worker.1 | x-ratelimit-reset: "1742813729"
11:37:55 worker.1 | x-ratelimit-used: "1731"
11:37:55 worker.1 | x-ratelimit-resource: "core"
11:37:55 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:55 worker.1 | access-control-allow-origin: "*"
11:37:55 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:55 worker.1 | x-frame-options: "deny"
11:37:55 worker.1 | x-content-type-options: "nosniff"
11:37:55 worker.1 | x-xss-protection: "0"
11:37:55 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:55 worker.1 | content-security-policy: "default-src 'none'"
11:37:55 worker.1 | content-encoding: "gzip"
11:37:55 worker.1 | transfer-encoding: "chunked"
11:37:55 worker.1 | server: "github.com"
11:37:55 worker.1 | x-github-request-id: "FBD6:19E4C7:2EA4D4:2FA477:67E13603"
11:37:55 worker.1 | Marking as synced
11:37:55 worker.1 | Marking content/fr/persons/_index.html
11:37:55 worker.1 | Marking data/content_security_policy.yaml
11:37:55 worker.1 | Marking config/_default/languages.yaml
11:37:55 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob a8627840-f7b8-4187-a723-25b8311d909d
11:37:55 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob a7dbe7c3-9819-4b46-8ea4-35c5632e1d2b
11:37:55 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob cabd84e4-63b6-4dc6-9a4d-d7d4256a0560
11:37:55 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:55.601+01:00"}
11:37:55 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 7c7582a6-45cb-46c6-a30f-92f874083acf
11:37:55 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:55 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:55 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:55 worker.1 | Content-Type: "application/json"
11:37:56 worker.1 | [Octokit] response: Status 200
11:37:56 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:56 GMT"
11:37:56 worker.1 | content-type: "application/json; charset=utf-8"
11:37:56 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:56 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:56 worker.1 | etag: "W/\"a765c98a15ab9d1f540e8868cbcdd906de76f5277899930381257610985cdcfd\""
11:37:56 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:54 GMT"
11:37:56 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:56 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:56 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:56 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:56 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:56 worker.1 | x-ratelimit-limit: "5000"
11:37:56 worker.1 | x-ratelimit-remaining: "3268"
11:37:56 worker.1 | x-ratelimit-reset: "1742813729"
11:37:56 worker.1 | x-ratelimit-used: "1732"
11:37:56 worker.1 | x-ratelimit-resource: "core"
11:37:56 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:56 worker.1 | access-control-allow-origin: "*"
11:37:56 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:56 worker.1 | x-frame-options: "deny"
11:37:56 worker.1 | x-content-type-options: "nosniff"
11:37:56 worker.1 | x-xss-protection: "0"
11:37:56 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:56 worker.1 | content-security-policy: "default-src 'none'"
11:37:56 worker.1 | content-encoding: "gzip"
11:37:56 worker.1 | transfer-encoding: "chunked"
11:37:56 worker.1 | server: "github.com"
11:37:56 worker.1 | x-github-request-id: "FBD7:FDC04:2E4F7A:2F4F81:67E13603"
11:37:56 worker.1 | Adding content/fr/organizations/_index.html
11:37:56 worker.1 | Adding data/content_security_policy.yaml
11:37:56 worker.1 | Adding config/_default/languages.yaml
11:37:56 worker.1 | Start sync
11:37:56 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:56 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:56 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:56 worker.1 | Content-Type: "application/json"
11:37:56 worker.1 | [Octokit] response: Status 200
11:37:56 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:56 GMT"
11:37:56 worker.1 | content-type: "application/json; charset=utf-8"
11:37:56 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:56 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:56 worker.1 | etag: "W/\"a765c98a15ab9d1f540e8868cbcdd906de76f5277899930381257610985cdcfd\""
11:37:56 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:54 GMT"
11:37:56 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:56 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:56 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:56 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:56 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:56 worker.1 | x-ratelimit-limit: "5000"
11:37:56 worker.1 | x-ratelimit-remaining: "3267"
11:37:56 worker.1 | x-ratelimit-reset: "1742813729"
11:37:56 worker.1 | x-ratelimit-used: "1733"
11:37:56 worker.1 | x-ratelimit-resource: "core"
11:37:56 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:56 worker.1 | access-control-allow-origin: "*"
11:37:56 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:56 worker.1 | x-frame-options: "deny"
11:37:56 worker.1 | x-content-type-options: "nosniff"
11:37:56 worker.1 | x-xss-protection: "0"
11:37:56 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:56 worker.1 | content-security-policy: "default-src 'none'"
11:37:56 worker.1 | content-encoding: "gzip"
11:37:56 worker.1 | transfer-encoding: "chunked"
11:37:56 worker.1 | server: "github.com"
11:37:56 worker.1 | x-github-request-id: "FBD8:292F3C:2DB715:2EB6A1:67E13604"
11:37:56 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:37:56 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:56 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:56 worker.1 | Content-Type: "application/json"
11:37:56 worker.1 | [Octokit] response: Status 200
11:37:56 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:56 GMT"
11:37:56 worker.1 | content-type: "application/json; charset=utf-8"
11:37:56 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:56 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:56 worker.1 | etag: "W/\"6d960d407d3f0aaaae217c9546558227a4345c53fd66f0d817f1c71edcc179bb\""
11:37:56 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:56 worker.1 | x-accepted-oauth-scopes: ""
11:37:56 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:56 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:56 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:56 worker.1 | x-ratelimit-limit: "5000"
11:37:56 worker.1 | x-ratelimit-remaining: "3266"
11:37:56 worker.1 | x-ratelimit-reset: "1742813729"
11:37:56 worker.1 | x-ratelimit-used: "1734"
11:37:56 worker.1 | x-ratelimit-resource: "core"
11:37:56 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:56 worker.1 | access-control-allow-origin: "*"
11:37:56 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:56 worker.1 | x-frame-options: "deny"
11:37:56 worker.1 | x-content-type-options: "nosniff"
11:37:56 worker.1 | x-xss-protection: "0"
11:37:56 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:56 worker.1 | content-security-policy: "default-src 'none'"
11:37:56 worker.1 | content-encoding: "gzip"
11:37:56 worker.1 | transfer-encoding: "chunked"
11:37:56 worker.1 | server: "github.com"
11:37:56 worker.1 | x-github-request-id: "FBD9:220838:2DAF03:2EAE95:67E13604"
11:37:56 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/60e5eb7b83523ce09f42bc15d8d25434c69a31a1?recursive=true
11:37:56 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:56 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:56 worker.1 | Content-Type: "application/json"
11:37:57 worker.1 | [Octokit] response: Status 200
11:37:57 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:57 GMT"
11:37:57 worker.1 | content-type: "application/json; charset=utf-8"
11:37:57 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:37:57 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:57 worker.1 | etag: "W/\"48508893e1d39f16a7c9d2f3b18c2e7b1aedb8054be8ac3f793465d33752e5a3\""
11:37:57 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:54 GMT"
11:37:57 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:57 worker.1 | x-accepted-oauth-scopes: ""
11:37:57 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:57 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:57 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:57 worker.1 | x-ratelimit-limit: "5000"
11:37:57 worker.1 | x-ratelimit-remaining: "3265"
11:37:57 worker.1 | x-ratelimit-reset: "1742813729"
11:37:57 worker.1 | x-ratelimit-used: "1735"
11:37:57 worker.1 | x-ratelimit-resource: "core"
11:37:57 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:57 worker.1 | access-control-allow-origin: "*"
11:37:57 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:57 worker.1 | x-frame-options: "deny"
11:37:57 worker.1 | x-content-type-options: "nosniff"
11:37:57 worker.1 | x-xss-protection: "0"
11:37:57 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:57 worker.1 | content-security-policy: "default-src 'none'"
11:37:57 worker.1 | content-encoding: "gzip"
11:37:57 worker.1 | transfer-encoding: "chunked"
11:37:57 worker.1 | server: "github.com"
11:37:57 worker.1 | x-github-request-id: "FBDA:2FF017:2EAC75:2FACF0:67E13604"
11:37:57 worker.1 | Syncing - Creating content/fr/organizations/_index.html
11:37:57 worker.1 | Syncing - Nothing to do with data/content_security_policy.yaml
11:37:57 worker.1 | Syncing - Nothing to do with config/_default/languages.yaml
11:37:57 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:57 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:57 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:57 worker.1 | Content-Type: "application/json"
11:37:57 worker.1 | [Octokit] response: Status 200
11:37:57 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:57 GMT"
11:37:57 worker.1 | content-type: "application/json; charset=utf-8"
11:37:57 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:57 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:57 worker.1 | etag: "W/\"a765c98a15ab9d1f540e8868cbcdd906de76f5277899930381257610985cdcfd\""
11:37:57 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:54 GMT"
11:37:57 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:57 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:57 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:57 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:57 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:57 worker.1 | x-ratelimit-limit: "5000"
11:37:57 worker.1 | x-ratelimit-remaining: "3264"
11:37:57 worker.1 | x-ratelimit-reset: "1742813729"
11:37:57 worker.1 | x-ratelimit-used: "1736"
11:37:57 worker.1 | x-ratelimit-resource: "core"
11:37:57 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:57 worker.1 | access-control-allow-origin: "*"
11:37:57 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:57 worker.1 | x-frame-options: "deny"
11:37:57 worker.1 | x-content-type-options: "nosniff"
11:37:57 worker.1 | x-xss-protection: "0"
11:37:57 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:57 worker.1 | content-security-policy: "default-src 'none'"
11:37:57 worker.1 | content-encoding: "gzip"
11:37:57 worker.1 | transfer-encoding: "chunked"
11:37:57 worker.1 | server: "github.com"
11:37:57 worker.1 | x-github-request-id: "FBDB:29A163:2EC34E:2FC2F2:67E13605"
11:37:57 worker.1 | Creating commit with 1 files.
11:37:57 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:37:57 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:57 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:57 worker.1 | Content-Type: "application/json"
11:37:57 worker.1 | [Octokit] response: Status 201
11:37:57 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:57 GMT"
11:37:57 worker.1 | content-type: "application/json; charset=utf-8"
11:37:57 worker.1 | content-length: "3068"
11:37:57 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:57 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:57 worker.1 | etag: "\"bc71660f3e5723ed1e30122da1ce7f27d27d4196cd3c9f082833525159e7d694\""
11:37:57 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:57 worker.1 | x-accepted-oauth-scopes: ""
11:37:57 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:57 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/0d94e489977af76a7d2af64dab9e0592161f8356"
11:37:57 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:57 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:57 worker.1 | x-ratelimit-limit: "5000"
11:37:57 worker.1 | x-ratelimit-remaining: "3263"
11:37:57 worker.1 | x-ratelimit-reset: "1742813729"
11:37:57 worker.1 | x-ratelimit-used: "1737"
11:37:57 worker.1 | x-ratelimit-resource: "core"
11:37:57 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:57 worker.1 | access-control-allow-origin: "*"
11:37:57 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:57 worker.1 | x-frame-options: "deny"
11:37:57 worker.1 | x-content-type-options: "nosniff"
11:37:57 worker.1 | x-xss-protection: "0"
11:37:57 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:57 worker.1 | content-security-policy: "default-src 'none'"
11:37:57 worker.1 | server: "github.com"
11:37:57 worker.1 | x-github-request-id: "FBDC:20E9FC:30ECA2:31EC6A:67E13605"
11:37:57 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:37:57 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:57 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:57 worker.1 | Content-Type: "application/json"
11:37:58 worker.1 | [Octokit] response: Status 201
11:37:58 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:58 GMT"
11:37:58 worker.1 | content-type: "application/json; charset=utf-8"
11:37:58 worker.1 | content-length: "1233"
11:37:58 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:58 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:58 worker.1 | etag: "\"82a2404eaf73542de1798a0f3abe75901dae727a54e0fcfdb0ae7322617985e8\""
11:37:58 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:58 worker.1 | x-accepted-oauth-scopes: ""
11:37:58 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:58 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/b9285b063bde7e4156faa1ab68f78ffa27559d75"
11:37:58 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:58 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:58 worker.1 | x-ratelimit-limit: "5000"
11:37:58 worker.1 | x-ratelimit-remaining: "3262"
11:37:58 worker.1 | x-ratelimit-reset: "1742813729"
11:37:58 worker.1 | x-ratelimit-used: "1738"
11:37:58 worker.1 | x-ratelimit-resource: "core"
11:37:58 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:58 worker.1 | access-control-allow-origin: "*"
11:37:58 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:58 worker.1 | x-frame-options: "deny"
11:37:58 worker.1 | x-content-type-options: "nosniff"
11:37:58 worker.1 | x-xss-protection: "0"
11:37:58 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:58 worker.1 | content-security-policy: "default-src 'none'"
11:37:58 worker.1 | server: "github.com"
11:37:58 worker.1 | x-github-request-id: "FBDD:1107C8:2F2A56:302A0F:67E13605"
11:37:58 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:37:58 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:58 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:58 worker.1 | Content-Type: "application/json"
11:37:58 worker.1 | [Octokit] response: Status 200
11:37:58 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:58 GMT"
11:37:58 worker.1 | content-type: "application/json; charset=utf-8"
11:37:58 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:58 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:58 worker.1 | etag: "W/\"134724075504531890d17044858c85146822e813ffac52aaa31b901095e61d54\""
11:37:58 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:58 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:58 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:58 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:58 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:58 worker.1 | x-ratelimit-limit: "5000"
11:37:58 worker.1 | x-ratelimit-remaining: "3261"
11:37:58 worker.1 | x-ratelimit-reset: "1742813729"
11:37:58 worker.1 | x-ratelimit-used: "1739"
11:37:58 worker.1 | x-ratelimit-resource: "core"
11:37:58 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:58 worker.1 | access-control-allow-origin: "*"
11:37:58 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:58 worker.1 | x-frame-options: "deny"
11:37:58 worker.1 | x-content-type-options: "nosniff"
11:37:58 worker.1 | x-xss-protection: "0"
11:37:58 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:58 worker.1 | content-security-policy: "default-src 'none'"
11:37:58 worker.1 | content-encoding: "gzip"
11:37:58 worker.1 | transfer-encoding: "chunked"
11:37:58 worker.1 | server: "github.com"
11:37:58 worker.1 | x-github-request-id: "FBDE:223F68:2D358C:2E3560:67E13606"
11:37:58 worker.1 | Marking as synced
11:37:58 worker.1 | Marking content/fr/organizations/_index.html
11:37:58 worker.1 | Marking data/content_security_policy.yaml
11:37:58 worker.1 | Marking config/_default/languages.yaml
11:37:58 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 57a62c93-32ed-4cea-aed0-d0212d3f4756
11:37:58 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 3565fd06-1f80-4dc6-9159-c9cf5e7ca70e
11:37:58 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 7e192c1d-86cc-458b-9704-787950a7c716
11:37:58 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:37:58.923+01:00"}
11:37:59 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob c860e1c1-9dad-45f0-9df7-63815dbf3d53
11:37:59 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:59 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:59 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:59 worker.1 | Content-Type: "application/json"
11:37:59 worker.1 | [Octokit] response: Status 200
11:37:59 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:37:59 GMT"
11:37:59 worker.1 | content-type: "application/json; charset=utf-8"
11:37:59 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:37:59 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:37:59 worker.1 | etag: "W/\"945de85fcb22acf117ba689e3fcf57f63b7c33280019d372f9969411a23b5878\""
11:37:59 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:58 GMT"
11:37:59 worker.1 | x-oauth-scopes: "repo, workflow"
11:37:59 worker.1 | x-accepted-oauth-scopes: "repo"
11:37:59 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:37:59 worker.1 | x-github-media-type: "github.v3; format=json"
11:37:59 worker.1 | x-github-api-version-selected: "2022-11-28"
11:37:59 worker.1 | x-ratelimit-limit: "5000"
11:37:59 worker.1 | x-ratelimit-remaining: "3260"
11:37:59 worker.1 | x-ratelimit-reset: "1742813729"
11:37:59 worker.1 | x-ratelimit-used: "1740"
11:37:59 worker.1 | x-ratelimit-resource: "core"
11:37:59 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:37:59 worker.1 | access-control-allow-origin: "*"
11:37:59 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:37:59 worker.1 | x-frame-options: "deny"
11:37:59 worker.1 | x-content-type-options: "nosniff"
11:37:59 worker.1 | x-xss-protection: "0"
11:37:59 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:37:59 worker.1 | content-security-policy: "default-src 'none'"
11:37:59 worker.1 | content-encoding: "gzip"
11:37:59 worker.1 | transfer-encoding: "chunked"
11:37:59 worker.1 | server: "github.com"
11:37:59 worker.1 | x-github-request-id: "FBE0:108BAA:2E576F:2F572A:67E13607"
11:37:59 worker.1 | Adding content/fr/authors/_index.html
11:37:59 worker.1 | Adding data/content_security_policy.yaml
11:37:59 worker.1 | Adding config/_default/languages.yaml
11:37:59 worker.1 | Adding data/menus/fr/primary.yml
11:37:59 worker.1 | Adding data/menus/fr/legal.yml
11:37:59 worker.1 | Adding data/menus/fr/social.yml
11:37:59 worker.1 | Start sync
11:37:59 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:37:59 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:37:59 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:37:59 worker.1 | Content-Type: "application/json"
11:38:00 worker.1 | [Octokit] response: Status 200
11:38:00 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:00 GMT"
11:38:00 worker.1 | content-type: "application/json; charset=utf-8"
11:38:00 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:00 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:00 worker.1 | etag: "W/\"945de85fcb22acf117ba689e3fcf57f63b7c33280019d372f9969411a23b5878\""
11:38:00 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:58 GMT"
11:38:00 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:00 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:00 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:00 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:00 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:00 worker.1 | x-ratelimit-limit: "5000"
11:38:00 worker.1 | x-ratelimit-remaining: "3259"
11:38:00 worker.1 | x-ratelimit-reset: "1742813729"
11:38:00 worker.1 | x-ratelimit-used: "1741"
11:38:00 worker.1 | x-ratelimit-resource: "core"
11:38:00 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:00 worker.1 | access-control-allow-origin: "*"
11:38:00 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:00 worker.1 | x-frame-options: "deny"
11:38:00 worker.1 | x-content-type-options: "nosniff"
11:38:00 worker.1 | x-xss-protection: "0"
11:38:00 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:00 worker.1 | content-security-policy: "default-src 'none'"
11:38:00 worker.1 | content-encoding: "gzip"
11:38:00 worker.1 | transfer-encoding: "chunked"
11:38:00 worker.1 | server: "github.com"
11:38:00 worker.1 | x-github-request-id: "FBE1:2FF017:2EBD12:2FBD0E:67E13607"
11:38:00 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:38:00 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:00 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:00 worker.1 | Content-Type: "application/json"
11:38:00 worker.1 | [Octokit] response: Status 200
11:38:00 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:00 GMT"
11:38:00 worker.1 | content-type: "application/json; charset=utf-8"
11:38:00 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:00 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:00 worker.1 | etag: "W/\"c7b1bf16e250ca44f7ac0efec864cc15e159ab8a22529fa710a08a33a8552b89\""
11:38:00 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:00 worker.1 | x-accepted-oauth-scopes: ""
11:38:00 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:00 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:00 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:00 worker.1 | x-ratelimit-limit: "5000"
11:38:00 worker.1 | x-ratelimit-remaining: "3258"
11:38:00 worker.1 | x-ratelimit-reset: "1742813729"
11:38:00 worker.1 | x-ratelimit-used: "1742"
11:38:00 worker.1 | x-ratelimit-resource: "core"
11:38:00 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:00 worker.1 | access-control-allow-origin: "*"
11:38:00 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:00 worker.1 | x-frame-options: "deny"
11:38:00 worker.1 | x-content-type-options: "nosniff"
11:38:00 worker.1 | x-xss-protection: "0"
11:38:00 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:00 worker.1 | content-security-policy: "default-src 'none'"
11:38:00 worker.1 | content-encoding: "gzip"
11:38:00 worker.1 | transfer-encoding: "chunked"
11:38:00 worker.1 | server: "github.com"
11:38:00 worker.1 | x-github-request-id: "FBE2:13DEDB:2FB490:30B4AD:67E13608"
11:38:00 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/b9285b063bde7e4156faa1ab68f78ffa27559d75?recursive=true
11:38:00 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:00 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:00 worker.1 | Content-Type: "application/json"
11:38:00 worker.1 | [Octokit] response: Status 200
11:38:00 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:00 GMT"
11:38:00 worker.1 | content-type: "application/json; charset=utf-8"
11:38:00 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:38:00 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:00 worker.1 | etag: "W/\"98da002fbc5be9f32ff70154d789eaa74f923d66cedf704f71c91809c6f27125\""
11:38:00 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:58 GMT"
11:38:00 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:00 worker.1 | x-accepted-oauth-scopes: ""
11:38:00 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:00 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:00 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:00 worker.1 | x-ratelimit-limit: "5000"
11:38:00 worker.1 | x-ratelimit-remaining: "3257"
11:38:00 worker.1 | x-ratelimit-reset: "1742813729"
11:38:00 worker.1 | x-ratelimit-used: "1743"
11:38:00 worker.1 | x-ratelimit-resource: "core"
11:38:00 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:00 worker.1 | access-control-allow-origin: "*"
11:38:00 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:00 worker.1 | x-frame-options: "deny"
11:38:00 worker.1 | x-content-type-options: "nosniff"
11:38:00 worker.1 | x-xss-protection: "0"
11:38:00 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:00 worker.1 | content-security-policy: "default-src 'none'"
11:38:00 worker.1 | content-encoding: "gzip"
11:38:00 worker.1 | transfer-encoding: "chunked"
11:38:00 worker.1 | server: "github.com"
11:38:00 worker.1 | x-github-request-id: "FBE3:1A9328:354856:364878:67E13608"
11:38:00 worker.1 | Syncing - Creating content/fr/authors/_index.html
11:38:00 worker.1 | Syncing - Nothing to do with data/content_security_policy.yaml
11:38:00 worker.1 | Syncing - Nothing to do with config/_default/languages.yaml
11:38:00 worker.1 | Syncing - Nothing to do with data/menus/fr/primary.yml
11:38:00 worker.1 | Syncing - Nothing to do with data/menus/fr/legal.yml
11:38:00 worker.1 | Syncing - Nothing to do with data/menus/fr/social.yml
11:38:00 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:00 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:00 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:00 worker.1 | Content-Type: "application/json"
11:38:01 worker.1 | [Octokit] response: Status 200
11:38:01 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:01 GMT"
11:38:01 worker.1 | content-type: "application/json; charset=utf-8"
11:38:01 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:01 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:01 worker.1 | etag: "W/\"945de85fcb22acf117ba689e3fcf57f63b7c33280019d372f9969411a23b5878\""
11:38:01 worker.1 | last-modified: "Mon, 24 Mar 2025 10:37:58 GMT"
11:38:01 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:01 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:01 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:01 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:01 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:01 worker.1 | x-ratelimit-limit: "5000"
11:38:01 worker.1 | x-ratelimit-remaining: "3256"
11:38:01 worker.1 | x-ratelimit-reset: "1742813729"
11:38:01 worker.1 | x-ratelimit-used: "1744"
11:38:01 worker.1 | x-ratelimit-resource: "core"
11:38:01 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:01 worker.1 | access-control-allow-origin: "*"
11:38:01 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:01 worker.1 | x-frame-options: "deny"
11:38:01 worker.1 | x-content-type-options: "nosniff"
11:38:01 worker.1 | x-xss-protection: "0"
11:38:01 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:01 worker.1 | content-security-policy: "default-src 'none'"
11:38:01 worker.1 | content-encoding: "gzip"
11:38:01 worker.1 | transfer-encoding: "chunked"
11:38:01 worker.1 | server: "github.com"
11:38:01 worker.1 | x-github-request-id: "FBE4:F6B2E:2EFF13:2FFF36:67E13608"
11:38:01 worker.1 | Creating commit with 1 files.
11:38:01 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:38:01 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:01 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:01 worker.1 | Content-Type: "application/json"
11:38:01 worker.1 | [Octokit] response: Status 201
11:38:01 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:01 GMT"
11:38:01 worker.1 | content-type: "application/json; charset=utf-8"
11:38:01 worker.1 | content-length: "3068"
11:38:01 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:01 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:01 worker.1 | etag: "\"6ce94db59f851aff02feacc0b7fb08c768cea010a4b093b74771a25811614e6c\""
11:38:01 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:01 worker.1 | x-accepted-oauth-scopes: ""
11:38:01 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:01 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/996be33dc84307a1a3fedeae1356b89b56f395b7"
11:38:01 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:01 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:01 worker.1 | x-ratelimit-limit: "5000"
11:38:01 worker.1 | x-ratelimit-remaining: "3255"
11:38:01 worker.1 | x-ratelimit-reset: "1742813729"
11:38:01 worker.1 | x-ratelimit-used: "1745"
11:38:01 worker.1 | x-ratelimit-resource: "core"
11:38:01 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:01 worker.1 | access-control-allow-origin: "*"
11:38:01 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:01 worker.1 | x-frame-options: "deny"
11:38:01 worker.1 | x-content-type-options: "nosniff"
11:38:01 worker.1 | x-xss-protection: "0"
11:38:01 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:01 worker.1 | content-security-policy: "default-src 'none'"
11:38:01 worker.1 | server: "github.com"
11:38:01 worker.1 | x-github-request-id: "FBE5:6232B:2FD51E:30D746:67E13609"
11:38:01 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:38:01 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:01 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:01 worker.1 | Content-Type: "application/json"
11:38:01 worker.1 | [Octokit] response: Status 201
11:38:01 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:01 GMT"
11:38:01 worker.1 | content-type: "application/json; charset=utf-8"
11:38:01 worker.1 | content-length: "1239"
11:38:01 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:01 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:01 worker.1 | etag: "\"00bf4478188ba218b0cdcc0ba9b67416b16b3424c64ba06056b7e27992f368c8\""
11:38:01 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:01 worker.1 | x-accepted-oauth-scopes: ""
11:38:01 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:01 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/bd18041eb4e4240ebcfda73bfafc79fbfd5f1f5e"
11:38:01 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:01 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:01 worker.1 | x-ratelimit-limit: "5000"
11:38:01 worker.1 | x-ratelimit-remaining: "3254"
11:38:01 worker.1 | x-ratelimit-reset: "1742813729"
11:38:01 worker.1 | x-ratelimit-used: "1746"
11:38:01 worker.1 | x-ratelimit-resource: "core"
11:38:01 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:01 worker.1 | access-control-allow-origin: "*"
11:38:01 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:01 worker.1 | x-frame-options: "deny"
11:38:01 worker.1 | x-content-type-options: "nosniff"
11:38:01 worker.1 | x-xss-protection: "0"
11:38:01 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:01 worker.1 | content-security-policy: "default-src 'none'"
11:38:01 worker.1 | server: "github.com"
11:38:01 worker.1 | x-github-request-id: "FBE6:108BAA:2E60E8:2F60E1:67E13609"
11:38:01 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:38:01 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:01 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:01 worker.1 | Content-Type: "application/json"
11:38:02 worker.1 | [Octokit] response: Status 200
11:38:02 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:02 GMT"
11:38:02 worker.1 | content-type: "application/json; charset=utf-8"
11:38:02 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:02 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:02 worker.1 | etag: "W/\"a1c8736b696cf6635007df0a4ff9761b35197f82be8694b2a15d7d3edb9f689d\""
11:38:02 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:02 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:02 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:02 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:02 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:02 worker.1 | x-ratelimit-limit: "5000"
11:38:02 worker.1 | x-ratelimit-remaining: "3253"
11:38:02 worker.1 | x-ratelimit-reset: "1742813729"
11:38:02 worker.1 | x-ratelimit-used: "1747"
11:38:02 worker.1 | x-ratelimit-resource: "core"
11:38:02 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:02 worker.1 | access-control-allow-origin: "*"
11:38:02 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:02 worker.1 | x-frame-options: "deny"
11:38:02 worker.1 | x-content-type-options: "nosniff"
11:38:02 worker.1 | x-xss-protection: "0"
11:38:02 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:02 worker.1 | content-security-policy: "default-src 'none'"
11:38:02 worker.1 | content-encoding: "gzip"
11:38:02 worker.1 | transfer-encoding: "chunked"
11:38:02 worker.1 | server: "github.com"
11:38:02 worker.1 | x-github-request-id: "FBEB:20E9FC:310009:320047:67E13609"
11:38:02 worker.1 | Marking as synced
11:38:02 worker.1 | Marking content/fr/authors/_index.html
11:38:02 worker.1 | Marking data/content_security_policy.yaml
11:38:02 worker.1 | Marking config/_default/languages.yaml
11:38:02 worker.1 | Marking data/menus/fr/primary.yml
11:38:02 worker.1 | Marking data/menus/fr/legal.yml
11:38:02 worker.1 | Marking data/menus/fr/social.yml
11:38:02 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 1cbd0e11-9b54-451a-b339-3aa189294e27
11:38:02 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 08b92cd9-708f-457c-8fa2-ce12d95167ee
11:38:02 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob df3921b9-4cd1-450f-bf0b-64fac1b31e62
11:38:02 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:38:02.397+01:00"}
11:38:02 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 6df339ed-a96a-4466-9ce2-0cbedd548d99
11:38:02 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:02 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:02 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:02 worker.1 | Content-Type: "application/json"
11:38:03 worker.1 | [Octokit] response: Status 200
11:38:03 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:03 GMT"
11:38:03 worker.1 | content-type: "application/json; charset=utf-8"
11:38:03 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:03 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:03 worker.1 | etag: "W/\"cd111c0f900909a6cedc0103229211eb778af31ad6f85645afbf9e40c3aa92b8\""
11:38:03 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:01 GMT"
11:38:03 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:03 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:03 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:03 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:03 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:03 worker.1 | x-ratelimit-limit: "5000"
11:38:03 worker.1 | x-ratelimit-remaining: "3252"
11:38:03 worker.1 | x-ratelimit-reset: "1742813729"
11:38:03 worker.1 | x-ratelimit-used: "1748"
11:38:03 worker.1 | x-ratelimit-resource: "core"
11:38:03 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:03 worker.1 | access-control-allow-origin: "*"
11:38:03 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:03 worker.1 | x-frame-options: "deny"
11:38:03 worker.1 | x-content-type-options: "nosniff"
11:38:03 worker.1 | x-xss-protection: "0"
11:38:03 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:03 worker.1 | content-security-policy: "default-src 'none'"
11:38:03 worker.1 | content-encoding: "gzip"
11:38:03 worker.1 | transfer-encoding: "chunked"
11:38:03 worker.1 | server: "github.com"
11:38:03 worker.1 | x-github-request-id: "FBEC:29A163:2EDCF5:2FDD3E:67E1360A"
11:38:03 worker.1 | Adding content/fr/pages/mentions-legales/_index.html
11:38:03 worker.1 | Adding data/content_security_policy.yaml
11:38:03 worker.1 | Adding data/menus/fr/primary.yml
11:38:03 worker.1 | Adding data/menus/fr/legal.yml
11:38:03 worker.1 | Adding data/menus/fr/social.yml
11:38:03 worker.1 | Start sync
11:38:03 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:03 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:03 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:03 worker.1 | Content-Type: "application/json"
11:38:03 worker.1 | [Octokit] response: Status 200
11:38:03 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:03 GMT"
11:38:03 worker.1 | content-type: "application/json; charset=utf-8"
11:38:03 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:03 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:03 worker.1 | etag: "W/\"cd111c0f900909a6cedc0103229211eb778af31ad6f85645afbf9e40c3aa92b8\""
11:38:03 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:01 GMT"
11:38:03 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:03 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:03 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:03 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:03 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:03 worker.1 | x-ratelimit-limit: "5000"
11:38:03 worker.1 | x-ratelimit-remaining: "3251"
11:38:03 worker.1 | x-ratelimit-reset: "1742813729"
11:38:03 worker.1 | x-ratelimit-used: "1749"
11:38:03 worker.1 | x-ratelimit-resource: "core"
11:38:03 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:03 worker.1 | access-control-allow-origin: "*"
11:38:03 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:03 worker.1 | x-frame-options: "deny"
11:38:03 worker.1 | x-content-type-options: "nosniff"
11:38:03 worker.1 | x-xss-protection: "0"
11:38:03 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:03 worker.1 | content-security-policy: "default-src 'none'"
11:38:03 worker.1 | content-encoding: "gzip"
11:38:03 worker.1 | transfer-encoding: "chunked"
11:38:03 worker.1 | server: "github.com"
11:38:03 worker.1 | x-github-request-id: "FBED:223F68:2D4D08:2E4D63:67E1360B"
11:38:03 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:38:03 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:03 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:03 worker.1 | Content-Type: "application/json"
11:38:03 worker.1 | [Octokit] response: Status 200
11:38:03 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:03 GMT"
11:38:03 worker.1 | content-type: "application/json; charset=utf-8"
11:38:03 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:03 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:03 worker.1 | etag: "W/\"7aacd1b2500a25b0f9e6113d5927c35b95df26399c2f4fe48c337b48e381c16f\""
11:38:03 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:03 worker.1 | x-accepted-oauth-scopes: ""
11:38:03 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:03 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:03 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:03 worker.1 | x-ratelimit-limit: "5000"
11:38:03 worker.1 | x-ratelimit-remaining: "3250"
11:38:03 worker.1 | x-ratelimit-reset: "1742813729"
11:38:03 worker.1 | x-ratelimit-used: "1750"
11:38:03 worker.1 | x-ratelimit-resource: "core"
11:38:03 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:03 worker.1 | access-control-allow-origin: "*"
11:38:03 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:03 worker.1 | x-frame-options: "deny"
11:38:03 worker.1 | x-content-type-options: "nosniff"
11:38:03 worker.1 | x-xss-protection: "0"
11:38:03 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:03 worker.1 | content-security-policy: "default-src 'none'"
11:38:03 worker.1 | content-encoding: "gzip"
11:38:03 worker.1 | transfer-encoding: "chunked"
11:38:03 worker.1 | server: "github.com"
11:38:03 worker.1 | x-github-request-id: "FBEE:19E4C7:2ECF68:2FCFB3:67E1360B"
11:38:03 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/bd18041eb4e4240ebcfda73bfafc79fbfd5f1f5e?recursive=true
11:38:03 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:03 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:03 worker.1 | Content-Type: "application/json"
11:38:03 worker.1 | [Octokit] response: Status 200
11:38:03 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:03 GMT"
11:38:03 worker.1 | content-type: "application/json; charset=utf-8"
11:38:03 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:38:03 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:03 worker.1 | etag: "W/\"cf9492fdf4ffb63c424a3e3809fc4b509792fc15ca904fda02be2ed8ab72ba34\""
11:38:03 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:01 GMT"
11:38:03 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:03 worker.1 | x-accepted-oauth-scopes: ""
11:38:03 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:03 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:03 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:03 worker.1 | x-ratelimit-limit: "5000"
11:38:03 worker.1 | x-ratelimit-remaining: "3249"
11:38:03 worker.1 | x-ratelimit-reset: "1742813729"
11:38:03 worker.1 | x-ratelimit-used: "1751"
11:38:03 worker.1 | x-ratelimit-resource: "core"
11:38:03 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:03 worker.1 | access-control-allow-origin: "*"
11:38:03 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:03 worker.1 | x-frame-options: "deny"
11:38:03 worker.1 | x-content-type-options: "nosniff"
11:38:03 worker.1 | x-xss-protection: "0"
11:38:03 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:03 worker.1 | content-security-policy: "default-src 'none'"
11:38:03 worker.1 | content-encoding: "gzip"
11:38:03 worker.1 | transfer-encoding: "chunked"
11:38:03 worker.1 | server: "github.com"
11:38:03 worker.1 | x-github-request-id: "FBEF:108BAA:2E6C13:2F6C56:67E1360B"
11:38:03 worker.1 | Syncing - Creating content/fr/pages/mentions-legales/_index.html
11:38:03 worker.1 | Syncing - Nothing to do with data/content_security_policy.yaml
11:38:04 worker.1 | Syncing - Nothing to do with data/menus/fr/primary.yml
11:38:04 worker.1 | Syncing - Nothing to do with data/menus/fr/legal.yml
11:38:04 worker.1 | Syncing - Nothing to do with data/menus/fr/social.yml
11:38:04 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:04 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:04 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:04 worker.1 | Content-Type: "application/json"
11:38:04 worker.1 | [Octokit] response: Status 200
11:38:04 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:04 GMT"
11:38:04 worker.1 | content-type: "application/json; charset=utf-8"
11:38:04 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:04 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:04 worker.1 | etag: "W/\"cd111c0f900909a6cedc0103229211eb778af31ad6f85645afbf9e40c3aa92b8\""
11:38:04 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:01 GMT"
11:38:04 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:04 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:04 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:04 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:04 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:04 worker.1 | x-ratelimit-limit: "5000"
11:38:04 worker.1 | x-ratelimit-remaining: "3248"
11:38:04 worker.1 | x-ratelimit-reset: "1742813729"
11:38:04 worker.1 | x-ratelimit-used: "1752"
11:38:04 worker.1 | x-ratelimit-resource: "core"
11:38:04 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:04 worker.1 | access-control-allow-origin: "*"
11:38:04 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:04 worker.1 | x-frame-options: "deny"
11:38:04 worker.1 | x-content-type-options: "nosniff"
11:38:04 worker.1 | x-xss-protection: "0"
11:38:04 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:04 worker.1 | content-security-policy: "default-src 'none'"
11:38:04 worker.1 | content-encoding: "gzip"
11:38:04 worker.1 | transfer-encoding: "chunked"
11:38:04 worker.1 | server: "github.com"
11:38:04 worker.1 | x-github-request-id: "FBF0:1A9328:355D16:365D92:67E1360C"
11:38:04 worker.1 | Creating commit with 1 files.
11:38:04 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:38:04 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:04 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:04 worker.1 | Content-Type: "application/json"
11:38:04 worker.1 | [Octokit] response: Status 201
11:38:04 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:04 GMT"
11:38:04 worker.1 | content-type: "application/json; charset=utf-8"
11:38:04 worker.1 | content-length: "3068"
11:38:04 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:04 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:04 worker.1 | etag: "\"1a2f2987391f4b6a1bdefb279a71cb6d7f5b4a12bf6bd5f24e368f83ef5e2d7a\""
11:38:04 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:04 worker.1 | x-accepted-oauth-scopes: ""
11:38:04 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:04 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/028cddfd7c94e01284c5e6ffb9d0da4e8bdc382f"
11:38:04 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:04 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:04 worker.1 | x-ratelimit-limit: "5000"
11:38:04 worker.1 | x-ratelimit-remaining: "3247"
11:38:04 worker.1 | x-ratelimit-reset: "1742813729"
11:38:04 worker.1 | x-ratelimit-used: "1753"
11:38:04 worker.1 | x-ratelimit-resource: "core"
11:38:04 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:04 worker.1 | access-control-allow-origin: "*"
11:38:04 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:04 worker.1 | x-frame-options: "deny"
11:38:04 worker.1 | x-content-type-options: "nosniff"
11:38:04 worker.1 | x-xss-protection: "0"
11:38:04 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:04 worker.1 | content-security-policy: "default-src 'none'"
11:38:04 worker.1 | server: "github.com"
11:38:04 worker.1 | x-github-request-id: "FBF1:220838:2DD61E:2ED6B6:67E1360C"
11:38:04 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:38:04 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:04 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:04 worker.1 | Content-Type: "application/json"
11:38:05 worker.1 | [Octokit] response: Status 201
11:38:05 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:05 GMT"
11:38:05 worker.1 | content-type: "application/json; charset=utf-8"
11:38:05 worker.1 | content-length: "1237"
11:38:05 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:05 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:05 worker.1 | etag: "\"2bce4d1bf77a835f4e933c61d3332809b8128fb4dfaeb6bb0d34837a6eb30d1e\""
11:38:05 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:05 worker.1 | x-accepted-oauth-scopes: ""
11:38:05 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:05 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/64f13dcf333516ad9aa92c8fac33d049e505356a"
11:38:05 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:05 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:05 worker.1 | x-ratelimit-limit: "5000"
11:38:05 worker.1 | x-ratelimit-remaining: "3246"
11:38:05 worker.1 | x-ratelimit-reset: "1742813729"
11:38:05 worker.1 | x-ratelimit-used: "1754"
11:38:05 worker.1 | x-ratelimit-resource: "core"
11:38:05 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:05 worker.1 | access-control-allow-origin: "*"
11:38:05 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:05 worker.1 | x-frame-options: "deny"
11:38:05 worker.1 | x-content-type-options: "nosniff"
11:38:05 worker.1 | x-xss-protection: "0"
11:38:05 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:05 worker.1 | content-security-policy: "default-src 'none'"
11:38:05 worker.1 | server: "github.com"
11:38:05 worker.1 | x-github-request-id: "FBF2:F6B2E:2F138E:30141E:67E1360C"
11:38:05 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:38:05 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:05 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:05 worker.1 | Content-Type: "application/json"
11:38:05 worker.1 | [Octokit] response: Status 200
11:38:05 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:05 GMT"
11:38:05 worker.1 | content-type: "application/json; charset=utf-8"
11:38:05 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:05 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:05 worker.1 | etag: "W/\"5f5bf31e1c0c043d5a2eb8447c5fb4b38a05dbc61daf65324ef90d0f3ff7eb91\""
11:38:05 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:05 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:05 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:05 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:05 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:05 worker.1 | x-ratelimit-limit: "5000"
11:38:05 worker.1 | x-ratelimit-remaining: "3245"
11:38:05 worker.1 | x-ratelimit-reset: "1742813729"
11:38:05 worker.1 | x-ratelimit-used: "1755"
11:38:05 worker.1 | x-ratelimit-resource: "core"
11:38:05 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:05 worker.1 | access-control-allow-origin: "*"
11:38:05 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:05 worker.1 | x-frame-options: "deny"
11:38:05 worker.1 | x-content-type-options: "nosniff"
11:38:05 worker.1 | x-xss-protection: "0"
11:38:05 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:05 worker.1 | content-security-policy: "default-src 'none'"
11:38:05 worker.1 | content-encoding: "gzip"
11:38:05 worker.1 | transfer-encoding: "chunked"
11:38:05 worker.1 | server: "github.com"
11:38:05 worker.1 | x-github-request-id: "FBF3:13DEDB:2FCBE8:30CC53:67E1360D"
11:38:05 worker.1 | Marking as synced
11:38:05 worker.1 | Marking content/fr/pages/mentions-legales/_index.html
11:38:05 worker.1 | Marking data/content_security_policy.yaml
11:38:05 worker.1 | Marking data/menus/fr/primary.yml
11:38:05 worker.1 | Marking data/menus/fr/legal.yml
11:38:05 worker.1 | Marking data/menus/fr/social.yml
11:38:05 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob b51070b8-b68b-48dc-85dd-faa8bb085280
11:38:05 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob c2d13450-ddf5-44c8-ac39-137332bf7b25
11:38:05 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 8c8c91cc-0c0f-48b6-813a-47de33a01bc5
11:38:05 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:38:05.867+01:00"}
11:38:06 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob abdff586-51d1-4ee6-afe0-ad9943f73eca
11:38:06 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:06 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:06 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:06 worker.1 | Content-Type: "application/json"
11:38:06 worker.1 | [Octokit] response: Status 200
11:38:06 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:06 GMT"
11:38:06 worker.1 | content-type: "application/json; charset=utf-8"
11:38:06 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:06 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:06 worker.1 | etag: "W/\"14e2d3073cbc6d69a8cd24913816bf216173a12758d2c9b0e9359104414006d4\""
11:38:06 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:05 GMT"
11:38:06 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:06 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:06 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:06 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:06 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:06 worker.1 | x-ratelimit-limit: "5000"
11:38:06 worker.1 | x-ratelimit-remaining: "3244"
11:38:06 worker.1 | x-ratelimit-reset: "1742813729"
11:38:06 worker.1 | x-ratelimit-used: "1756"
11:38:06 worker.1 | x-ratelimit-resource: "core"
11:38:06 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:06 worker.1 | access-control-allow-origin: "*"
11:38:06 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:06 worker.1 | x-frame-options: "deny"
11:38:06 worker.1 | x-content-type-options: "nosniff"
11:38:06 worker.1 | x-xss-protection: "0"
11:38:06 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:06 worker.1 | content-security-policy: "default-src 'none'"
11:38:06 worker.1 | content-encoding: "gzip"
11:38:06 worker.1 | transfer-encoding: "chunked"
11:38:06 worker.1 | server: "github.com"
11:38:06 worker.1 | x-github-request-id: "FBF4:2FF017:2EDCDC:2FDD6F:67E1360E"
11:38:06 worker.1 | Adding content/fr/pages/politique-de-confidentialite/_index.html
11:38:06 worker.1 | Adding data/content_security_policy.yaml
11:38:06 worker.1 | Adding data/menus/fr/primary.yml
11:38:06 worker.1 | Adding data/menus/fr/legal.yml
11:38:06 worker.1 | Adding data/menus/fr/social.yml
11:38:06 worker.1 | Start sync
11:38:06 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:06 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:06 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:06 worker.1 | Content-Type: "application/json"
11:38:06 worker.1 | [Octokit] response: Status 200
11:38:06 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:06 GMT"
11:38:06 worker.1 | content-type: "application/json; charset=utf-8"
11:38:06 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:06 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:06 worker.1 | etag: "W/\"14e2d3073cbc6d69a8cd24913816bf216173a12758d2c9b0e9359104414006d4\""
11:38:06 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:05 GMT"
11:38:06 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:06 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:06 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:06 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:06 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:06 worker.1 | x-ratelimit-limit: "5000"
11:38:06 worker.1 | x-ratelimit-remaining: "3243"
11:38:06 worker.1 | x-ratelimit-reset: "1742813729"
11:38:06 worker.1 | x-ratelimit-used: "1757"
11:38:06 worker.1 | x-ratelimit-resource: "core"
11:38:06 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:06 worker.1 | access-control-allow-origin: "*"
11:38:06 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:06 worker.1 | x-frame-options: "deny"
11:38:06 worker.1 | x-content-type-options: "nosniff"
11:38:06 worker.1 | x-xss-protection: "0"
11:38:06 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:06 worker.1 | content-security-policy: "default-src 'none'"
11:38:06 worker.1 | content-encoding: "gzip"
11:38:06 worker.1 | transfer-encoding: "chunked"
11:38:06 worker.1 | server: "github.com"
11:38:06 worker.1 | x-github-request-id: "FBF5:108BAA:2E7937:2F7A19:67E1360E"
11:38:06 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:38:06 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:06 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:06 worker.1 | Content-Type: "application/json"
11:38:07 worker.1 | [Octokit] response: Status 200
11:38:07 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:07 GMT"
11:38:07 worker.1 | content-type: "application/json; charset=utf-8"
11:38:07 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:07 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:07 worker.1 | etag: "W/\"51f3763642defca357f53249794cd43eca6427844b4434b76348092230ce484d\""
11:38:07 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:07 worker.1 | x-accepted-oauth-scopes: ""
11:38:07 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:07 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:07 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:07 worker.1 | x-ratelimit-limit: "5000"
11:38:07 worker.1 | x-ratelimit-remaining: "3242"
11:38:07 worker.1 | x-ratelimit-reset: "1742813729"
11:38:07 worker.1 | x-ratelimit-used: "1758"
11:38:07 worker.1 | x-ratelimit-resource: "core"
11:38:07 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:07 worker.1 | access-control-allow-origin: "*"
11:38:07 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:07 worker.1 | x-frame-options: "deny"
11:38:07 worker.1 | x-content-type-options: "nosniff"
11:38:07 worker.1 | x-xss-protection: "0"
11:38:07 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:07 worker.1 | content-security-policy: "default-src 'none'"
11:38:07 worker.1 | content-encoding: "gzip"
11:38:07 worker.1 | transfer-encoding: "chunked"
11:38:07 worker.1 | server: "github.com"
11:38:07 worker.1 | x-github-request-id: "FBF6:220838:2DE336:2EE3F7:67E1360E"
11:38:07 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/64f13dcf333516ad9aa92c8fac33d049e505356a?recursive=true
11:38:07 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:07 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:07 worker.1 | Content-Type: "application/json"
11:38:07 worker.1 | [Octokit] response: Status 200
11:38:07 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:07 GMT"
11:38:07 worker.1 | content-type: "application/json; charset=utf-8"
11:38:07 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:38:07 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:07 worker.1 | etag: "W/\"5c33a53f633b61de2cfd9c3cd04d848bde94282260fed93e65aa4d68b0f149e9\""
11:38:07 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:05 GMT"
11:38:07 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:07 worker.1 | x-accepted-oauth-scopes: ""
11:38:07 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:07 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:07 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:07 worker.1 | x-ratelimit-limit: "5000"
11:38:07 worker.1 | x-ratelimit-remaining: "3241"
11:38:07 worker.1 | x-ratelimit-reset: "1742813729"
11:38:07 worker.1 | x-ratelimit-used: "1759"
11:38:07 worker.1 | x-ratelimit-resource: "core"
11:38:07 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:07 worker.1 | access-control-allow-origin: "*"
11:38:07 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:07 worker.1 | x-frame-options: "deny"
11:38:07 worker.1 | x-content-type-options: "nosniff"
11:38:07 worker.1 | x-xss-protection: "0"
11:38:07 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:07 worker.1 | content-security-policy: "default-src 'none'"
11:38:07 worker.1 | content-encoding: "gzip"
11:38:07 worker.1 | transfer-encoding: "chunked"
11:38:07 worker.1 | server: "github.com"
11:38:07 worker.1 | x-github-request-id: "FBF7:13DEDB:2FD496:30D54D:67E1360F"
11:38:07 worker.1 | Syncing - Creating content/fr/pages/politique-de-confidentialite/_index.html
11:38:07 worker.1 | Syncing - Nothing to do with data/content_security_policy.yaml
11:38:07 worker.1 | Syncing - Nothing to do with data/menus/fr/primary.yml
11:38:07 worker.1 | Syncing - Nothing to do with data/menus/fr/legal.yml
11:38:07 worker.1 | Syncing - Nothing to do with data/menus/fr/social.yml
11:38:07 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:07 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:07 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:07 worker.1 | Content-Type: "application/json"
11:38:07 worker.1 | [Octokit] response: Status 200
11:38:07 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:07 GMT"
11:38:07 worker.1 | content-type: "application/json; charset=utf-8"
11:38:07 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:07 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:07 worker.1 | etag: "W/\"14e2d3073cbc6d69a8cd24913816bf216173a12758d2c9b0e9359104414006d4\""
11:38:07 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:05 GMT"
11:38:07 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:07 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:07 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:07 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:07 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:07 worker.1 | x-ratelimit-limit: "5000"
11:38:07 worker.1 | x-ratelimit-remaining: "3240"
11:38:07 worker.1 | x-ratelimit-reset: "1742813729"
11:38:07 worker.1 | x-ratelimit-used: "1760"
11:38:07 worker.1 | x-ratelimit-resource: "core"
11:38:07 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:07 worker.1 | access-control-allow-origin: "*"
11:38:07 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:07 worker.1 | x-frame-options: "deny"
11:38:07 worker.1 | x-content-type-options: "nosniff"
11:38:07 worker.1 | x-xss-protection: "0"
11:38:07 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:07 worker.1 | content-security-policy: "default-src 'none'"
11:38:07 worker.1 | content-encoding: "gzip"
11:38:07 worker.1 | transfer-encoding: "chunked"
11:38:07 worker.1 | server: "github.com"
11:38:07 worker.1 | x-github-request-id: "FBF8:2991D4:305E6C:315F16:67E1360F"
11:38:07 worker.1 | Creating commit with 1 files.
11:38:07 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:38:07 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:07 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:07 worker.1 | Content-Type: "application/json"
11:38:08 worker.1 | [Octokit] response: Status 201
11:38:08 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:08 GMT"
11:38:08 worker.1 | content-type: "application/json; charset=utf-8"
11:38:08 worker.1 | content-length: "3068"
11:38:08 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:08 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:08 worker.1 | etag: "\"76c910275823f19eea3a3300998d9f93df6d7ed68d122cecec15e41a1b711918\""
11:38:08 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:08 worker.1 | x-accepted-oauth-scopes: ""
11:38:08 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:08 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/85b659b92ec29bc86ea78bd398b3efe4c0c7e616"
11:38:08 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:08 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:08 worker.1 | x-ratelimit-limit: "5000"
11:38:08 worker.1 | x-ratelimit-remaining: "3239"
11:38:08 worker.1 | x-ratelimit-reset: "1742813729"
11:38:08 worker.1 | x-ratelimit-used: "1761"
11:38:08 worker.1 | x-ratelimit-resource: "core"
11:38:08 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:08 worker.1 | access-control-allow-origin: "*"
11:38:08 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:08 worker.1 | x-frame-options: "deny"
11:38:08 worker.1 | x-content-type-options: "nosniff"
11:38:08 worker.1 | x-xss-protection: "0"
11:38:08 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:08 worker.1 | content-security-policy: "default-src 'none'"
11:38:08 worker.1 | server: "github.com"
11:38:08 worker.1 | x-github-request-id: "FBF9:346215:305FA1:31608F:67E1360F"
11:38:08 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:38:08 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:08 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:08 worker.1 | Content-Type: "application/json"
11:38:08 worker.1 | [Octokit] response: Status 201
11:38:08 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:08 GMT"
11:38:08 worker.1 | content-type: "application/json; charset=utf-8"
11:38:08 worker.1 | content-length: "1249"
11:38:08 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:08 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:08 worker.1 | etag: "\"c292a616dcbb7f22365db20316720321adac3e48bdb5691a680ad9a6202a1b15\""
11:38:08 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:08 worker.1 | x-accepted-oauth-scopes: ""
11:38:08 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:08 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/6a4a2a438989c231c57df11c8c8ec534c4c14c06"
11:38:08 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:08 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:08 worker.1 | x-ratelimit-limit: "5000"
11:38:08 worker.1 | x-ratelimit-remaining: "3238"
11:38:08 worker.1 | x-ratelimit-reset: "1742813729"
11:38:08 worker.1 | x-ratelimit-used: "1762"
11:38:08 worker.1 | x-ratelimit-resource: "core"
11:38:08 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:08 worker.1 | access-control-allow-origin: "*"
11:38:08 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:08 worker.1 | x-frame-options: "deny"
11:38:08 worker.1 | x-content-type-options: "nosniff"
11:38:08 worker.1 | x-xss-protection: "0"
11:38:08 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:08 worker.1 | content-security-policy: "default-src 'none'"
11:38:08 worker.1 | server: "github.com"
11:38:08 worker.1 | x-github-request-id: "FBFA:2FF017:2EE67F:2FE76C:67E13610"
11:38:08 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:38:08 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:08 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:08 worker.1 | Content-Type: "application/json"
11:38:08 worker.1 | [Octokit] response: Status 200
11:38:08 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:08 GMT"
11:38:08 worker.1 | content-type: "application/json; charset=utf-8"
11:38:08 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:08 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:08 worker.1 | etag: "W/\"749a68f65f8dbaa38dfbf5871f0b5d90a22d08d56dabfb0b47066f32bff8a7df\""
11:38:08 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:08 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:08 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:08 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:08 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:08 worker.1 | x-ratelimit-limit: "5000"
11:38:08 worker.1 | x-ratelimit-remaining: "3237"
11:38:08 worker.1 | x-ratelimit-reset: "1742813729"
11:38:08 worker.1 | x-ratelimit-used: "1763"
11:38:08 worker.1 | x-ratelimit-resource: "core"
11:38:08 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:08 worker.1 | access-control-allow-origin: "*"
11:38:08 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:08 worker.1 | x-frame-options: "deny"
11:38:08 worker.1 | x-content-type-options: "nosniff"
11:38:08 worker.1 | x-xss-protection: "0"
11:38:08 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:08 worker.1 | content-security-policy: "default-src 'none'"
11:38:08 worker.1 | content-encoding: "gzip"
11:38:08 worker.1 | transfer-encoding: "chunked"
11:38:08 worker.1 | server: "github.com"
11:38:08 worker.1 | x-github-request-id: "FBFB:1A9328:3573BF:3674C8:67E13610"
11:38:08 worker.1 | Marking as synced
11:38:08 worker.1 | Marking content/fr/pages/politique-de-confidentialite/_index.html
11:38:08 worker.1 | Marking data/content_security_policy.yaml
11:38:08 worker.1 | Marking data/menus/fr/primary.yml
11:38:08 worker.1 | Marking data/menus/fr/legal.yml
11:38:08 worker.1 | Marking data/menus/fr/social.yml
11:38:08 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 4b27b147-5b05-4793-ba20-a658ee621f8b
11:38:09 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob e80b2812-d978-4fba-a8c9-fd1d0465cc4b
11:38:09 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 68d58e83-3a70-45a1-a2a9-d01a79853c00
11:38:09 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:38:09.230+01:00"}
11:38:09 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 1e8797cd-dfa5-47b7-9491-38b02a397781
11:38:09 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:09 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:09 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:09 worker.1 | Content-Type: "application/json"
11:38:09 worker.1 | [Octokit] response: Status 200
11:38:09 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:09 GMT"
11:38:09 worker.1 | content-type: "application/json; charset=utf-8"
11:38:09 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:09 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:09 worker.1 | etag: "W/\"de0305fce21b586eaa30e6fb0d7af9547f7b25b9d35571374023b80c685b48fa\""
11:38:09 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:08 GMT"
11:38:09 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:09 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:09 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:09 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:09 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:09 worker.1 | x-ratelimit-limit: "5000"
11:38:09 worker.1 | x-ratelimit-remaining: "3236"
11:38:09 worker.1 | x-ratelimit-reset: "1742813729"
11:38:09 worker.1 | x-ratelimit-used: "1764"
11:38:09 worker.1 | x-ratelimit-resource: "core"
11:38:09 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:09 worker.1 | access-control-allow-origin: "*"
11:38:09 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:09 worker.1 | x-frame-options: "deny"
11:38:09 worker.1 | x-content-type-options: "nosniff"
11:38:09 worker.1 | x-xss-protection: "0"
11:38:09 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:09 worker.1 | content-security-policy: "default-src 'none'"
11:38:09 worker.1 | content-encoding: "gzip"
11:38:09 worker.1 | transfer-encoding: "chunked"
11:38:09 worker.1 | server: "github.com"
11:38:09 worker.1 | x-github-request-id: "FBFC:188010:2E33AF:2F34D3:67E13611"
11:38:09 worker.1 | Adding content/fr/pages/accessibilite/_index.html
11:38:09 worker.1 | Adding data/content_security_policy.yaml
11:38:09 worker.1 | Adding data/menus/fr/primary.yml
11:38:09 worker.1 | Adding data/menus/fr/legal.yml
11:38:09 worker.1 | Adding data/menus/fr/social.yml
11:38:09 worker.1 | Start sync
11:38:09 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:09 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:09 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:09 worker.1 | Content-Type: "application/json"
11:38:10 worker.1 | [Octokit] response: Status 200
11:38:10 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:10 GMT"
11:38:10 worker.1 | content-type: "application/json; charset=utf-8"
11:38:10 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:10 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:10 worker.1 | etag: "W/\"de0305fce21b586eaa30e6fb0d7af9547f7b25b9d35571374023b80c685b48fa\""
11:38:10 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:08 GMT"
11:38:10 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:10 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:10 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:10 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:10 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:10 worker.1 | x-ratelimit-limit: "5000"
11:38:10 worker.1 | x-ratelimit-remaining: "3235"
11:38:10 worker.1 | x-ratelimit-reset: "1742813729"
11:38:10 worker.1 | x-ratelimit-used: "1765"
11:38:10 worker.1 | x-ratelimit-resource: "core"
11:38:10 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:10 worker.1 | access-control-allow-origin: "*"
11:38:10 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:10 worker.1 | x-frame-options: "deny"
11:38:10 worker.1 | x-content-type-options: "nosniff"
11:38:10 worker.1 | x-xss-protection: "0"
11:38:10 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:10 worker.1 | content-security-policy: "default-src 'none'"
11:38:10 worker.1 | content-encoding: "gzip"
11:38:10 worker.1 | transfer-encoding: "chunked"
11:38:10 worker.1 | server: "github.com"
11:38:10 worker.1 | x-github-request-id: "FBFD:17E72C:306BEF:316F30:67E13612"
11:38:10 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:38:10 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:10 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:10 worker.1 | Content-Type: "application/json"
11:38:10 worker.1 | [Octokit] response: Status 200
11:38:10 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:10 GMT"
11:38:10 worker.1 | content-type: "application/json; charset=utf-8"
11:38:10 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:10 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:10 worker.1 | etag: "W/\"ff58c5c63cc7e3a5dda509d7167240034adb480c4a258f5cb805be1adbd94ef6\""
11:38:10 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:10 worker.1 | x-accepted-oauth-scopes: ""
11:38:10 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:10 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:10 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:10 worker.1 | x-ratelimit-limit: "5000"
11:38:10 worker.1 | x-ratelimit-remaining: "3234"
11:38:10 worker.1 | x-ratelimit-reset: "1742813729"
11:38:10 worker.1 | x-ratelimit-used: "1766"
11:38:10 worker.1 | x-ratelimit-resource: "core"
11:38:10 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:10 worker.1 | access-control-allow-origin: "*"
11:38:10 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:10 worker.1 | x-frame-options: "deny"
11:38:10 worker.1 | x-content-type-options: "nosniff"
11:38:10 worker.1 | x-xss-protection: "0"
11:38:10 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:10 worker.1 | content-security-policy: "default-src 'none'"
11:38:10 worker.1 | content-encoding: "gzip"
11:38:10 worker.1 | transfer-encoding: "chunked"
11:38:10 worker.1 | server: "github.com"
11:38:10 worker.1 | x-github-request-id: "FBFE:17E72C:306DAC:3170F3:67E13612"
11:38:10 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/6a4a2a438989c231c57df11c8c8ec534c4c14c06?recursive=true
11:38:10 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:10 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:10 worker.1 | Content-Type: "application/json"
11:38:10 worker.1 | [Octokit] response: Status 200
11:38:10 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:10 GMT"
11:38:10 worker.1 | content-type: "application/json; charset=utf-8"
11:38:10 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:38:10 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:10 worker.1 | etag: "W/\"196fd35ccc08dbec6cb187bddca62e931ec7a46b9a47eccd4697d74a8474b783\""
11:38:10 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:08 GMT"
11:38:10 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:10 worker.1 | x-accepted-oauth-scopes: ""
11:38:10 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:10 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:10 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:10 worker.1 | x-ratelimit-limit: "5000"
11:38:10 worker.1 | x-ratelimit-remaining: "3233"
11:38:10 worker.1 | x-ratelimit-reset: "1742813729"
11:38:10 worker.1 | x-ratelimit-used: "1767"
11:38:10 worker.1 | x-ratelimit-resource: "core"
11:38:10 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:10 worker.1 | access-control-allow-origin: "*"
11:38:10 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:10 worker.1 | x-frame-options: "deny"
11:38:10 worker.1 | x-content-type-options: "nosniff"
11:38:10 worker.1 | x-xss-protection: "0"
11:38:10 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:10 worker.1 | content-security-policy: "default-src 'none'"
11:38:10 worker.1 | content-encoding: "gzip"
11:38:10 worker.1 | transfer-encoding: "chunked"
11:38:10 worker.1 | server: "github.com"
11:38:10 worker.1 | x-github-request-id: "FBFF:2991D4:306CC4:316DEA:67E13612"
11:38:10 worker.1 | Syncing - Creating content/fr/pages/accessibilite/_index.html
11:38:10 worker.1 | Syncing - Nothing to do with data/content_security_policy.yaml
11:38:10 worker.1 | Syncing - Nothing to do with data/menus/fr/primary.yml
11:38:10 worker.1 | Syncing - Nothing to do with data/menus/fr/legal.yml
11:38:10 worker.1 | Syncing - Nothing to do with data/menus/fr/social.yml
11:38:10 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:10 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:10 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:10 worker.1 | Content-Type: "application/json"
11:38:11 worker.1 | [Octokit] response: Status 200
11:38:11 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:11 GMT"
11:38:11 worker.1 | content-type: "application/json; charset=utf-8"
11:38:11 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:11 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:11 worker.1 | etag: "W/\"de0305fce21b586eaa30e6fb0d7af9547f7b25b9d35571374023b80c685b48fa\""
11:38:11 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:08 GMT"
11:38:11 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:11 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:11 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:11 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:11 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:11 worker.1 | x-ratelimit-limit: "5000"
11:38:11 worker.1 | x-ratelimit-remaining: "3232"
11:38:11 worker.1 | x-ratelimit-reset: "1742813729"
11:38:11 worker.1 | x-ratelimit-used: "1768"
11:38:11 worker.1 | x-ratelimit-resource: "core"
11:38:11 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:11 worker.1 | access-control-allow-origin: "*"
11:38:11 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:11 worker.1 | x-frame-options: "deny"
11:38:11 worker.1 | x-content-type-options: "nosniff"
11:38:11 worker.1 | x-xss-protection: "0"
11:38:11 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:11 worker.1 | content-security-policy: "default-src 'none'"
11:38:11 worker.1 | content-encoding: "gzip"
11:38:11 worker.1 | transfer-encoding: "chunked"
11:38:11 worker.1 | server: "github.com"
11:38:11 worker.1 | x-github-request-id: "FC00:223F68:2D73F3:2E753F:67E13613"
11:38:11 worker.1 | Creating commit with 1 files.
11:38:11 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:38:11 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:11 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:11 worker.1 | Content-Type: "application/json"
11:38:11 worker.1 | [Octokit] response: Status 201
11:38:11 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:11 GMT"
11:38:11 worker.1 | content-type: "application/json; charset=utf-8"
11:38:11 worker.1 | content-length: "3068"
11:38:11 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:11 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:11 worker.1 | etag: "\"f47c0eea061c798c8a93a0b2ff1456b2165292e96cc107801f242adbb27e49a4\""
11:38:11 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:11 worker.1 | x-accepted-oauth-scopes: ""
11:38:11 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:11 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/2b26d44f70bfe827a46cd047cb5a1e86038706d2"
11:38:11 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:11 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:11 worker.1 | x-ratelimit-limit: "5000"
11:38:11 worker.1 | x-ratelimit-remaining: "3231"
11:38:11 worker.1 | x-ratelimit-reset: "1742813729"
11:38:11 worker.1 | x-ratelimit-used: "1769"
11:38:11 worker.1 | x-ratelimit-resource: "core"
11:38:11 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:11 worker.1 | access-control-allow-origin: "*"
11:38:11 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:11 worker.1 | x-frame-options: "deny"
11:38:11 worker.1 | x-content-type-options: "nosniff"
11:38:11 worker.1 | x-xss-protection: "0"
11:38:11 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:11 worker.1 | content-security-policy: "default-src 'none'"
11:38:11 worker.1 | server: "github.com"
11:38:11 worker.1 | x-github-request-id: "FC01:1A9328:3582B4:368402:67E13613"
11:38:11 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:38:11 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:11 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:11 worker.1 | Content-Type: "application/json"
11:38:11 worker.1 | [Octokit] response: Status 201
11:38:11 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:11 GMT"
11:38:11 worker.1 | content-type: "application/json; charset=utf-8"
11:38:11 worker.1 | content-length: "1234"
11:38:11 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:11 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:11 worker.1 | etag: "\"3e9a35a4fc81c59f80458a6c14496c3f935d8ff5ef51bcc3b9a673dcd6d3b8eb\""
11:38:11 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:11 worker.1 | x-accepted-oauth-scopes: ""
11:38:11 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:11 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/54af9e81bd621f09785505e4e3c6ea3632c64d5a"
11:38:11 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:11 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:11 worker.1 | x-ratelimit-limit: "5000"
11:38:11 worker.1 | x-ratelimit-remaining: "3230"
11:38:11 worker.1 | x-ratelimit-reset: "1742813729"
11:38:11 worker.1 | x-ratelimit-used: "1770"
11:38:11 worker.1 | x-ratelimit-resource: "core"
11:38:11 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:11 worker.1 | access-control-allow-origin: "*"
11:38:11 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:11 worker.1 | x-frame-options: "deny"
11:38:11 worker.1 | x-content-type-options: "nosniff"
11:38:11 worker.1 | x-xss-protection: "0"
11:38:11 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:11 worker.1 | content-security-policy: "default-src 'none'"
11:38:11 worker.1 | server: "github.com"
11:38:11 worker.1 | x-github-request-id: "FC02:1A9328:358481:3685DC:67E13613"
11:38:11 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:38:11 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:11 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:11 worker.1 | Content-Type: "application/json"
11:38:12 worker.1 | [Octokit] response: Status 200
11:38:12 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:12 GMT"
11:38:12 worker.1 | content-type: "application/json; charset=utf-8"
11:38:12 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:12 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:12 worker.1 | etag: "W/\"44fb4b3ff90a7f4416c1b2d78780037a8a95112e87fb5223e1ff1d783c8a4a22\""
11:38:12 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:12 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:12 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:12 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:12 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:12 worker.1 | x-ratelimit-limit: "5000"
11:38:12 worker.1 | x-ratelimit-remaining: "3229"
11:38:12 worker.1 | x-ratelimit-reset: "1742813729"
11:38:12 worker.1 | x-ratelimit-used: "1771"
11:38:12 worker.1 | x-ratelimit-resource: "core"
11:38:12 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:12 worker.1 | access-control-allow-origin: "*"
11:38:12 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:12 worker.1 | x-frame-options: "deny"
11:38:12 worker.1 | x-content-type-options: "nosniff"
11:38:12 worker.1 | x-xss-protection: "0"
11:38:12 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:12 worker.1 | content-security-policy: "default-src 'none'"
11:38:12 worker.1 | content-encoding: "gzip"
11:38:12 worker.1 | transfer-encoding: "chunked"
11:38:12 worker.1 | server: "github.com"
11:38:12 worker.1 | x-github-request-id: "FC03:20E9FC:313264:3233D7:67E13613"
11:38:12 worker.1 | Marking as synced
11:38:12 worker.1 | Marking content/fr/pages/accessibilite/_index.html
11:38:12 worker.1 | Marking data/content_security_policy.yaml
11:38:12 worker.1 | Marking data/menus/fr/primary.yml
11:38:12 worker.1 | Marking data/menus/fr/legal.yml
11:38:12 worker.1 | Marking data/menus/fr/social.yml
11:38:12 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 377d133a-cf11-4ee8-9d31-4722d6457eb5
11:38:12 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob f147783d-78d6-4311-b7ed-fe16d68c75f0
11:38:12 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob eb60d3e6-e714-4220-ae03-66efa6f81ad3
11:38:12 worker.1 | [GoodJob] Notifier received payload: {"queue_name":"elephant","scheduled_at":"2025-03-24T11:38:12.582+01:00"}
11:38:12 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 7e4c22dc-5bd7-45f4-ab93-dc03002767bf
11:38:12 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:12 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:12 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:12 worker.1 | Content-Type: "application/json"
11:38:13 worker.1 | [Octokit] response: Status 200
11:38:13 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:13 GMT"
11:38:13 worker.1 | content-type: "application/json; charset=utf-8"
11:38:13 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:13 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:13 worker.1 | etag: "W/\"aab88ffa9004398e658d506cd83d7c36ab656e5511c213f5316efb527f971e81\""
11:38:13 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:11 GMT"
11:38:13 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:13 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:13 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:13 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:13 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:13 worker.1 | x-ratelimit-limit: "5000"
11:38:13 worker.1 | x-ratelimit-remaining: "3228"
11:38:13 worker.1 | x-ratelimit-reset: "1742813729"
11:38:13 worker.1 | x-ratelimit-used: "1772"
11:38:13 worker.1 | x-ratelimit-resource: "core"
11:38:13 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:13 worker.1 | access-control-allow-origin: "*"
11:38:13 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:13 worker.1 | x-frame-options: "deny"
11:38:13 worker.1 | x-content-type-options: "nosniff"
11:38:13 worker.1 | x-xss-protection: "0"
11:38:13 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:13 worker.1 | content-security-policy: "default-src 'none'"
11:38:13 worker.1 | content-encoding: "gzip"
11:38:13 worker.1 | transfer-encoding: "chunked"
11:38:13 worker.1 | server: "github.com"
11:38:13 worker.1 | x-github-request-id: "FC04:220838:2E024C:2F03C8:67E13614"
11:38:13 worker.1 | Adding content/fr/pages/plan-du-site/_index.html
11:38:13 worker.1 | Adding data/content_security_policy.yaml
11:38:13 worker.1 | Adding data/menus/fr/primary.yml
11:38:13 worker.1 | Adding data/menus/fr/legal.yml
11:38:13 worker.1 | Adding data/menus/fr/social.yml
11:38:13 worker.1 | Start sync
11:38:13 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:13 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:13 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:13 worker.1 | Content-Type: "application/json"
11:38:13 worker.1 | [Octokit] response: Status 200
11:38:13 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:13 GMT"
11:38:13 worker.1 | content-type: "application/json; charset=utf-8"
11:38:13 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:13 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:13 worker.1 | etag: "W/\"aab88ffa9004398e658d506cd83d7c36ab656e5511c213f5316efb527f971e81\""
11:38:13 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:11 GMT"
11:38:13 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:13 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:13 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:13 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:13 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:13 worker.1 | x-ratelimit-limit: "5000"
11:38:13 worker.1 | x-ratelimit-remaining: "3227"
11:38:13 worker.1 | x-ratelimit-reset: "1742813729"
11:38:13 worker.1 | x-ratelimit-used: "1773"
11:38:13 worker.1 | x-ratelimit-resource: "core"
11:38:13 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:13 worker.1 | access-control-allow-origin: "*"
11:38:13 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:13 worker.1 | x-frame-options: "deny"
11:38:13 worker.1 | x-content-type-options: "nosniff"
11:38:13 worker.1 | x-xss-protection: "0"
11:38:13 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:13 worker.1 | content-security-policy: "default-src 'none'"
11:38:13 worker.1 | content-encoding: "gzip"
11:38:13 worker.1 | transfer-encoding: "chunked"
11:38:13 worker.1 | server: "github.com"
11:38:13 worker.1 | x-github-request-id: "FC05:2FF017:2F0246:3003D1:67E13615"
11:38:13 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:38:13 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:13 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:13 worker.1 | Content-Type: "application/json"
11:38:13 worker.1 | [Octokit] response: Status 200
11:38:13 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:13 GMT"
11:38:13 worker.1 | content-type: "application/json; charset=utf-8"
11:38:13 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:13 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:13 worker.1 | etag: "W/\"d5382ab24229d0b38ee406fa03083e8074acc51486ebe97f37f75dca15d95438\""
11:38:13 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:13 worker.1 | x-accepted-oauth-scopes: ""
11:38:13 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:13 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:13 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:13 worker.1 | x-ratelimit-limit: "5000"
11:38:13 worker.1 | x-ratelimit-remaining: "3226"
11:38:13 worker.1 | x-ratelimit-reset: "1742813729"
11:38:13 worker.1 | x-ratelimit-used: "1774"
11:38:13 worker.1 | x-ratelimit-resource: "core"
11:38:13 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:13 worker.1 | access-control-allow-origin: "*"
11:38:13 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:13 worker.1 | x-frame-options: "deny"
11:38:13 worker.1 | x-content-type-options: "nosniff"
11:38:13 worker.1 | x-xss-protection: "0"
11:38:13 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:13 worker.1 | content-security-policy: "default-src 'none'"
11:38:13 worker.1 | content-encoding: "gzip"
11:38:13 worker.1 | transfer-encoding: "chunked"
11:38:13 worker.1 | server: "github.com"
11:38:13 worker.1 | x-github-request-id: "FC06:F6B2E:2F4210:304382:67E13615"
11:38:13 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/54af9e81bd621f09785505e4e3c6ea3632c64d5a?recursive=true
11:38:13 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:13 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:13 worker.1 | Content-Type: "application/json"
11:38:14 worker.1 | [Octokit] response: Status 200
11:38:14 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:14 GMT"
11:38:14 worker.1 | content-type: "application/json; charset=utf-8"
11:38:14 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:38:14 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:14 worker.1 | etag: "W/\"1abe9d14da8036e2fdd94eda5197dd8bf962484344ffff00ec1640cb2e0a2190\""
11:38:14 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:11 GMT"
11:38:14 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:14 worker.1 | x-accepted-oauth-scopes: ""
11:38:14 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:14 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:14 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:14 worker.1 | x-ratelimit-limit: "5000"
11:38:14 worker.1 | x-ratelimit-remaining: "3225"
11:38:14 worker.1 | x-ratelimit-reset: "1742813729"
11:38:14 worker.1 | x-ratelimit-used: "1775"
11:38:14 worker.1 | x-ratelimit-resource: "core"
11:38:14 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:14 worker.1 | access-control-allow-origin: "*"
11:38:14 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:14 worker.1 | x-frame-options: "deny"
11:38:14 worker.1 | x-content-type-options: "nosniff"
11:38:14 worker.1 | x-xss-protection: "0"
11:38:14 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:14 worker.1 | content-security-policy: "default-src 'none'"
11:38:14 worker.1 | content-encoding: "gzip"
11:38:14 worker.1 | transfer-encoding: "chunked"
11:38:14 worker.1 | server: "github.com"
11:38:14 worker.1 | x-github-request-id: "FC07:1107C8:2F7635:30779F:67E13615"
11:38:14 worker.1 | Syncing - Creating content/fr/pages/plan-du-site/_index.html
11:38:14 worker.1 | Syncing - Nothing to do with data/content_security_policy.yaml
11:38:14 worker.1 | Syncing - Nothing to do with data/menus/fr/primary.yml
11:38:14 worker.1 | Syncing - Nothing to do with data/menus/fr/legal.yml
11:38:14 worker.1 | Syncing - Nothing to do with data/menus/fr/social.yml
11:38:14 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:14 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:14 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:14 worker.1 | Content-Type: "application/json"
11:38:14 worker.1 | [Octokit] response: Status 200
11:38:14 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:14 GMT"
11:38:14 worker.1 | content-type: "application/json; charset=utf-8"
11:38:14 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:14 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:14 worker.1 | etag: "W/\"aab88ffa9004398e658d506cd83d7c36ab656e5511c213f5316efb527f971e81\""
11:38:14 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:11 GMT"
11:38:14 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:14 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:14 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:14 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:14 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:14 worker.1 | x-ratelimit-limit: "5000"
11:38:14 worker.1 | x-ratelimit-remaining: "3224"
11:38:14 worker.1 | x-ratelimit-reset: "1742813729"
11:38:14 worker.1 | x-ratelimit-used: "1776"
11:38:14 worker.1 | x-ratelimit-resource: "core"
11:38:14 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:14 worker.1 | access-control-allow-origin: "*"
11:38:14 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:14 worker.1 | x-frame-options: "deny"
11:38:14 worker.1 | x-content-type-options: "nosniff"
11:38:14 worker.1 | x-xss-protection: "0"
11:38:14 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:14 worker.1 | content-security-policy: "default-src 'none'"
11:38:14 worker.1 | content-encoding: "gzip"
11:38:14 worker.1 | transfer-encoding: "chunked"
11:38:14 worker.1 | server: "github.com"
11:38:14 worker.1 | x-github-request-id: "FC08:1A9328:3593B3:36956E:67E13616"
11:38:14 worker.1 | Creating commit with 1 files.
11:38:14 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/trees
11:38:14 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:14 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:14 worker.1 | Content-Type: "application/json"
11:38:14 worker.1 | [Octokit] response: Status 201
11:38:14 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:14 GMT"
11:38:14 worker.1 | content-type: "application/json; charset=utf-8"
11:38:14 worker.1 | content-length: "3068"
11:38:14 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:14 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:14 worker.1 | etag: "\"a9e206ec854a78f1fd803bfb98d919e6e66e4de3f53acf0aaeea1ee7081a897e\""
11:38:14 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:14 worker.1 | x-accepted-oauth-scopes: ""
11:38:14 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:14 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/4693c439d924addb7826f61457cad65d6d95eeed"
11:38:14 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:14 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:14 worker.1 | x-ratelimit-limit: "5000"
11:38:14 worker.1 | x-ratelimit-remaining: "3223"
11:38:14 worker.1 | x-ratelimit-reset: "1742813729"
11:38:14 worker.1 | x-ratelimit-used: "1777"
11:38:14 worker.1 | x-ratelimit-resource: "core"
11:38:14 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:14 worker.1 | access-control-allow-origin: "*"
11:38:14 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:14 worker.1 | x-frame-options: "deny"
11:38:14 worker.1 | x-content-type-options: "nosniff"
11:38:14 worker.1 | x-xss-protection: "0"
11:38:14 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:14 worker.1 | content-security-policy: "default-src 'none'"
11:38:14 worker.1 | server: "github.com"
11:38:14 worker.1 | x-github-request-id: "FC09:F6B2E:2F466A:3047F4:67E13616"
11:38:14 worker.1 | [Octokit] request: POST https://api.github.com/repos/osunydev/demo-test-github-7/git/commits
11:38:14 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:14 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:14 worker.1 | Content-Type: "application/json"
11:38:15 worker.1 | [Octokit] response: Status 201
11:38:15 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:15 GMT"
11:38:15 worker.1 | content-type: "application/json; charset=utf-8"
11:38:15 worker.1 | content-length: "1232"
11:38:15 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:15 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:15 worker.1 | etag: "\"98dc8d0ba7357ff49060f2d49f6912a5a4a2e01381dc9268d7f37b1ced58c520\""
11:38:15 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:15 worker.1 | x-accepted-oauth-scopes: ""
11:38:15 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:15 worker.1 | location: "https://api.github.com/repos/osunydev/demo-test-github-7/git/commits/6b0a4883034a55e3e63b24c7b250174df1f38718"
11:38:15 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:15 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:15 worker.1 | x-ratelimit-limit: "5000"
11:38:15 worker.1 | x-ratelimit-remaining: "3222"
11:38:15 worker.1 | x-ratelimit-reset: "1742813729"
11:38:15 worker.1 | x-ratelimit-used: "1778"
11:38:15 worker.1 | x-ratelimit-resource: "core"
11:38:15 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:15 worker.1 | access-control-allow-origin: "*"
11:38:15 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:15 worker.1 | x-frame-options: "deny"
11:38:15 worker.1 | x-content-type-options: "nosniff"
11:38:15 worker.1 | x-xss-protection: "0"
11:38:15 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:15 worker.1 | content-security-policy: "default-src 'none'"
11:38:15 worker.1 | server: "github.com"
11:38:15 worker.1 | x-github-request-id: "FC0A:2991D4:3083C8:318558:67E13617"
11:38:15 worker.1 | [Octokit] request: PATCH https://api.github.com/repos/osunydev/demo-test-github-7/git/refs/heads/main
11:38:15 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:15 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:15 worker.1 | Content-Type: "application/json"
11:38:15 worker.1 | [Octokit] response: Status 200
11:38:15 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:15 GMT"
11:38:15 worker.1 | content-type: "application/json; charset=utf-8"
11:38:15 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:15 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:15 worker.1 | etag: "W/\"ba287994ea74a3b5e6aa7f234c75cf8350188a1e378efd26144450944b0c2506\""
11:38:15 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:15 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:15 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:15 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:15 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:15 worker.1 | x-ratelimit-limit: "5000"
11:38:15 worker.1 | x-ratelimit-remaining: "3221"
11:38:15 worker.1 | x-ratelimit-reset: "1742813729"
11:38:15 worker.1 | x-ratelimit-used: "1779"
11:38:15 worker.1 | x-ratelimit-resource: "core"
11:38:15 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:15 worker.1 | access-control-allow-origin: "*"
11:38:15 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:15 worker.1 | x-frame-options: "deny"
11:38:15 worker.1 | x-content-type-options: "nosniff"
11:38:15 worker.1 | x-xss-protection: "0"
11:38:15 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:15 worker.1 | content-security-policy: "default-src 'none'"
11:38:15 worker.1 | content-encoding: "gzip"
11:38:15 worker.1 | transfer-encoding: "chunked"
11:38:15 worker.1 | server: "github.com"
11:38:15 worker.1 | x-github-request-id: "FC0B:2991D4:308596:31872E:67E13617"
11:38:15 worker.1 | Marking as synced
11:38:15 worker.1 | Marking content/fr/pages/plan-du-site/_index.html
11:38:15 worker.1 | Marking data/content_security_policy.yaml
11:38:15 worker.1 | Marking data/menus/fr/primary.yml
11:38:15 worker.1 | Marking data/menus/fr/legal.yml
11:38:15 worker.1 | Marking data/menus/fr/social.yml
11:38:15 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob e106dd3f-ccdf-4e21-957d-04dd001c939e
11:38:15 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 8673c045-6cf5-4c95-a7b0-0ec1d217aae4
11:38:15 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 0df5fc3a-5b0a-477e-9222-5578ed48ff61
11:38:16 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob b016b778-bbcf-48e4-8d44-bec295577247
11:38:16 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:16 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:16 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:16 worker.1 | Content-Type: "application/json"
11:38:16 worker.1 | [Octokit] response: Status 200
11:38:16 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:16 GMT"
11:38:16 worker.1 | content-type: "application/json; charset=utf-8"
11:38:16 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:16 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:16 worker.1 | etag: "W/\"6ef1dfe4afd499b85ed3e7c891e74a8b6e95aa24f6c469bb4e4469dbb0d14538\""
11:38:16 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:15 GMT"
11:38:16 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:16 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:16 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:16 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:16 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:16 worker.1 | x-ratelimit-limit: "5000"
11:38:16 worker.1 | x-ratelimit-remaining: "3220"
11:38:16 worker.1 | x-ratelimit-reset: "1742813729"
11:38:16 worker.1 | x-ratelimit-used: "1780"
11:38:16 worker.1 | x-ratelimit-resource: "core"
11:38:16 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:16 worker.1 | access-control-allow-origin: "*"
11:38:16 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:16 worker.1 | x-frame-options: "deny"
11:38:16 worker.1 | x-content-type-options: "nosniff"
11:38:16 worker.1 | x-xss-protection: "0"
11:38:16 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:16 worker.1 | content-security-policy: "default-src 'none'"
11:38:16 worker.1 | content-encoding: "gzip"
11:38:16 worker.1 | transfer-encoding: "chunked"
11:38:16 worker.1 | server: "github.com"
11:38:16 worker.1 | x-github-request-id: "FC0D:FDC04:2EB24A:2FB445:67E13618"
11:38:16 worker.1 | Adding data/menus/fr/primary.yml
11:38:16 worker.1 | Start sync
11:38:16 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:16 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:16 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:16 worker.1 | Content-Type: "application/json"
11:38:16 worker.1 | [Octokit] response: Status 200
11:38:16 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:16 GMT"
11:38:16 worker.1 | content-type: "application/json; charset=utf-8"
11:38:16 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:16 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:16 worker.1 | etag: "W/\"6ef1dfe4afd499b85ed3e7c891e74a8b6e95aa24f6c469bb4e4469dbb0d14538\""
11:38:16 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:15 GMT"
11:38:16 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:16 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:16 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:16 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:16 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:16 worker.1 | x-ratelimit-limit: "5000"
11:38:16 worker.1 | x-ratelimit-remaining: "3219"
11:38:16 worker.1 | x-ratelimit-reset: "1742813729"
11:38:16 worker.1 | x-ratelimit-used: "1781"
11:38:16 worker.1 | x-ratelimit-resource: "core"
11:38:16 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:16 worker.1 | access-control-allow-origin: "*"
11:38:16 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:16 worker.1 | x-frame-options: "deny"
11:38:16 worker.1 | x-content-type-options: "nosniff"
11:38:16 worker.1 | x-xss-protection: "0"
11:38:16 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:16 worker.1 | content-security-policy: "default-src 'none'"
11:38:16 worker.1 | content-encoding: "gzip"
11:38:16 worker.1 | transfer-encoding: "chunked"
11:38:16 worker.1 | server: "github.com"
11:38:16 worker.1 | x-github-request-id: "FC0E:188010:2E5492:2F564D:67E13618"
11:38:16 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:38:16 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:16 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:16 worker.1 | Content-Type: "application/json"
11:38:17 worker.1 | [Octokit] response: Status 200
11:38:17 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:17 GMT"
11:38:17 worker.1 | content-type: "application/json; charset=utf-8"
11:38:17 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:17 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:17 worker.1 | etag: "W/\"9e946643bafd384149930c4c0c23a0253e9e9efb2e1b1fca0c5fff3fb3e363d9\""
11:38:17 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:17 worker.1 | x-accepted-oauth-scopes: ""
11:38:17 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:17 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:17 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:17 worker.1 | x-ratelimit-limit: "5000"
11:38:17 worker.1 | x-ratelimit-remaining: "3218"
11:38:17 worker.1 | x-ratelimit-reset: "1742813729"
11:38:17 worker.1 | x-ratelimit-used: "1782"
11:38:17 worker.1 | x-ratelimit-resource: "core"
11:38:17 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:17 worker.1 | access-control-allow-origin: "*"
11:38:17 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:17 worker.1 | x-frame-options: "deny"
11:38:17 worker.1 | x-content-type-options: "nosniff"
11:38:17 worker.1 | x-xss-protection: "0"
11:38:17 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:17 worker.1 | content-security-policy: "default-src 'none'"
11:38:17 worker.1 | content-encoding: "gzip"
11:38:17 worker.1 | transfer-encoding: "chunked"
11:38:17 worker.1 | server: "github.com"
11:38:17 worker.1 | x-github-request-id: "FC0F:FDC04:2EB5D3:2FB7B5:67E13618"
11:38:17 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/6b0a4883034a55e3e63b24c7b250174df1f38718?recursive=true
11:38:17 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:17 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:17 worker.1 | Content-Type: "application/json"
11:38:17 worker.1 | [Octokit] response: Status 200
11:38:17 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:17 GMT"
11:38:17 worker.1 | content-type: "application/json; charset=utf-8"
11:38:17 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:38:17 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:17 worker.1 | etag: "W/\"5b409c3d9cf45aff029d15ff49876cd9c1f7c16c67e00333b670ecd1cfff1372\""
11:38:17 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:15 GMT"
11:38:17 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:17 worker.1 | x-accepted-oauth-scopes: ""
11:38:17 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:17 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:17 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:17 worker.1 | x-ratelimit-limit: "5000"
11:38:17 worker.1 | x-ratelimit-remaining: "3217"
11:38:17 worker.1 | x-ratelimit-reset: "1742813729"
11:38:17 worker.1 | x-ratelimit-used: "1783"
11:38:17 worker.1 | x-ratelimit-resource: "core"
11:38:17 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:17 worker.1 | access-control-allow-origin: "*"
11:38:17 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:17 worker.1 | x-frame-options: "deny"
11:38:17 worker.1 | x-content-type-options: "nosniff"
11:38:17 worker.1 | x-xss-protection: "0"
11:38:17 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:17 worker.1 | content-security-policy: "default-src 'none'"
11:38:17 worker.1 | content-encoding: "gzip"
11:38:17 worker.1 | transfer-encoding: "chunked"
11:38:17 worker.1 | server: "github.com"
11:38:17 worker.1 | x-github-request-id: "FC10:17E72C:308E25:319205:67E13619"
11:38:17 worker.1 | Syncing - Nothing to do with data/menus/fr/primary.yml
11:38:17 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:17 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:17 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:17 worker.1 | Content-Type: "application/json"
11:38:17 worker.1 | [Octokit] response: Status 200
11:38:17 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:17 GMT"
11:38:17 worker.1 | content-type: "application/json; charset=utf-8"
11:38:17 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:17 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:17 worker.1 | etag: "W/\"6ef1dfe4afd499b85ed3e7c891e74a8b6e95aa24f6c469bb4e4469dbb0d14538\""
11:38:17 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:15 GMT"
11:38:17 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:17 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:17 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:17 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:17 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:17 worker.1 | x-ratelimit-limit: "5000"
11:38:17 worker.1 | x-ratelimit-remaining: "3216"
11:38:17 worker.1 | x-ratelimit-reset: "1742813729"
11:38:17 worker.1 | x-ratelimit-used: "1784"
11:38:17 worker.1 | x-ratelimit-resource: "core"
11:38:17 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:17 worker.1 | access-control-allow-origin: "*"
11:38:17 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:17 worker.1 | x-frame-options: "deny"
11:38:17 worker.1 | x-content-type-options: "nosniff"
11:38:17 worker.1 | x-xss-protection: "0"
11:38:17 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:17 worker.1 | content-security-policy: "default-src 'none'"
11:38:17 worker.1 | content-encoding: "gzip"
11:38:17 worker.1 | transfer-encoding: "chunked"
11:38:17 worker.1 | server: "github.com"
11:38:17 worker.1 | x-github-request-id: "FC11:20E9FC:314F26:325124:67E13619"
11:38:17 worker.1 | [GoodJob] [57768] [GoodJob::Scheduler(queues=* max_threads=1)-thread-1] Executed GoodJob 6dd72808-84b9-4720-bfab-a9cdaea9b228
11:38:17 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:17 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:17 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:17 worker.1 | Content-Type: "application/json"
11:38:18 worker.1 | [Octokit] response: Status 200
11:38:18 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:18 GMT"
11:38:18 worker.1 | content-type: "application/json; charset=utf-8"
11:38:18 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:18 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:18 worker.1 | etag: "W/\"6ef1dfe4afd499b85ed3e7c891e74a8b6e95aa24f6c469bb4e4469dbb0d14538\""
11:38:18 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:15 GMT"
11:38:18 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:18 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:18 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:18 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:18 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:18 worker.1 | x-ratelimit-limit: "5000"
11:38:18 worker.1 | x-ratelimit-remaining: "3215"
11:38:18 worker.1 | x-ratelimit-reset: "1742813729"
11:38:18 worker.1 | x-ratelimit-used: "1785"
11:38:18 worker.1 | x-ratelimit-resource: "core"
11:38:18 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:18 worker.1 | access-control-allow-origin: "*"
11:38:18 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:18 worker.1 | x-frame-options: "deny"
11:38:18 worker.1 | x-content-type-options: "nosniff"
11:38:18 worker.1 | x-xss-protection: "0"
11:38:18 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:18 worker.1 | content-security-policy: "default-src 'none'"
11:38:18 worker.1 | content-encoding: "gzip"
11:38:18 worker.1 | transfer-encoding: "chunked"
11:38:18 worker.1 | server: "github.com"
11:38:18 worker.1 | x-github-request-id: "FC12:188010:2E5AA1:2F5C83:67E13619"
11:38:18 worker.1 | Adding data/menus/fr/legal.yml
11:38:18 worker.1 | Start sync
11:38:18 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:18 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:18 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:18 worker.1 | Content-Type: "application/json"
11:38:18 worker.1 | [Octokit] response: Status 200
11:38:18 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:18 GMT"
11:38:18 worker.1 | content-type: "application/json; charset=utf-8"
11:38:18 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:18 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:18 worker.1 | etag: "W/\"6ef1dfe4afd499b85ed3e7c891e74a8b6e95aa24f6c469bb4e4469dbb0d14538\""
11:38:18 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:15 GMT"
11:38:18 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:18 worker.1 | x-accepted-oauth-scopes: "repo"
11:38:18 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:18 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:18 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:18 worker.1 | x-ratelimit-limit: "5000"
11:38:18 worker.1 | x-ratelimit-remaining: "3214"
11:38:18 worker.1 | x-ratelimit-reset: "1742813729"
11:38:18 worker.1 | x-ratelimit-used: "1786"
11:38:18 worker.1 | x-ratelimit-resource: "core"
11:38:18 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:18 worker.1 | access-control-allow-origin: "*"
11:38:18 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:18 worker.1 | x-frame-options: "deny"
11:38:18 worker.1 | x-content-type-options: "nosniff"
11:38:18 worker.1 | x-xss-protection: "0"
11:38:18 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:18 worker.1 | content-security-policy: "default-src 'none'"
11:38:18 worker.1 | content-encoding: "gzip"
11:38:18 worker.1 | transfer-encoding: "chunked"
11:38:18 worker.1 | server: "github.com"
11:38:18 worker.1 | x-github-request-id: "FC13:188010:2E5C33:2F5E16:67E1361A"
11:38:18 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/branches/main
11:38:18 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:18 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:18 worker.1 | Content-Type: "application/json"
11:38:18 worker.1 | [Octokit] response: Status 200
11:38:18 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:18 GMT"
11:38:18 worker.1 | content-type: "application/json; charset=utf-8"
11:38:18 worker.1 | cache-control: "private, max-age=60, s-maxage=60"
11:38:18 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:18 worker.1 | etag: "W/\"9e946643bafd384149930c4c0c23a0253e9e9efb2e1b1fca0c5fff3fb3e363d9\""
11:38:18 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:18 worker.1 | x-accepted-oauth-scopes: ""
11:38:18 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:18 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:18 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:18 worker.1 | x-ratelimit-limit: "5000"
11:38:18 worker.1 | x-ratelimit-remaining: "3213"
11:38:18 worker.1 | x-ratelimit-reset: "1742813729"
11:38:18 worker.1 | x-ratelimit-used: "1787"
11:38:18 worker.1 | x-ratelimit-resource: "core"
11:38:18 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:18 worker.1 | access-control-allow-origin: "*"
11:38:18 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:18 worker.1 | x-frame-options: "deny"
11:38:18 worker.1 | x-content-type-options: "nosniff"
11:38:18 worker.1 | x-xss-protection: "0"
11:38:18 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:18 worker.1 | content-security-policy: "default-src 'none'"
11:38:18 worker.1 | content-encoding: "gzip"
11:38:18 worker.1 | transfer-encoding: "chunked"
11:38:18 worker.1 | server: "github.com"
11:38:18 worker.1 | x-github-request-id: "FC14:108BAA:2EB37D:2FB583:67E1361A"
11:38:18 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7/git/trees/6b0a4883034a55e3e63b24c7b250174df1f38718?recursive=true
11:38:18 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:18 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:18 worker.1 | Content-Type: "application/json"
11:38:18 worker.1 | [Octokit] response: Status 200
11:38:18 worker.1 | [Octokit] response: date: "Mon, 24 Mar 2025 10:38:18 GMT"
11:38:18 worker.1 | content-type: "application/json; charset=utf-8"
11:38:18 worker.1 | cache-control: "private, max-age=86400, s-maxage=86400"
11:38:18 worker.1 | vary: "Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With"
11:38:18 worker.1 | etag: "W/\"5b409c3d9cf45aff029d15ff49876cd9c1f7c16c67e00333b670ecd1cfff1372\""
11:38:18 worker.1 | last-modified: "Mon, 24 Mar 2025 10:38:18 GMT"
11:38:18 worker.1 | x-oauth-scopes: "repo, workflow"
11:38:18 worker.1 | x-accepted-oauth-scopes: ""
11:38:18 worker.1 | github-authentication-token-expiration: "2025-03-30 22:00:00 UTC"
11:38:18 worker.1 | x-github-media-type: "github.v3; format=json"
11:38:18 worker.1 | x-github-api-version-selected: "2022-11-28"
11:38:18 worker.1 | x-ratelimit-limit: "5000"
11:38:18 worker.1 | x-ratelimit-remaining: "3212"
11:38:18 worker.1 | x-ratelimit-reset: "1742813729"
11:38:18 worker.1 | x-ratelimit-used: "1788"
11:38:18 worker.1 | x-ratelimit-resource: "core"
11:38:18 worker.1 | access-control-expose-headers: "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset"
11:38:18 worker.1 | access-control-allow-origin: "*"
11:38:18 worker.1 | strict-transport-security: "max-age=31536000; includeSubdomains; preload"
11:38:18 worker.1 | x-frame-options: "deny"
11:38:18 worker.1 | x-content-type-options: "nosniff"
11:38:18 worker.1 | x-xss-protection: "0"
11:38:18 worker.1 | referrer-policy: "origin-when-cross-origin, strict-origin-when-cross-origin"
11:38:18 worker.1 | content-security-policy: "default-src 'none'"
11:38:18 worker.1 | content-encoding: "gzip"
11:38:18 worker.1 | transfer-encoding: "chunked"
11:38:18 worker.1 | server: "github.com"
11:38:18 worker.1 | x-github-request-id: "FC15:292F3C:2E2243:2F241C:67E1361A"
11:38:19 worker.1 | Syncing - Nothing to do with data/menus/fr/legal.yml
11:38:19 worker.1 | [Octokit] request: GET https://api.github.com/repos/osunydev/demo-test-github-7
11:38:19 worker.1 | [Octokit] request: Accept: "application/vnd.github.v3+json"
11:38:19 worker.1 | User-Agent: "Octokit Ruby Gem 9.2.0"
11:38:19 worker.1 | Content-Type: "application/json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment