potiuk commented on a change in pull request #18472:
URL: https://github.com/apache/airflow/pull/18472#discussion_r714872962
##########
File path: scripts/ci/docker-compose/backend-sqlite-port.yml
##########
@@ -15,6 +15,4 @@
# specific language governing permissions and limitations
# under the License.
---
-services:
- sqlite:
- ports: []
Review comment:
No - that was added to accomodate version removal (otherwise the compose
would not want to compose empty file).
##########
File path: airflow/config_templates/config.yml
##########
@@ -1489,7 +1489,7 @@
that are prefetched by a worker. A value greater than 1 can result in
tasks being unnecessarily
blocked if there are multiple workers and one worker prefetches tasks
that sit behind long
running tasks while another worker has unutilized processes that are
unable to process the already
- claimed blocked tasks.
+ claimed blocked tasks.docker
Review comment:
yep
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]