Skip to content

Offline Collector: Order of artifact acquisition? #3895

Answered by scudette
secure-cake asked this question in Q&A
Discussion options

You must be logged in to vote

Artifacts are collected in the offline collector the same way as they are collected on a client - in parallel with a concurrency control (default 2 at the same time).

Because they run in parallel there is no enforced order (we want them collected as quickly as possible). This is especially important for bulk collection because most of the time taken is IO and compression so we want to parallelize as much as possible. There is a concurrency setting in the GUI which defaults to 2

Changing it to 1 will make collection much slower as only one query can run at once - I think there are still no guarantees about order though because the collections are launched in parallel but only one will run…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@secure-cake
Comment options

Answer selected by secure-cake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants