Error: Missing lock for job – Sync job hangs never finishes and thus never start as continuous #126

Closed
opened 2026-04-05 16:16:39 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @MatzeKitt on 10/28/2025

I’m not sure if this is one bug or four bugs.

  1. I get the error Error: Missing lock for job 43dba2f6-73dc-4a19-adce-6ba5eb4bfeea. moveToFinished multiple times
[0] [0] [15:14:18.325] INFO (303): Skipping duplicate email
[0] [0]     messageId: "<002e01d69d61$60d727b0$22857710$@*snip*>"
[0] [0]     ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b"
[0] [0] Error: Missing lock for job 43dba2f6-73dc-4a19-adce-6ba5eb4bfeea. moveToFinished
[0] [0]     at Scripts.finishedErrors (/app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/scripts.js:1105:24)
[0] [0]     at Scripts.moveToFinished (/app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/scripts.js:463:24)
[0] [0]     at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
[0] [0]     at async /app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/job.js:531:26
[0] [0]     at async Worker.handleFailed (/app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/worker.js:545:32)
[0] [0]     at async /app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/worker.js:503:32
[0] [0]     at async Worker.retryIfFailed (/app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/worker.js:775:24)
[0] [0] [15:14:18.341] INFO (303): Finished processing mailbox for user
[0] [0]     ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b"
[0] [0]     userEmail: "mk@*snip*"
[0] [0] Scheduler running: Looking for active or error ingestion sources to sync.
  1. Even though the job seems to be done according to the log above, it doesn’t start a continUous sync job, just for the other accounts:
[0] [0] [15:14:18.439] INFO (303): Starting continuous sync job.
[0] [0]     ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0"
[0] [0] [15:14:18.594] INFO (303): Continuous sync job finished dispatching mailbox jobs.
[0] [0]     ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0"
[0] [0] [15:14:18.595] INFO (303): Starting continuous sync job.
[0] [0]     ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2"
[0] [0] [15:14:18.738] INFO (303): Continuous sync job finished dispatching mailbox jobs.
[0] [0]     ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2"
[0] [0] [15:14:18.738] INFO (303): Starting continuous sync job.
[0] [0]     ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af"
[0] [0] [15:14:18.882] INFO (303): Continuous sync job finished dispatching mailbox jobs.
[0] [0]     ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af"
[0] [0] [15:14:18.883] INFO (303): Starting continuous sync job.
[0] [0]     ingestionSourceId: "618eb94a-07c7-4fa6-9fdd-ff3fce347371"
[0] [0] [15:14:19.034] INFO (303): Continuous sync job finished dispatching mailbox jobs.
[0] [0]     ingestionSourceId: "618eb94a-07c7-4fa6-9fdd-ff3fce347371"
[0] [0] [15:14:19.035] INFO (303): Processing mailbox for user
[0] [0]     ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0"
[0] [0]     userEmail: "no-reply@*snip*"
[0] [0] [15:14:19.431] INFO (303): Established secure TCP connection
[0] [0]     module: "ImapFlow"
[0] [0]     src: "connection"
[0] [0]     cid: "hf0lm6rrjf26frbvpkzp"
[0] [0]     secure: true
[0] [0]     host: "*snip*"
[0] [0]     servername: "*snip*"
[0] [0]     port: 993
[0] [0]     address: "*snip*"
[0] [0]     localAddress: "172.16.1.6"
[0] [0]     localPort: 57936
[0] [0]     authorized: true
[0] [0]     algo: "TLS_AES_256_GCM_SHA384"
[0] [0]     version: "TLSv1.3"
[0] [0] [15:14:21.419] INFO (303): User authenticated
[0] [0]     module: "ImapFlow"
[0] [0]     src: "auth"
[0] [0]     cid: "hf0lm6rrjf26frbvpkzp"
[0] [0]     user: "no-reply@*snip*"
[0] [0] [15:14:21.486] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "INBOX"
[0] [0] [15:14:21.519] INFO (303): Finished processing mailbox for user
[0] [0]     ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0"
[0] [0]     userEmail: "no-reply@*snip*"
[0] [0] [15:14:21.521] INFO (303): Sync cycle finished job started
[0] [0]     ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0"
[0] [0]     isInitialImport: false
[0] [0] [15:14:21.609] INFO (303): Successfully updated status and final sync state.
[0] [0]     ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0"
[0] [0] [15:14:21.620] INFO (303): Processing mailbox for user
[0] [0]     ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2"
[0] [0]     userEmail: "service@*snip*"
[0] [0] [15:14:21.737] INFO (303): Established secure TCP connection
[0] [0]     module: "ImapFlow"
[0] [0]     src: "connection"
[0] [0]     cid: "1d570asbq3y36vr9sqx6"
[0] [0]     secure: true
[0] [0]     host: "*snip*"
[0] [0]     servername: "*snip*"
[0] [0]     port: 993
[0] [0]     address: "*snip*"
[0] [0]     localAddress: "172.16.1.6"
[0] [0]     localPort: 52538
[0] [0]     authorized: true
[0] [0]     algo: "TLS_AES_256_GCM_SHA384"
[0] [0]     version: "TLSv1.3"
[0] [0] [15:14:24.000] INFO (303): User authenticated
[0] [0]     module: "ImapFlow"
[0] [0]     src: "auth"
[0] [0]     cid: "1d570asbq3y36vr9sqx6"
[0] [0]     user: "service@*snip*"
[0] [0] [15:14:24.070] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "INBOX"
[0] [0] [15:14:24.104] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "Sent Messages"
[0] [0] [15:14:24.146] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "Drafts"
[0] [0] [15:14:24.163] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "*snip*"
[0] [0] [15:14:24.201] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "*snip*"
[0] [0] [15:14:24.234] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "*snip*"
[0] [0] [15:14:24.289] INFO (303): Finished processing mailbox for user
[0] [0]     ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2"
[0] [0]     userEmail: "service@*snip*"
[0] [0] [15:14:24.291] INFO (303): Sync cycle finished job started
[0] [0]     ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2"
[0] [0]     isInitialImport: false
[0] [0] [15:14:24.381] INFO (303): Successfully updated status and final sync state.
[0] [0]     ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2"
[0] [0] [15:14:24.390] INFO (303): Processing mailbox for user
[0] [0]     ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af"
[0] [0]     userEmail: "matze@*snip*"
[0] [0] [15:14:24.510] INFO (303): Established secure TCP connection
[0] [0]     module: "ImapFlow"
[0] [0]     src: "connection"
[0] [0]     cid: "r6adoalwtzoerbszwrbk"
[0] [0]     secure: true
[0] [0]     host: "*snip*"
[0] [0]     servername: "*snip*"
[0] [0]     port: 993
[0] [0]     address: "*snip*"
[0] [0]     localAddress: "172.16.1.6"
[0] [0]     localPort: 52540
[0] [0]     authorized: true
[0] [0]     algo: "TLS_AES_256_GCM_SHA384"
[0] [0]     version: "TLSv1.3"
[0] [0] [15:14:27.477] INFO (303): User authenticated
[0] [0]     module: "ImapFlow"
[0] [0]     src: "auth"
[0] [0]     cid: "r6adoalwtzoerbszwrbk"
[0] [0]     user: "matze@*snip*"
[0] [0] [15:14:27.547] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "INBOX"
[0] [0] [15:14:27.565] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "Sent Messages"
[0] [0] [15:14:27.602] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "Drafts"
[0] [0] [15:14:27.620] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "Archive"
[0] [0] [15:14:27.654] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "*snip*"
[0] [0] [15:14:27.692] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "*snip*"
[0] [0] [15:14:27.727] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "*snip*"
[0] [0] [15:14:27.764] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "*snip*"
[0] [0] [15:14:27.816] INFO (303): Finished processing mailbox for user
[0] [0]     ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af"
[0] [0]     userEmail: "matze@*snip*"
[0] [0] [15:14:27.817] INFO (303): Sync cycle finished job started
[0] [0]     ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af"
[0] [0]     isInitialImport: false
[0] [0] [15:14:27.908] INFO (303): Successfully updated status and final sync state.
[0] [0]     ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af"
[0] [0] [15:14:27.917] INFO (303): Processing mailbox for user
[0] [0]     ingestionSourceId: "618eb94a-07c7-4fa6-9fdd-ff3fce347371"
[0] [0]     userEmail: "mail@***.com"
[0] [0] [15:14:28.436] INFO (303): Established secure TCP connection
[0] [0]     module: "ImapFlow"
[0] [0]     src: "connection"
[0] [0]     cid: "em375k509af5rm3i4shw"
[0] [0]     secure: true
[0] [0]     host: "*snip*"
[0] [0]     servername: "*snip*"
[0] [0]     port: 993
[0] [0]     address: "*snip*"
[0] [0]     localAddress: "172.16.1.6"
[0] [0]     localPort: 52548
[0] [0]     authorized: true
[0] [0]     algo: "TLS_AES_256_GCM_SHA384"
[0] [0]     version: "TLSv1.3"
[0] [0] [15:14:30.981] INFO (303): User authenticated
[0] [0]     module: "ImapFlow"
[0] [0]     src: "auth"
[0] [0]     cid: "em375k509af5rm3i4shw"
[0] [0]     user: "mail@***.com"
[0] [0] [15:14:31.054] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "INBOX"
[0] [0] [15:14:31.074] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "Sent Messages"
[0] [0] [15:14:31.119] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "Drafts"
[0] [0] [15:14:31.139] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "*snip*"
[0] [0] [15:14:31.176] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "Zahlungsinformationen"
[0] [0] [15:14:31.227] INFO (303): Finished processing mailbox for user
[0] [0]     ingestionSourceId: "618eb94a-07c7-4fa6-9fdd-ff3fce347371"
[0] [0]     userEmail: "mail@***.com"
  1. Also: when force syncing, it doesn’t import newly added emails. For me, it stays at the state of yesterday when it seemingly last worked, even though I’ve got new emails today.

  2. One thing I noticed, though, was a missing thread ID in the INBOX when starting the force sync. Maybe that’s a problem, here?

[1] packages/backend start: [14:25:16.663] INFO (264): Force syncing started.
[1] packages/backend start:     ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b"
[0] [0] [14:25:16.765] INFO (303): Starting continuous sync job.
[0] [0]     ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b"
[0] [0] [14:25:16.916] INFO (303): Continuous sync job finished dispatching mailbox jobs.
[0] [0]     ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b"
[0] [0] [14:25:16.917] INFO (303): Processing mailbox for user
[0] [0]     ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b"
[0] [0]     userEmail: "mk@*snip*"
[0] [0] [14:25:18.142] INFO (303): Established secure TCP connection
[0] [0]     module: "ImapFlow"
[0] [0]     src: "connection"
[0] [0]     cid: "s70cx4elcyxep8n3qjdc"
[0] [0]     secure: true
[0] [0]     host: "*snip*"
[0] [0]     servername: "*snip*"
[0] [0]     port: 993
[0] [0]     address: "*snip*"
[0] [0]     localAddress: "172.16.1.6"
[0] [0]     localPort: 49188
[0] [0]     authorized: true
[0] [0]     algo: "TLS_AES_256_GCM_SHA384"
[0] [0]     version: "TLSv1.3"
[0] [0] [14:25:20.040] INFO (303): User authenticated
[0] [0]     module: "ImapFlow"
[0] [0]     src: "auth"
[0] [0]     cid: "s70cx4elcyxep8n3qjdc"
[0] [0]     user: "mk@*snip*"
[0] [0] [14:25:20.144] INFO (303): Processing mailbox
[0] [0]     mailboxPath: "INBOX"
[0] [0] No thread ID found, returning undefined

System:

  • Open Archiver Version: 0.3.4
*Originally created by @MatzeKitt on 10/28/2025* I’m not sure if this is one bug or four bugs. 1. I get the error `Error: Missing lock for job 43dba2f6-73dc-4a19-adce-6ba5eb4bfeea. moveToFinished` multiple times ``` [0] [0] [15:14:18.325] INFO (303): Skipping duplicate email [0] [0] messageId: "<002e01d69d61$60d727b0$22857710$@*snip*>" [0] [0] ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b" [0] [0] Error: Missing lock for job 43dba2f6-73dc-4a19-adce-6ba5eb4bfeea. moveToFinished [0] [0] at Scripts.finishedErrors (/app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/scripts.js:1105:24) [0] [0] at Scripts.moveToFinished (/app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/scripts.js:463:24) [0] [0] at process.processTicksAndRejections (node:internal/process/task_queues:105:5) [0] [0] at async /app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/job.js:531:26 [0] [0] at async Worker.handleFailed (/app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/worker.js:545:32) [0] [0] at async /app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/worker.js:503:32 [0] [0] at async Worker.retryIfFailed (/app/node_modules/.pnpm/bullmq@5.56.3/node_modules/bullmq/dist/cjs/classes/worker.js:775:24) [0] [0] [15:14:18.341] INFO (303): Finished processing mailbox for user [0] [0] ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b" [0] [0] userEmail: "mk@*snip*" [0] [0] Scheduler running: Looking for active or error ingestion sources to sync. ``` 2. Even though the job seems to be done according to the log above, it doesn’t start a continUous sync job, just for the other accounts: ``` [0] [0] [15:14:18.439] INFO (303): Starting continuous sync job. [0] [0] ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0" [0] [0] [15:14:18.594] INFO (303): Continuous sync job finished dispatching mailbox jobs. [0] [0] ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0" [0] [0] [15:14:18.595] INFO (303): Starting continuous sync job. [0] [0] ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2" [0] [0] [15:14:18.738] INFO (303): Continuous sync job finished dispatching mailbox jobs. [0] [0] ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2" [0] [0] [15:14:18.738] INFO (303): Starting continuous sync job. [0] [0] ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af" [0] [0] [15:14:18.882] INFO (303): Continuous sync job finished dispatching mailbox jobs. [0] [0] ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af" [0] [0] [15:14:18.883] INFO (303): Starting continuous sync job. [0] [0] ingestionSourceId: "618eb94a-07c7-4fa6-9fdd-ff3fce347371" [0] [0] [15:14:19.034] INFO (303): Continuous sync job finished dispatching mailbox jobs. [0] [0] ingestionSourceId: "618eb94a-07c7-4fa6-9fdd-ff3fce347371" [0] [0] [15:14:19.035] INFO (303): Processing mailbox for user [0] [0] ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0" [0] [0] userEmail: "no-reply@*snip*" [0] [0] [15:14:19.431] INFO (303): Established secure TCP connection [0] [0] module: "ImapFlow" [0] [0] src: "connection" [0] [0] cid: "hf0lm6rrjf26frbvpkzp" [0] [0] secure: true [0] [0] host: "*snip*" [0] [0] servername: "*snip*" [0] [0] port: 993 [0] [0] address: "*snip*" [0] [0] localAddress: "172.16.1.6" [0] [0] localPort: 57936 [0] [0] authorized: true [0] [0] algo: "TLS_AES_256_GCM_SHA384" [0] [0] version: "TLSv1.3" [0] [0] [15:14:21.419] INFO (303): User authenticated [0] [0] module: "ImapFlow" [0] [0] src: "auth" [0] [0] cid: "hf0lm6rrjf26frbvpkzp" [0] [0] user: "no-reply@*snip*" [0] [0] [15:14:21.486] INFO (303): Processing mailbox [0] [0] mailboxPath: "INBOX" [0] [0] [15:14:21.519] INFO (303): Finished processing mailbox for user [0] [0] ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0" [0] [0] userEmail: "no-reply@*snip*" [0] [0] [15:14:21.521] INFO (303): Sync cycle finished job started [0] [0] ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0" [0] [0] isInitialImport: false [0] [0] [15:14:21.609] INFO (303): Successfully updated status and final sync state. [0] [0] ingestionSourceId: "72e12014-15ae-4535-ab63-77e9b0840ce0" [0] [0] [15:14:21.620] INFO (303): Processing mailbox for user [0] [0] ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2" [0] [0] userEmail: "service@*snip*" [0] [0] [15:14:21.737] INFO (303): Established secure TCP connection [0] [0] module: "ImapFlow" [0] [0] src: "connection" [0] [0] cid: "1d570asbq3y36vr9sqx6" [0] [0] secure: true [0] [0] host: "*snip*" [0] [0] servername: "*snip*" [0] [0] port: 993 [0] [0] address: "*snip*" [0] [0] localAddress: "172.16.1.6" [0] [0] localPort: 52538 [0] [0] authorized: true [0] [0] algo: "TLS_AES_256_GCM_SHA384" [0] [0] version: "TLSv1.3" [0] [0] [15:14:24.000] INFO (303): User authenticated [0] [0] module: "ImapFlow" [0] [0] src: "auth" [0] [0] cid: "1d570asbq3y36vr9sqx6" [0] [0] user: "service@*snip*" [0] [0] [15:14:24.070] INFO (303): Processing mailbox [0] [0] mailboxPath: "INBOX" [0] [0] [15:14:24.104] INFO (303): Processing mailbox [0] [0] mailboxPath: "Sent Messages" [0] [0] [15:14:24.146] INFO (303): Processing mailbox [0] [0] mailboxPath: "Drafts" [0] [0] [15:14:24.163] INFO (303): Processing mailbox [0] [0] mailboxPath: "*snip*" [0] [0] [15:14:24.201] INFO (303): Processing mailbox [0] [0] mailboxPath: "*snip*" [0] [0] [15:14:24.234] INFO (303): Processing mailbox [0] [0] mailboxPath: "*snip*" [0] [0] [15:14:24.289] INFO (303): Finished processing mailbox for user [0] [0] ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2" [0] [0] userEmail: "service@*snip*" [0] [0] [15:14:24.291] INFO (303): Sync cycle finished job started [0] [0] ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2" [0] [0] isInitialImport: false [0] [0] [15:14:24.381] INFO (303): Successfully updated status and final sync state. [0] [0] ingestionSourceId: "f733bea9-38e9-4ce2-96d3-2f24af487eb2" [0] [0] [15:14:24.390] INFO (303): Processing mailbox for user [0] [0] ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af" [0] [0] userEmail: "matze@*snip*" [0] [0] [15:14:24.510] INFO (303): Established secure TCP connection [0] [0] module: "ImapFlow" [0] [0] src: "connection" [0] [0] cid: "r6adoalwtzoerbszwrbk" [0] [0] secure: true [0] [0] host: "*snip*" [0] [0] servername: "*snip*" [0] [0] port: 993 [0] [0] address: "*snip*" [0] [0] localAddress: "172.16.1.6" [0] [0] localPort: 52540 [0] [0] authorized: true [0] [0] algo: "TLS_AES_256_GCM_SHA384" [0] [0] version: "TLSv1.3" [0] [0] [15:14:27.477] INFO (303): User authenticated [0] [0] module: "ImapFlow" [0] [0] src: "auth" [0] [0] cid: "r6adoalwtzoerbszwrbk" [0] [0] user: "matze@*snip*" [0] [0] [15:14:27.547] INFO (303): Processing mailbox [0] [0] mailboxPath: "INBOX" [0] [0] [15:14:27.565] INFO (303): Processing mailbox [0] [0] mailboxPath: "Sent Messages" [0] [0] [15:14:27.602] INFO (303): Processing mailbox [0] [0] mailboxPath: "Drafts" [0] [0] [15:14:27.620] INFO (303): Processing mailbox [0] [0] mailboxPath: "Archive" [0] [0] [15:14:27.654] INFO (303): Processing mailbox [0] [0] mailboxPath: "*snip*" [0] [0] [15:14:27.692] INFO (303): Processing mailbox [0] [0] mailboxPath: "*snip*" [0] [0] [15:14:27.727] INFO (303): Processing mailbox [0] [0] mailboxPath: "*snip*" [0] [0] [15:14:27.764] INFO (303): Processing mailbox [0] [0] mailboxPath: "*snip*" [0] [0] [15:14:27.816] INFO (303): Finished processing mailbox for user [0] [0] ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af" [0] [0] userEmail: "matze@*snip*" [0] [0] [15:14:27.817] INFO (303): Sync cycle finished job started [0] [0] ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af" [0] [0] isInitialImport: false [0] [0] [15:14:27.908] INFO (303): Successfully updated status and final sync state. [0] [0] ingestionSourceId: "38eaf48c-e08d-42d7-b16c-9e303ea993af" [0] [0] [15:14:27.917] INFO (303): Processing mailbox for user [0] [0] ingestionSourceId: "618eb94a-07c7-4fa6-9fdd-ff3fce347371" [0] [0] userEmail: "mail@***.com" [0] [0] [15:14:28.436] INFO (303): Established secure TCP connection [0] [0] module: "ImapFlow" [0] [0] src: "connection" [0] [0] cid: "em375k509af5rm3i4shw" [0] [0] secure: true [0] [0] host: "*snip*" [0] [0] servername: "*snip*" [0] [0] port: 993 [0] [0] address: "*snip*" [0] [0] localAddress: "172.16.1.6" [0] [0] localPort: 52548 [0] [0] authorized: true [0] [0] algo: "TLS_AES_256_GCM_SHA384" [0] [0] version: "TLSv1.3" [0] [0] [15:14:30.981] INFO (303): User authenticated [0] [0] module: "ImapFlow" [0] [0] src: "auth" [0] [0] cid: "em375k509af5rm3i4shw" [0] [0] user: "mail@***.com" [0] [0] [15:14:31.054] INFO (303): Processing mailbox [0] [0] mailboxPath: "INBOX" [0] [0] [15:14:31.074] INFO (303): Processing mailbox [0] [0] mailboxPath: "Sent Messages" [0] [0] [15:14:31.119] INFO (303): Processing mailbox [0] [0] mailboxPath: "Drafts" [0] [0] [15:14:31.139] INFO (303): Processing mailbox [0] [0] mailboxPath: "*snip*" [0] [0] [15:14:31.176] INFO (303): Processing mailbox [0] [0] mailboxPath: "Zahlungsinformationen" [0] [0] [15:14:31.227] INFO (303): Finished processing mailbox for user [0] [0] ingestionSourceId: "618eb94a-07c7-4fa6-9fdd-ff3fce347371" [0] [0] userEmail: "mail@***.com" ``` 3. Also: when force syncing, it doesn’t import newly added emails. For me, it stays at the state of yesterday when it seemingly last worked, even though I’ve got new emails today. 4. One thing I noticed, though, was a missing thread ID in the `INBOX` when starting the force sync. Maybe that’s a problem, here? ``` [1] packages/backend start: [14:25:16.663] INFO (264): Force syncing started. [1] packages/backend start: ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b" [0] [0] [14:25:16.765] INFO (303): Starting continuous sync job. [0] [0] ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b" [0] [0] [14:25:16.916] INFO (303): Continuous sync job finished dispatching mailbox jobs. [0] [0] ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b" [0] [0] [14:25:16.917] INFO (303): Processing mailbox for user [0] [0] ingestionSourceId: "502edfd8-e276-4d6d-82d0-a92eb7d3c80b" [0] [0] userEmail: "mk@*snip*" [0] [0] [14:25:18.142] INFO (303): Established secure TCP connection [0] [0] module: "ImapFlow" [0] [0] src: "connection" [0] [0] cid: "s70cx4elcyxep8n3qjdc" [0] [0] secure: true [0] [0] host: "*snip*" [0] [0] servername: "*snip*" [0] [0] port: 993 [0] [0] address: "*snip*" [0] [0] localAddress: "172.16.1.6" [0] [0] localPort: 49188 [0] [0] authorized: true [0] [0] algo: "TLS_AES_256_GCM_SHA384" [0] [0] version: "TLSv1.3" [0] [0] [14:25:20.040] INFO (303): User authenticated [0] [0] module: "ImapFlow" [0] [0] src: "auth" [0] [0] cid: "s70cx4elcyxep8n3qjdc" [0] [0] user: "mk@*snip*" [0] [0] [14:25:20.144] INFO (303): Processing mailbox [0] [0] mailboxPath: "INBOX" [0] [0] No thread ID found, returning undefined ``` **System:** - Open Archiver Version: 0.3.4
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#126