jina-ai / executors

internal-only
Apache License 2.0
31 stars 12 forks source link

ci(cd): avoid updating one Executor in parallel(latest and gpu) tag #164

Closed mapleeit closed 3 years ago

mapleeit commented 3 years ago

I found that multiple update operations on the same Executor in parallel will cause some problems.

Let's first do it serially. And I'll optimize the parallel things (I need to redesign some data structure, so may take several days). Is that ok to you?

@jacobowitz @tadejsv