deltafi 2.32.0__py3-none-any.whl → 2.33.1__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.
Potentially problematic release.
This version of deltafi might be problematic. Click here for more details.
deltafi/plugin.py
CHANGED
|
@@ -117,14 +117,14 @@ def _find_variables_filename(names: List[str]):
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
def _setup_queue(max_connections):
|
|
120
|
-
url = os.getenv('VALKEY_URL', 'http://
|
|
120
|
+
url = os.getenv('VALKEY_URL', 'http://localhost:6379')
|
|
121
121
|
password = os.getenv('VALKEY_PASSWORD')
|
|
122
122
|
app_name = os.getenv('APP_NAME')
|
|
123
123
|
return ActionEventQueue(url, max_connections, password, app_name)
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
def _setup_content_service():
|
|
127
|
-
minio_url = os.getenv('MINIO_URL', 'http://
|
|
127
|
+
minio_url = os.getenv('MINIO_URL', 'http://localhost:9000')
|
|
128
128
|
return ContentService(minio_url,
|
|
129
129
|
os.getenv('MINIO_ACCESSKEY'),
|
|
130
130
|
os.getenv('MINIO_SECRETKEY'))
|
|
@@ -181,7 +181,7 @@ class Plugin(object):
|
|
|
181
181
|
self.thread_config = {}
|
|
182
182
|
if thread_config is not None:
|
|
183
183
|
self.thread_config = thread_config
|
|
184
|
-
self.core_url = os.getenv('CORE_URL')
|
|
184
|
+
self.core_url = os.getenv('CORE_URL', 'http://127.0.0.1:8042')
|
|
185
185
|
self.image = os.getenv('IMAGE')
|
|
186
186
|
self.image_pull_secret = os.getenv('IMAGE_PULL_SECRET')
|
|
187
187
|
action_classes = []
|
|
@@ -8,7 +8,7 @@ deltafi/genericmodel.py,sha256=0qgii2o-fzHS6lM1C5X7_WTTSYsiZAM0i7RTfw0nw4U,1152
|
|
|
8
8
|
deltafi/input.py,sha256=CZ02GsObhu6CpdBKzNE5TJ_PSihQF3cr4XKPqouqRUU,1780
|
|
9
9
|
deltafi/logger.py,sha256=Lms9wmjyZWe9-SCKj4raNmGC9Cyn3BrfiniPXeM9VDY,2140
|
|
10
10
|
deltafi/metric.py,sha256=5Q40bLpNXk8mwu1wnN5L8GX22-iZxYEFBGt3zSNmYxI,972
|
|
11
|
-
deltafi/plugin.py,sha256=
|
|
11
|
+
deltafi/plugin.py,sha256=2hBkbxcQHSavZ-tbWDqRhNJOP3TXH-2cOtNRgjLMxkE,19170
|
|
12
12
|
deltafi/result.py,sha256=J22nYPWyFgawGBmP8qfDu3RztBmrXDhHViqljNPoyRU,10140
|
|
13
13
|
deltafi/resultmessage.py,sha256=jYCvKKlFAWuA5YfOE30w3TH294M4EuTEowROc6LkZzE,1767
|
|
14
14
|
deltafi/storage.py,sha256=zgBkaDTiT4BLEE1lAYjq4mqS4zqZKzuoVmG1CNbkD20,2979
|
|
@@ -20,6 +20,6 @@ deltafi/test_kit/egress.py,sha256=DhWfVUSFx_V94rtLpohEKvlXlSfoY8P3Yjd4lj2smfQ,19
|
|
|
20
20
|
deltafi/test_kit/framework.py,sha256=9m7opcSVMmQHA1x0E0DAtSWKHZU5y-0A5sPng_im81A,16591
|
|
21
21
|
deltafi/test_kit/timed_ingress.py,sha256=qfZIpbl4ESKRJNO9UsO-jvB4iVI7RZWGGYbPrMhfROs,4290
|
|
22
22
|
deltafi/test_kit/transform.py,sha256=CLtcP3GputylMrO73_P4Tbu33Y4Auelp2318gTnLxhU,4179
|
|
23
|
-
deltafi-2.
|
|
24
|
-
deltafi-2.
|
|
25
|
-
deltafi-2.
|
|
23
|
+
deltafi-2.33.1.dist-info/METADATA,sha256=lgE-vIvno9DIKrjsgFtI1JPeUbsLlcKIoSoSDeUGjMs,2254
|
|
24
|
+
deltafi-2.33.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
25
|
+
deltafi-2.33.1.dist-info/RECORD,,
|
|
File without changes
|