1
0
mirror of synced 2025-12-25 02:09:19 -05:00

remove sleep logic when the queue is full from CDC (#5600)

* dont sleep when queue is full

* bump version
This commit is contained in:
Subodh Kant Chaturvedi
2021-08-30 17:45:53 +05:30
committed by GitHub
parent 314a7471b1
commit a53dd7eaf0
6 changed files with 11 additions and 16 deletions

View File

@@ -8,5 +8,5 @@ COPY build/distributions/${APPLICATION}*.tar ${APPLICATION}.tar
RUN tar xf ${APPLICATION}.tar --strip-components=1
LABEL io.airbyte.version=0.3.4
LABEL io.airbyte.version=0.3.5
LABEL io.airbyte.name=airbyte/source-mssql