No site selected

Import Media

Queue cloud-sync handover batches and monitor worker runs.

About this section: Import MediaQueue cloud-sync handover bundles; the worker imports them in the background.

Purpose

Consume the upstream cloud-sync handover bundles from /mnt/ubuntu-nas/node2/assets/sync/ into the global library (asset, asset_gallery, asset_collection) per Decision 639. The CGI never imports inline; it queues batches into import_job for the background worker (Decision 640).

Flow

  • Scan: walks the mount for .ready sentinels and records new ingest_batch rows.
  • Pre-flight: validates the manifest shape, sentinel pair, and per-item decisions; no library writes.
  • Queue: auto-preflights if needed, then inserts an import_job row. Live progress shows on Import Tasks.
  • Bulk queue: select multiple batches and queue them in one click; the worker drains the queue in priority + FIFO order.

Example

Scan finds 37e428d2-a4f6-4a31-bacf-0c835fb24084.ready. Tick its checkbox (or several at once), click Queue selected. The worker claims the next queued job within seconds and writes job_* events as it progresses.

Consequences

  • The library is site-agnostic. Sites surface library content via asset_site_membership, gallery/collection membership, content allowlists, and access packages.
  • VIDEO-SIMPLE syncs import as stable asset_type=video rows with asset_subtype=video_simple, duration, HLS, transcript, cloud-package, and library-cover deliverables.
  • Cancel is allowed only while a job is queued; once running, only systemctl stop gpu-admin-panel-import-worker stops it.
  • Action remove only soft-deletes rows via deleted_at; nothing is hard-deleted.
  • Frosted, blurred, and vivid_blurred derivatives are intentionally not persisted.
Deeper dive

Sourced from gpu-floor/MIGRATION-INTRO.md and the queued-worker decision in DECISION_LOG.md.

Worker contract

A long-running import-worker.pl daemon claims queued jobs using SELECT ... FOR UPDATE SKIP LOCKED (MariaDB 10.6+). It updates heartbeat_at every few items; if a worker dies, its running jobs are reset to queued after the configured stale threshold (default 15 minutes).

Sentinel protocol

A bundle is consumable only when both <sync_id>.json and <sync_id>.ready exist and the JSON has status = completed and verification.passed = true. The importer recomputes manifest_sha256 at consumption time so audit history records what we actually ingested.

Source-of-truth mapping

  • source/source.json -> asset_source (cold provenance).
  • source/data/photo.manifest.json + photo.analysis.json + photo.meaning.json + photo.family.json -> asset_ai_run rows with explicit analysis_kind; unknown filenames are captured with source_data:<file>.
  • Bundled cover_hash -> asset_cover linked to the parent asset.
  • Containers of type gallery -> asset_gallery + asset_gallery_item junctions.

Idempotency + integrity

Every multi-row write is wrapped in AdminDB::transaction. Hash-based UNIQUE keys make re-running the same batch a no-op. Per-item failures isolate to ingest_batch_item.decision = failed with last_error; the batch becomes partial when any siblings still succeeded.

Read-only mount + ledger boundary

The /mnt/ubuntu-nas/node2/assets tree is read-only for admin consumers. The importer never writes to upstream or deletes .ready sentinels; all consumer state lives in ingest_batch / ingest_batch_item / ingest_event / import_job in admin_panel.

Batch 0596e3d0-7e03-4953-bb7c-89b617ebb500

Status: imported; action: import

Type

gallery

Action

import

Status

imported

Items

162

Bytes

15.86 GB

Source host

orbit-2

Manifest sha256

0f655489667a54c7...

Started

2026-08-11 15:41:43

Completed

2026-08-11 20:11:10

Manifest summary

  • created_at: 2026-08-11T05:08:38Z
  • completed_at: 2026-08-11T05:08:38Z
  • verification.passed: true
  • verification.total_files: 29528
  • prior_sync_id: none

Job history 1

Newest first. The active job (if any) is at the top.

idstaterequested_byqueuedclaimedworkerprogressfinishedlast_error
339doneimport-feed2026-08-11 15:42:002026-08-11 20:01:09vultr/pid:946211162/1622026-08-11 20:11:10-

Items 162

Per-item decisions captured by preflight and updated by import. Re-running pre-flight is safe.

asset_typeasset_hashcover_hashdecisiontarget idslast_errorupdated_at
photoac3938af5003f904...f5480c4fff6a4917...createdasset:109059-2026-08-11 20:01:14
photoef1616bfc50c0fa3...6d4087dfb42a4f59...createdasset:109060-2026-08-11 20:01:18
photo87957ec54206c657...e6dfba879eeb4f25...createdasset:109061-2026-08-11 20:01:21
photo43ed76fbfef88dae...4510c06e2e3340d2...createdasset:109062-2026-08-11 20:01:25
photod2ea0e0de39c8b14...ea0bfc8ff77541ba...createdasset:109063-2026-08-11 20:01:29
photoe88fa936f44afd70...ae9998166cff491a...createdasset:109064-2026-08-11 20:01:33
photoe36d5ca5925041ad...fdf918bdab2f4370...createdasset:109065-2026-08-11 20:01:37
photo781eb7086e88a94e...ab38f213c3fd4373...createdasset:109066-2026-08-11 20:01:41
photof386ff7a2af801d0...0d21a3a9ffc14f57...createdasset:109067-2026-08-11 20:01:45
photo855937efab123e32...00849b72d7f2470b...createdasset:109068-2026-08-11 20:01:49
photo5388904785c8e234...bb527dc9d6a54893...createdasset:109069-2026-08-11 20:01:53
photo2ed0d5da25ba1c48...f8f75dbd46c54fe9...createdasset:109070-2026-08-11 20:01:57
photo7da2bb23b0a8cc8d...b7c5aafc8042438a...createdasset:109071-2026-08-11 20:02:01
photo74b4c212a368d04d...c3d8c94d7b5f49b6...createdasset:109072-2026-08-11 20:02:05
photo9ac15389b29bc62c...e9325dc35f6f46fc...createdasset:109073-2026-08-11 20:02:09
photoe170a0924cc3aece...4582c474ca824500...createdasset:109074-2026-08-11 20:02:13
photo3809be923795efee...fe7acf251cc7485c...createdasset:109075-2026-08-11 20:02:17
photob390423b3981ec35...0fc2cf27156a48bf...createdasset:109076-2026-08-11 20:02:20
gallery_legacybdd0ce3bfeb148e0...-createdgallery:3211-2026-08-11 20:02:21
photo80c99dfabe681df1...1cc56c808dd74aef...createdasset:109077-2026-08-11 20:02:25
photo827ef5907e47b2b4...eec29a2c61af48a9...createdasset:109078-2026-08-11 20:02:28
photodb211058e379b1c3...8c88c003a2c541e9...createdasset:109079-2026-08-11 20:02:32
photo5e08bb961ed30248...fef35bbe572148ac...createdasset:109080-2026-08-11 20:02:37
photo9191629d87e7b094...d7a5ba43f4674307...createdasset:109081-2026-08-11 20:02:40
photo0fea1b5927ca63a4...6445802105e74539...createdasset:109082-2026-08-11 20:02:44
photo5a5dc8ca85340ab9...2bef55ac41d54e6e...createdasset:109083-2026-08-11 20:02:48
photob59ba2728b5ffb64...0482e0e3cddd4c7e...createdasset:109084-2026-08-11 20:02:52
photoa3b332ee6fc4a5f4...8ecc16f960b449c9...createdasset:109085-2026-08-11 20:02:56
photod30c30744ef78730...2e1233fa0fd94ca4...createdasset:109086-2026-08-11 20:02:59
photo104e44d062274de1...d184959634374248...createdasset:109087-2026-08-11 20:03:03
photo610277e10b8627ae...c5586bdcd61048a0...createdasset:109088-2026-08-11 20:03:08
photo8e569b2be8af49ef...bff7a46087294254...createdasset:109089-2026-08-11 20:03:12
photocf0b8c202f117988...7f8b7ee85a264b10...createdasset:109090-2026-08-11 20:03:15
gallery_legacy7a13c34ff4ac2ce8...-createdgallery:3212-2026-08-11 20:03:16
photocb2cda9a0065b603...093fc7017c5b4b7c...createdasset:109091-2026-08-11 20:03:20
photo081c94e1d66a38c3...7c7464a73eb541a1...createdasset:109092-2026-08-11 20:03:24
photocac289f1c968fee9...ffbae7364b354e3b...createdasset:109093-2026-08-11 20:03:28
photo1eba7d4ccc7c432c...302f194e39d349b0...createdasset:109094-2026-08-11 20:03:32
photoc30528c1d74b718b...d599f05e303e4de7...createdasset:109095-2026-08-11 20:03:36
photof9d37fd41293ca87...3577a0df4877454a...createdasset:109096-2026-08-11 20:03:40
photo0bf7a0798ba85a92...32ad9be94d0347c3...createdasset:109097-2026-08-11 20:03:44
photof0ca2148bb6b7670...0bd1dfc1d4e146d8...createdasset:109098-2026-08-11 20:03:48
photo08d178b846c4f289...e25faae5245c49c2...createdasset:109099-2026-08-11 20:03:52
photob63b3489004bdced...5a1bcf10d3574c85...createdasset:109100-2026-08-11 20:03:55
photoa7fd577e03a7fbcf...7440f792a72244f4...createdasset:109101-2026-08-11 20:03:59
photo9d725f2c24a91504...d469c489b08c46f6...createdasset:109102-2026-08-11 20:04:03
photofd49a43ddc26c892...378e1cd63fcd4819...createdasset:109103-2026-08-11 20:04:07
gallery_legacy16e8b0299431afc9...-createdgallery:3213-2026-08-11 20:04:08
photo9817e782beab151e...ab09b142775a465c...createdasset:109104-2026-08-11 20:04:11
photo320932a114ffabdb...a7158f72cdcd49a1...createdasset:109105-2026-08-11 20:04:15
photo773e58a754096f86...4ff6746d15de4963...createdasset:109106-2026-08-11 20:04:19
photobfcef71ce8a9790b...5a615f3a64aa4c85...createdasset:109107-2026-08-11 20:04:23
photo27c58e867a84c58e...bd4b5f114ed14154...createdasset:109108-2026-08-11 20:04:27
photo6f903f462caeb48c...ff66dbc8272741d3...createdasset:109109-2026-08-11 20:04:31
photo68a946183d06bb0a...f385df40ec1a4d1d...createdasset:109110-2026-08-11 20:04:35
photocf9f705ad8ff9f67...7c01a0d0bd8b4e1a...createdasset:109111-2026-08-11 20:04:39
photoe8a1fd38cb15ebe6...96a6da32a52a4e1e...createdasset:109112-2026-08-11 20:04:43
photoe0b191bb942d806f...186e515001f142d9...createdasset:109113-2026-08-11 20:04:47
photo85b3935c873210be...289ea8958f8b4551...createdasset:109114-2026-08-11 20:04:50
photo2db4d3f546463d0a...8994b945f17e425b...createdasset:109115-2026-08-11 20:04:54
photo4b0f9ae938163210...1786cf4c50da4baf...createdasset:109116-2026-08-11 20:04:58
photocab079b34032d00b...fdc01481d21242ff...createdasset:109117-2026-08-11 20:05:02
gallery_legacy2cea58933d444872...-createdgallery:3214-2026-08-11 20:05:02
photo904d4260c1d2867b...42640c07bb984dad...createdasset:109118-2026-08-11 20:05:06
photoe0efc698a15905a4...02b866871faf450c...createdasset:109119-2026-08-11 20:05:10
photo97c814ead9663598...99943d519a9c4121...createdasset:109120-2026-08-11 20:05:14
photo8f251ce123c2ffe9...223c1a767dc543a4...createdasset:109121-2026-08-11 20:05:18
photofdc6040f673f88de...1718b68614394da2...createdasset:109122-2026-08-11 20:05:22
photo343ce35c8e9fdc21...90b433d2f59b4aec...createdasset:109123-2026-08-11 20:05:26
photo75a2b85124995e47...cba0ef4d47584bd0...createdasset:109124-2026-08-11 20:05:30
photo35e236165c547b72...05d087a89e4d4402...createdasset:109125-2026-08-11 20:05:34
photoa45e275e557d62b6...878737674d774f67...createdasset:109126-2026-08-11 20:05:38
photoce142ad6ed771de0...de2cde42ce154288...createdasset:109127-2026-08-11 20:05:42
photoc4d388431bcca1ff...c13c478c0e98481a...createdasset:109128-2026-08-11 20:05:46
photo58c37ec884963b20...d3d977429c5d4274...createdasset:109129-2026-08-11 20:05:49
photobbb2e45f101fb7e7...65ad865aeab24cd3...createdasset:109130-2026-08-11 20:05:53
photoa5cd4161e5ce2baf...e304a6c576f14236...createdasset:109131-2026-08-11 20:05:58
photo17bc531ec4d71d8e...c7c849ba7e544e76...createdasset:109132-2026-08-11 20:06:02
photod17ba538d74e11ff...d21ae9a3cbc6440f...createdasset:109133-2026-08-11 20:06:06
gallery_legacy05098ae4c9d9c7a9...-createdgallery:3215-2026-08-11 20:06:06
photo32d55499cb336360...9773cc50e6714ae5...createdasset:109134-2026-08-11 20:06:10
photo0f8c1a6537bca8e4...aa0c50fc6b5e4043...createdasset:109135-2026-08-11 20:06:14
photod38926c82dc43565...7d84966a54d84cb7...createdasset:109136-2026-08-11 20:06:18
photo8151793ef9984f22...98f8d412d3fe4ea3...createdasset:109137-2026-08-11 20:06:22
photo62e9d42c44599201...f99f4d3a7d134381...createdasset:109138-2026-08-11 20:06:26
photo62c42789f0e62ecb...83daa3232b244861...createdasset:109139-2026-08-11 20:06:30
photof254171af8625afb...c72dcd83acc84337...createdasset:109140-2026-08-11 20:06:34
photo222cf9a89a3d2a3c...96aae02d8f4a4d59...createdasset:109141-2026-08-11 20:06:38
photo567a635309e9e104...92fb6f83b9ce4842...createdasset:109142-2026-08-11 20:06:42
photo01ee3fd5cf3d1baa...a497a747ea5949c0...createdasset:109143-2026-08-11 20:06:46
photo1296f2737ef7594b...cddaaa9195874f8c...createdasset:109144-2026-08-11 20:06:49
photo8de23489170d3441...31f7c8ebb34745a2...createdasset:109145-2026-08-11 20:06:53
photocc9555e9ad54663e...1f09afd66a244952...createdasset:109146-2026-08-11 20:06:57
photo5f7df78a37260bfd...5b4626f1d12941df...createdasset:109147-2026-08-11 20:07:01
photoa4dd58b7e07d73c0...02ab96118c5e4009...createdasset:109148-2026-08-11 20:07:05
gallery_legacy64765e3c856268bc...-createdgallery:3216-2026-08-11 20:07:05
photocf2289c9bd1d0149...c677d0a4b9c84f68...createdasset:109149-2026-08-11 20:07:09
photo016a0b3bff9265a0...26fe8cc718954479...createdasset:109150-2026-08-11 20:07:13
photo9218e9dbd1cb2fc7...36bbb52666924ce9...createdasset:109151-2026-08-11 20:07:18
photo006ce7c9b1e334cc...52009ac993f64051...createdasset:109152-2026-08-11 20:07:21
photo91cd9f9e4a33ac56...0e59d67d5aa2491f...createdasset:109153-2026-08-11 20:07:25
photo495d23bbaa1eb434...a4c3301f21054a14...createdasset:109154-2026-08-11 20:07:29
photo4552b545b9097efe...cd9effcfa1914c30...createdasset:109155-2026-08-11 20:07:33
photo5c480e11eb8870fc...d3bc6d509c21423c...createdasset:109156-2026-08-11 20:07:37
photo825f24fa96cf1e40...a6a6ef7d2ba14dac...createdasset:109157-2026-08-11 20:07:41
photo19ed21de9fa75a2e...32b115f623c04185...createdasset:109158-2026-08-11 20:07:45
photodb16d5c845b7b345...e8d130a0b5324550...createdasset:109159-2026-08-11 20:07:48
photo151b68f3bb2bf087...ccbf91760e494a4c...createdasset:109160-2026-08-11 20:07:52
photo40ad4151cd6632b1...740a6704d9504234...createdasset:109161-2026-08-11 20:07:56
photo1e893a42e5d3fbc2...7bc3ab595c3c49ea...createdasset:109162-2026-08-11 20:08:00
gallery_legacy854ebfbd5cb93a87...-createdgallery:3217-2026-08-11 20:08:00
photo223b95e488002776...c0573792d02a4c17...createdasset:109163-2026-08-11 20:08:04
photo255e1aeb923c4e5b...952ed3454c2f4c19...createdasset:109164-2026-08-11 20:08:08
photo0cb0579a14617dab...2faa4c5045a0455c...createdasset:109165-2026-08-11 20:08:13
photo6a04aac900fc0e62...a00cf4b52a984c12...createdasset:109166-2026-08-11 20:08:17
photo5f3ce18f6215cccd...c997c0c5d5d34ce7...createdasset:109167-2026-08-11 20:08:20
photo9432c32dd8099a17...2bd7666665804a54...createdasset:109168-2026-08-11 20:08:24
photoe002f39e38d93354...debf075db118452a...createdasset:109169-2026-08-11 20:08:28
photof82ae01ffc033b5a...73d773a127af40e1...createdasset:109170-2026-08-11 20:08:32
photo826fb8631e9c0c53...8f80a804fc7f4d19...createdasset:109171-2026-08-11 20:08:36
photo27c385125d052efc...eb29f6150f7d48d5...createdasset:109172-2026-08-11 20:08:40
photo0b11bd5ec339c7bc...694ade22ac484b52...createdasset:109173-2026-08-11 20:08:44
photoa60bc31c6b86e906...17b4f4ef47764549...createdasset:109174-2026-08-11 20:08:48
photo94a4eb4a9bc3cb1c...71c122aedaff463f...createdasset:109175-2026-08-11 20:08:51
photof80421d0a4cf7d7a...9fa0d204ff9f4788...createdasset:109176-2026-08-11 20:08:55
photod9e3a90898380c7c...3b916607880b4216...createdasset:109177-2026-08-11 20:08:59
photoc77d909a5956fbaa...38504bc5489b45e8...createdasset:109178-2026-08-11 20:09:03
gallery_legacyf00bb66c1a18e349...-createdgallery:3218-2026-08-11 20:09:03
photof9f85bdab179298f...1ae7abd1c0c5470f...createdasset:109179-2026-08-11 20:09:07
photoe5299a0d55ce6a2b...fc3bcc88c8a547ac...createdasset:109180-2026-08-11 20:09:12
photoef0d4569a1655dff...eb6f91ac5bfa425a...createdasset:109181-2026-08-11 20:09:16
photo2c6119118c4a377e...f4802f1807f24630...createdasset:109182-2026-08-11 20:09:19
photo6b1d6e6e193d1c4c...82de98bf0db243c9...createdasset:109183-2026-08-11 20:09:24
photo36685fdbf59de45a...0b8cdb62bf9c4c67...createdasset:109184-2026-08-11 20:09:27
photo9cada99b1fa690d6...bbf71d6f98424aaf...createdasset:109185-2026-08-11 20:09:31
photo32a9e003dbf39e67...2d88adc0ae8543c9...createdasset:109186-2026-08-11 20:09:35
photoe341fca966c589e0...bd9b8458d6a44fd2...createdasset:109187-2026-08-11 20:09:39
photo1d3c5d23265fc536...2a366055af97449f...createdasset:109188-2026-08-11 20:09:43
photo1265ec760d4b77a8...598dc28b6df44a8b...createdasset:109189-2026-08-11 20:09:47
photo9000053734114e71...7de2d625a90345e0...createdasset:109190-2026-08-11 20:09:51
photo186c3627d7cc8805...581a52087a80433e...createdasset:109191-2026-08-11 20:09:55
photo7972a2be37999d48...6902844bbb514c29...createdasset:109192-2026-08-11 20:09:59
photo0348a288642de953...7322cca668bf4532...createdasset:109193-2026-08-11 20:10:02
photo9b6db7b47809af40...2f1aff9779b14110...createdasset:109194-2026-08-11 20:10:06
photo1f8b25482afb3498...ed3ac237753f4271...createdasset:109195-2026-08-11 20:10:11
gallery_legacy7a0486948976c6d0...-createdgallery:3219-2026-08-11 20:10:11
photo57162564518f728b...94c8b9aa912c493c...createdasset:109196-2026-08-11 20:10:15
photo0fccbd69f4c1d95f...a55687353a6b48d9...createdasset:109197-2026-08-11 20:10:19
photo0ab1d01c0c552ad8...456f27a833124d1a...createdasset:109198-2026-08-11 20:10:23
photo99c3ab2f53f84843...9fa87475d4a043a1...createdasset:109199-2026-08-11 20:10:27
photo0469af3238866a49...3e4b7c7be13542aa...createdasset:109200-2026-08-11 20:10:30
photo105f5c4c205d043e...bf83237c8fe74d52...createdasset:109201-2026-08-11 20:10:35
photoa328e44650f345bb...5630a630ca6d4e6d...createdasset:109202-2026-08-11 20:10:39
photo93b943ccf93ba19f...8c0da1d3cca34e8a...createdasset:109203-2026-08-11 20:10:42
photob256366414eb219d...d9e0a3fb3cbb4f23...createdasset:109204-2026-08-11 20:10:46
photoce64e9c3d46394da...ee0598d360f84c22...createdasset:109205-2026-08-11 20:10:50
photo12697cfcf0e9d727...61d1ef415d3d49b2...createdasset:109206-2026-08-11 20:10:54
photoc270f81d26d6917e...c0173a94f8d34065...createdasset:109207-2026-08-11 20:10:58
photo95d995bbe22ef9a3...0e05fe1367f5496b...createdasset:109208-2026-08-11 20:11:01
photocf4c518674c1d0e9...b23a7db86f2248ab...createdasset:109209-2026-08-11 20:11:06
photo9a70756d12228ad2...5689c832137247a7...createdasset:109210-2026-08-11 20:11:10
gallery_legacy0df446195b0757f5...-createdgallery:3220-2026-08-11 20:11:10

Recent events

Append-only audit ledger for this batch (latest 50).

event_typepayloadcreated_at
job_finished{"error":null,"job_id":"339","phase":"job_finish","summary":{"items_seen":162,"ok":1,"status":"imported","summary":{"ok":1,"remaining":0,"status":"imported","tally":{"created":162,"deferred":0,"failed...2026-08-11 20:11:10
import_finished{"phase":"import","remaining":0,"skipped_terminal":0,"status":"imported","tally":{"created":162,"deferred":0,"failed":0,"linked":0,"skipped":0,"updated":0}}2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":15,"gallery_hash":"0df446195b0757f51a6da50f99361671","gallery_id":"3220","linked_member_count":15,"missing_member_count":0,"phase":"container_link","title":"Larg...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":17,"gallery_hash":"7a0486948976c6d0e905ffd4a4a4db97","gallery_id":"3219","linked_member_count":17,"missing_member_count":0,"phase":"container_link","title":"Larg...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":16,"gallery_hash":"f00bb66c1a18e34970a6d8b1380dd126","gallery_id":"3218","linked_member_count":16,"missing_member_count":0,"phase":"container_link","title":"Larg...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":14,"gallery_hash":"854ebfbd5cb93a878a3343b51098051a","gallery_id":"3217","linked_member_count":14,"missing_member_count":0,"phase":"container_link","title":"Larg...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":15,"gallery_hash":"64765e3c856268bc19c48d1619d6b36c","gallery_id":"3216","linked_member_count":15,"missing_member_count":0,"phase":"container_link","title":"Larg...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":16,"gallery_hash":"05098ae4c9d9c7a9fdfaf3fc56bdaea2","gallery_id":"3215","linked_member_count":16,"missing_member_count":0,"phase":"container_link","title":"Kokt...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":14,"gallery_hash":"2cea58933d444872ce076683e33b4e00","gallery_id":"3214","linked_member_count":14,"missing_member_count":0,"phase":"container_link","title":"Kokt...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":13,"gallery_hash":"16e8b0299431afc9319e82681c60451b","gallery_id":"3213","linked_member_count":13,"missing_member_count":0,"phase":"container_link","title":"Kokt...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":14,"gallery_hash":"7a13c34ff4ac2ce8a71084d447b91183","gallery_id":"3212","linked_member_count":14,"missing_member_count":0,"phase":"container_link","title":"Kokt...2026-08-11 20:11:10
item_updated{"container":1,"expected_member_count":18,"gallery_hash":"bdd0ce3bfeb148e0ee6ccd200f46bd85","gallery_id":"3211","linked_member_count":18,"missing_member_count":0,"phase":"container_link","title":"Beac...2026-08-11 20:11:10
item_created{"cover_hash":null,"error":null,"hash":"0df446195b0757f51a6da50f99361671","phase":"item_import","target_ids":{"gallery_id":"3220"},"type":"gallery_legacy"}2026-08-11 20:11:10
item_created{"cover_hash":"5689c832137247a7b34804571e968198","error":null,"hash":"9a70756d12228ad2cf884ffeac8b84d7","phase":"item_import","target_ids":{"asset_id":"109210"},"type":"photo"}2026-08-11 20:11:10
item_created{"cover_hash":"b23a7db86f2248abb11d57baf1386285","error":null,"hash":"cf4c518674c1d0e90419e7e21aeb3c05","phase":"item_import","target_ids":{"asset_id":"109209"},"type":"photo"}2026-08-11 20:11:06
item_created{"cover_hash":"0e05fe1367f5496bb85b205f355826d5","error":null,"hash":"95d995bbe22ef9a357d7b8520349f6c6","phase":"item_import","target_ids":{"asset_id":"109208"},"type":"photo"}2026-08-11 20:11:01
item_created{"cover_hash":"c0173a94f8d34065ad5667e204e345c1","error":null,"hash":"c270f81d26d6917ed023d5ca48d39fcc","phase":"item_import","target_ids":{"asset_id":"109207"},"type":"photo"}2026-08-11 20:10:58
item_created{"cover_hash":"61d1ef415d3d49b2bead71445d15770a","error":null,"hash":"12697cfcf0e9d727c70f3fe4a35dd053","phase":"item_import","target_ids":{"asset_id":"109206"},"type":"photo"}2026-08-11 20:10:54
item_created{"cover_hash":"ee0598d360f84c22aad23a365cf54940","error":null,"hash":"ce64e9c3d46394da08b0ddaede3b7b7b","phase":"item_import","target_ids":{"asset_id":"109205"},"type":"photo"}2026-08-11 20:10:50
item_created{"cover_hash":"d9e0a3fb3cbb4f239027bdedff6ca5db","error":null,"hash":"b256366414eb219d540ce889db9b7d81","phase":"item_import","target_ids":{"asset_id":"109204"},"type":"photo"}2026-08-11 20:10:46
item_created{"cover_hash":"8c0da1d3cca34e8a92bbd91ef99048f2","error":null,"hash":"93b943ccf93ba19faeccf1a4a9ccac89","phase":"item_import","target_ids":{"asset_id":"109203"},"type":"photo"}2026-08-11 20:10:42
item_created{"cover_hash":"5630a630ca6d4e6d888aa712151c2873","error":null,"hash":"a328e44650f345bb9be0146f38bb3c43","phase":"item_import","target_ids":{"asset_id":"109202"},"type":"photo"}2026-08-11 20:10:39
item_created{"cover_hash":"bf83237c8fe74d52b6ddbf626532aae4","error":null,"hash":"105f5c4c205d043e0137889d97e8647c","phase":"item_import","target_ids":{"asset_id":"109201"},"type":"photo"}2026-08-11 20:10:35
item_created{"cover_hash":"3e4b7c7be13542aa8048260328c0a328","error":null,"hash":"0469af3238866a49a0a205aaba904301","phase":"item_import","target_ids":{"asset_id":"109200"},"type":"photo"}2026-08-11 20:10:30
item_created{"cover_hash":"9fa87475d4a043a18ae38a7d857b05df","error":null,"hash":"99c3ab2f53f8484303990dbb34c52373","phase":"item_import","target_ids":{"asset_id":"109199"},"type":"photo"}2026-08-11 20:10:27
item_created{"cover_hash":"456f27a833124d1ab446a31081418b09","error":null,"hash":"0ab1d01c0c552ad81850f99299487498","phase":"item_import","target_ids":{"asset_id":"109198"},"type":"photo"}2026-08-11 20:10:23
item_created{"cover_hash":"a55687353a6b48d9bbbf1215fc6b826a","error":null,"hash":"0fccbd69f4c1d95f214f3de322ce4d17","phase":"item_import","target_ids":{"asset_id":"109197"},"type":"photo"}2026-08-11 20:10:19
item_created{"cover_hash":"94c8b9aa912c493c845fa9e71146f2b9","error":null,"hash":"57162564518f728bf38fdbb46a31fad8","phase":"item_import","target_ids":{"asset_id":"109196"},"type":"photo"}2026-08-11 20:10:15
item_created{"cover_hash":null,"error":null,"hash":"7a0486948976c6d0e905ffd4a4a4db97","phase":"item_import","target_ids":{"gallery_id":"3219"},"type":"gallery_legacy"}2026-08-11 20:10:11
item_created{"cover_hash":"ed3ac237753f4271a7b34b0c0ed919a4","error":null,"hash":"1f8b25482afb3498f78f385a5acc0648","phase":"item_import","target_ids":{"asset_id":"109195"},"type":"photo"}2026-08-11 20:10:11
item_created{"cover_hash":"2f1aff9779b1411095c8cb28cecbbb09","error":null,"hash":"9b6db7b47809af40ef59a308e93cb8fa","phase":"item_import","target_ids":{"asset_id":"109194"},"type":"photo"}2026-08-11 20:10:06
item_created{"cover_hash":"7322cca668bf4532922bdd4c17ea5d22","error":null,"hash":"0348a288642de9534575493821f3a3f8","phase":"item_import","target_ids":{"asset_id":"109193"},"type":"photo"}2026-08-11 20:10:02
item_created{"cover_hash":"6902844bbb514c29b397912c157d2e96","error":null,"hash":"7972a2be37999d488c0e968374df6c2c","phase":"item_import","target_ids":{"asset_id":"109192"},"type":"photo"}2026-08-11 20:09:59
item_created{"cover_hash":"581a52087a80433ebe3521e2b9403698","error":null,"hash":"186c3627d7cc8805afeeea52c805719c","phase":"item_import","target_ids":{"asset_id":"109191"},"type":"photo"}2026-08-11 20:09:55
item_created{"cover_hash":"7de2d625a90345e0b2cf07b6f81fbe3a","error":null,"hash":"9000053734114e71cc8d7db935698623","phase":"item_import","target_ids":{"asset_id":"109190"},"type":"photo"}2026-08-11 20:09:51
item_created{"cover_hash":"598dc28b6df44a8b974b044cd3777e32","error":null,"hash":"1265ec760d4b77a808dfba745990a499","phase":"item_import","target_ids":{"asset_id":"109189"},"type":"photo"}2026-08-11 20:09:47
item_created{"cover_hash":"2a366055af97449fa6736c0cae9bb004","error":null,"hash":"1d3c5d23265fc536c210fcdcd47975f4","phase":"item_import","target_ids":{"asset_id":"109188"},"type":"photo"}2026-08-11 20:09:43
item_created{"cover_hash":"bd9b8458d6a44fd280322e072a6d7390","error":null,"hash":"e341fca966c589e0fed0508d639ea8d5","phase":"item_import","target_ids":{"asset_id":"109187"},"type":"photo"}2026-08-11 20:09:39
item_created{"cover_hash":"2d88adc0ae8543c9a8d3eac5f3b33e26","error":null,"hash":"32a9e003dbf39e674d54102aa8ea3907","phase":"item_import","target_ids":{"asset_id":"109186"},"type":"photo"}2026-08-11 20:09:35
item_created{"cover_hash":"bbf71d6f98424aafaaf915351b83f704","error":null,"hash":"9cada99b1fa690d6333dc004c80edd5e","phase":"item_import","target_ids":{"asset_id":"109185"},"type":"photo"}2026-08-11 20:09:31
item_created{"cover_hash":"0b8cdb62bf9c4c679fb18770a09b0e32","error":null,"hash":"36685fdbf59de45ab73ba7fb9b414c0e","phase":"item_import","target_ids":{"asset_id":"109184"},"type":"photo"}2026-08-11 20:09:27
item_created{"cover_hash":"82de98bf0db243c9b9e21320569c4922","error":null,"hash":"6b1d6e6e193d1c4cbd8f4cbfe13e8618","phase":"item_import","target_ids":{"asset_id":"109183"},"type":"photo"}2026-08-11 20:09:24
item_created{"cover_hash":"f4802f1807f246309ae01bfd51e0950c","error":null,"hash":"2c6119118c4a377e04e069062c20f882","phase":"item_import","target_ids":{"asset_id":"109182"},"type":"photo"}2026-08-11 20:09:19
item_created{"cover_hash":"eb6f91ac5bfa425abbd46de99946c1d1","error":null,"hash":"ef0d4569a1655dff4a64f938cd5d4cc3","phase":"item_import","target_ids":{"asset_id":"109181"},"type":"photo"}2026-08-11 20:09:16
item_created{"cover_hash":"fc3bcc88c8a547acb5e923e56540438a","error":null,"hash":"e5299a0d55ce6a2b31f7c8dc2dec4bc2","phase":"item_import","target_ids":{"asset_id":"109180"},"type":"photo"}2026-08-11 20:09:12
item_created{"cover_hash":"1ae7abd1c0c5470fbdb3050075b42bf0","error":null,"hash":"f9f85bdab179298f8e5fd16267ea29a3","phase":"item_import","target_ids":{"asset_id":"109179"},"type":"photo"}2026-08-11 20:09:07
item_created{"cover_hash":null,"error":null,"hash":"f00bb66c1a18e34970a6d8b1380dd126","phase":"item_import","target_ids":{"gallery_id":"3218"},"type":"gallery_legacy"}2026-08-11 20:09:03
item_created{"cover_hash":"38504bc5489b45e8b1e1dff3ace41c1d","error":null,"hash":"c77d909a5956fbaaa03d743f777a7a80","phase":"item_import","target_ids":{"asset_id":"109178"},"type":"photo"}2026-08-11 20:09:03
item_created{"cover_hash":"3b916607880b421681acd5b0258c3599","error":null,"hash":"d9e3a90898380c7c735d684cebfe11e7","phase":"item_import","target_ids":{"asset_id":"109177"},"type":"photo"}2026-08-11 20:08:59
item_created{"cover_hash":"9fa0d204ff9f4788bd3c560d23eac94a","error":null,"hash":"f80421d0a4cf7d7a338152e48f1102c1","phase":"item_import","target_ids":{"asset_id":"109176"},"type":"photo"}2026-08-11 20:08:55