Skip to content

Commit c68e6a0

Browse files
author
Brandon Kaplan
authored
Prod 2007 dbfs delay extension (#120)
* prod-2007-dbfs-delay-extension * reverting retry logic * Update _databricks.py
1 parent 9a1a3a5 commit c68e6a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sync/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Library for leveraging the power of Sync"""
22

3-
__version__ = "1.8.3"
3+
__version__ = "1.8.4"
44

55
TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"

sync/_databricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ def _get_eventlog_from_dbfs(
14891489
eventlog_dir = dbx_client.list_dbfs_directory(matching_subdirectory["path"])
14901490

14911491
poll_num_attempts = 0
1492-
poll_max_attempts = 40 # 10 minutes / 15 seconds = 40 attempts
1492+
poll_max_attempts = 20 # 5 minutes / 15 seconds = 20 attempts
14931493

14941494
total_file_size = 0
14951495
file_size_changed, total_file_size = _check_total_file_size_changed(0, eventlog_dir)

0 commit comments

Comments
 (0)