File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 5454 add credentials for your chosen destination, ensuring proper routing of your data to the final
5555 destination.
5656
57+ ## GMail
58+
59+ GMail has a concurrency limit on access via IMAP, which at the time of writing is 15.
60+ In order to not run into ` [ALERT] Too many simultaneous connections ` , you can reduce
61+ the concurrency via:
62+
63+ ``` toml
64+ [load ]
65+ # Prevent the IMAP error: "[ALERT] Too many simultaneous connections"
66+ # by limiting the number of concurrent load jobs
67+ workers =15
68+ ```
69+
70+ Bear in mind that IMAP connections are shared, so if you access a mailbox that is used elsewhere,
71+ you may need to reduce the workers accordingly.
72+
5773## Run the pipeline
5874
59751 . Before running the pipeline, ensure that you have installed all the necessary dependencies by
You can’t perform that action at this time.
0 commit comments