plexflow 0.0.136__py3-none-any.whl → 0.0.137__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.
- plexflow/utils/tasks/decorators.py +1 -1
- {plexflow-0.0.136.dist-info → plexflow-0.0.137.dist-info}/METADATA +1 -1
- {plexflow-0.0.136.dist-info → plexflow-0.0.137.dist-info}/RECORD +5 -5
- {plexflow-0.0.136.dist-info → plexflow-0.0.137.dist-info}/WHEEL +0 -0
- {plexflow-0.0.136.dist-info → plexflow-0.0.137.dist-info}/entry_points.txt +0 -0
@@ -7,7 +7,7 @@ import json
|
|
7
7
|
def plexflow(task_func):
|
8
8
|
def wrapper(*args, **kwargs):
|
9
9
|
task_mode = os.getenv("TASK_MODE", "default")
|
10
|
-
default_ttl = 3600
|
10
|
+
default_ttl = int(os.getenv("DEFAULT_CONTEXT_TTL", 3600 * 24 * 7 * 2)) # 2 weeks
|
11
11
|
|
12
12
|
if task_mode == "k8s":
|
13
13
|
dag_run_id = os.getenv("AIRFLOW_RUN_ID", None)
|
@@ -670,7 +670,7 @@ plexflow/utils/subtitle/__pycache__/search.cpython-312.pyc,sha256=RiMTyALG74DJn6
|
|
670
670
|
plexflow/utils/subtitle/search.py,sha256=HW_JOrj-cpRrVnxWh56XjRWhb98E73V1V5QHCq2y7CM,2441
|
671
671
|
plexflow/utils/tasks/__pycache__/decorators.cpython-311.pyc,sha256=8zuAsEfYLEBQQ4DGKqkx-JFCjd73kGhAiPblBNFa2cQ,1675
|
672
672
|
plexflow/utils/tasks/__pycache__/tasks.cpython-311.pyc,sha256=8RRMTHAy-t6yW0rlDX9wpZyO-9Cg4SQoD-NVasL94SQ,1670
|
673
|
-
plexflow/utils/tasks/decorators.py,sha256=
|
673
|
+
plexflow/utils/tasks/decorators.py,sha256=ViXNX7Sl1Voh9lOGzwz0OBlzGjbfFc9lr1fTQpOVYJM,3113
|
674
674
|
plexflow/utils/tasks/k8s/task.py,sha256=oCfOBjitZ48D1M52w2dpf7HaHZTmvYV9YS_ccixLs0w,2709
|
675
675
|
plexflow/utils/thread_safe/__pycache__/safe_list.cpython-312.pyc,sha256=v5skxCDKmE_T4Ggodqcc5o44GySq05dU0m08OdslANo,4032
|
676
676
|
plexflow/utils/thread_safe/__pycache__/safe_set.cpython-312.pyc,sha256=z0FdFIU076Mv4lTGkcoxn1IOo5HIfwcwj4oWiPj5oAc,4858
|
@@ -715,7 +715,7 @@ plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=kmzGDCHSC1hWyHwRut
|
|
715
715
|
plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
|
716
716
|
plexflow/utils/video/audio.py,sha256=Pd8OuQHX2QN-lc5iYkB0Vo1OEHmTcvDYH-uKud1f1q4,5262
|
717
717
|
plexflow/utils/video/subtitle.py,sha256=qPvvBjlPj0fynJJvGJgGeKt9ey26R-cF6EoLaYt9iXU,1333
|
718
|
-
plexflow-0.0.
|
719
|
-
plexflow-0.0.
|
720
|
-
plexflow-0.0.
|
721
|
-
plexflow-0.0.
|
718
|
+
plexflow-0.0.137.dist-info/METADATA,sha256=IJzPau1bwLZ1WkCMrh-B2Me_wiSp5rqdO4WLvPbPwrE,2971
|
719
|
+
plexflow-0.0.137.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
720
|
+
plexflow-0.0.137.dist-info/entry_points.txt,sha256=9RJC3ikOQORHNOn573EdwJOBUnFU_4EGHbtNUM5pjjY,1557
|
721
|
+
plexflow-0.0.137.dist-info/RECORD,,
|
File without changes
|
File without changes
|