Flowfile 0.3.1.1__py3-none-any.whl → 0.3.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
flowfile/api.py CHANGED
@@ -9,6 +9,7 @@ import atexit
9
9
  import logging
10
10
  import webbrowser
11
11
  import shutil
12
+
12
13
  from pathlib import Path
13
14
  from typing import Optional, Dict, Any, Union, Tuple, List
14
15
  from subprocess import Popen
@@ -181,12 +182,15 @@ def start_flowfile_server_process(module_name: str = DEFAULT_MODULE_NAME) -> Tup
181
182
  atexit.register(stop_flowfile_server_process)
182
183
 
183
184
  logger.info("Waiting for server to initialize...")
184
-
185
- for i in range(10):
186
- time.sleep(1)
185
+ print("Starting the ui service")
186
+ for i in range(20):
187
187
  if is_flowfile_running():
188
+ print("Flowfile UI started.")
188
189
  logger.info("Server started successfully.")
189
190
  return True, check_if_in_single_mode()
191
+ if i % 5 == 0 and i > 0:
192
+ print("Waiting for Flowfile UI to start.")
193
+ time.sleep(1)
190
194
  else:
191
195
  logger.error("Failed to start server: API did not become responsive.")
192
196
  if _server_process and _server_process.stderr:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: Flowfile
3
- Version: 0.3.1.1
3
+ Version: 0.3.1.2
4
4
  Summary: Project combining flowfile core (backend) and flowfile_worker (compute offloader) and flowfile_frame (api)
5
5
  Author: Edward van Eechoud
6
6
  Author-email: evaneechoud@gmail.com
@@ -3,7 +3,7 @@ build_backends/main.py,sha256=hLmfqTeHLSTiwwZ5mUuoLQgtO40Igvl1_4NbnvzWSgI,9912
3
3
  build_backends/main_prd.py,sha256=JR2tYCMWM5ThooQjv5pw6nwVKMQjgsiHgKMhYn9NXWI,6927
4
4
  flowfile/__init__.py,sha256=B1vnUboOki3pP3BAmoQ0j62nEiB51X9kc9N8Qu7bgcg,2419
5
5
  flowfile/__main__.py,sha256=hAMeyORHhLnw1lIXe6-EYDwgUi2odW0Rb4eDkcNtBiM,2612
6
- flowfile/api.py,sha256=Bz1ivklHpAmWvs-xULXEFvF0szCG1DLes5x4F-AU518,14980
6
+ flowfile/api.py,sha256=hnTA4zSzaX9mail_rIMdVkdcbfvMyJM3EPrkACiUo1I,15163
7
7
  flowfile/readme.md,sha256=n93Cpp9DPIBfe2jxKcUVokl5PTobxnE1mWHfRD018xE,4137
8
8
  flowfile/web/__init__.py,sha256=bViGSO1AmLSjCM4nnQVFaYUTFHYKj0XK4VjscGwZGTs,5462
9
9
  flowfile/web/static/assets/AirbyteReader-1ac35765.css,sha256=GsNXZRBzBqcgSHWYHFfpQjYnQ1G90hCaWgThLCG80jI,6260
@@ -297,8 +297,8 @@ test_utils/__init__.py,sha256=8WwOgIuKw6YtOc1GWR1DqIhQ8BhlLWqsMyQJSpxnzKk,66
297
297
  test_utils/postgres/__init__.py,sha256=y3V_6a9N1Pvm5NIBaA8CFf3i4mvPVY-H1teHA-rg0VU,33
298
298
  test_utils/postgres/commands.py,sha256=4oA8EHW3EqwGkG02HSqEGbXEBGM01sUW5FsyHm86W4k,4347
299
299
  test_utils/postgres/fixtures.py,sha256=kR8UBjQr3pgbe-xM-V8x8VseTHCPv0EmDEzPHl5Qc8Y,13507
300
- flowfile-0.3.1.1.dist-info/LICENSE,sha256=pCfLAA27jMHReYk_wGiirZxWRRXz_Bm7PVInRCa9P5g,1075
301
- flowfile-0.3.1.1.dist-info/METADATA,sha256=-W1BjhGg1Bf9KUta5KT_iEOLF7HRsoLTSdJ5cjhJ3yM,8006
302
- flowfile-0.3.1.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
303
- flowfile-0.3.1.1.dist-info/entry_points.txt,sha256=Q3CEYNk33UaWlA9D-8yXYH0FwjKBsrtNuzzzHxhwnNI,333
304
- flowfile-0.3.1.1.dist-info/RECORD,,
300
+ flowfile-0.3.1.2.dist-info/LICENSE,sha256=pCfLAA27jMHReYk_wGiirZxWRRXz_Bm7PVInRCa9P5g,1075
301
+ flowfile-0.3.1.2.dist-info/METADATA,sha256=weAUWv0mji3R8G1K3k_jjtiBhvXN852bNlaaxwkCW60,8006
302
+ flowfile-0.3.1.2.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
303
+ flowfile-0.3.1.2.dist-info/entry_points.txt,sha256=Q3CEYNk33UaWlA9D-8yXYH0FwjKBsrtNuzzzHxhwnNI,333
304
+ flowfile-0.3.1.2.dist-info/RECORD,,