Skip to content
Snippets Groups Projects
Commit d0602e3f authored by Eric Cano's avatar Eric Cano
Browse files

Split queuing archive requests in top and bottom half.

The top half goes as far as when the request is safe in the object store.
At that point, the bottom half is launched in a new thread, and success is returned
the called. This will enable lower latency for the users while retaining
the same data safety.

This version is experimental aas it spans an undetermined number of threads. A more controlled
version with a work queue should be implenented on the long run.
parent 4dcb9d7a
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment