Skip to content

Commit

Permalink
docs: add timeout description to DockerOperator. (#38710)
Browse files Browse the repository at this point in the history
  • Loading branch information
alizademhdi committed Apr 3, 2024
1 parent 9b2d7cb commit 537e0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/docker/operators/docker.py
Expand Up @@ -161,6 +161,7 @@ class DockerOperator(BaseOperator):
file before manually shutting down the image. Useful for cases where users want a pickle serialized
output that is not posted to logs
:param retrieve_output_path: path for output file that will be retrieved and passed to xcom
:param timeout: Timeout for API calls, in seconds. Default is 60 seconds.
:param device_requests: Expose host resources such as GPUs to the container.
:param log_opts_max_size: The maximum size of the log before it is rolled.
A positive integer plus a modifier representing the unit of measure (k, m, or g).
Expand Down

0 comments on commit 537e0e6

Please sign in to comment.