pampa_workers 1.1.40 → 1.1.41
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.
- checksums.yaml +4 -4
- data/lib/mylocalprocess.rb +1 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd2d24e0e83c7a7d51a982cfa16026e1ae34a518
|
4
|
+
data.tar.gz: f6c5ee2488fe67be969f879405dad5f7da78b552
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 936f46faed7a154b3fbb9477038cd6cacf9f68018ed1d7d893d48717f7cec9429be045379f609800facf3f791b30294b9b188a80fefa3ba165cd8e88e329fff3
|
7
|
+
data.tar.gz: 25b698f4b79efcb17ab6307c1cac97b1fd336f5ffb8898fd017025722de137a772063c8eb7c80479a8b8d595ca8cb94a8b876a91884b057e86dee343ecc1cc1b
|
data/lib/mylocalprocess.rb
CHANGED
@@ -28,11 +28,6 @@ module BlackStack
|
|
28
28
|
end
|
29
29
|
end
|
30
30
|
|
31
|
-
def notifyError(uid, description, oid=nil, screenshot_file=nil, url=nil, assigned_process=nil)
|
32
|
-
url = "#{CS_HOME_PAGE_PROTOCOL}://#{self.division.home.app_url}:#{self.division.home.app_port}/api1.3/bots/boterror.json" if url.nil?
|
33
|
-
super(uid, description, oid, screenshot_file, url, assigned_process)
|
34
|
-
end
|
35
|
-
|
36
31
|
def worker()
|
37
32
|
BlackStack::Worker.where(:name=>self.fullWorkerName).first
|
38
33
|
end
|
@@ -115,7 +110,7 @@ module BlackStack
|
|
115
110
|
GC.start
|
116
111
|
DB.disconnect
|
117
112
|
logger.done
|
118
|
-
|
113
|
+
|
119
114
|
# cargo el objeto worker
|
120
115
|
logger.logs "Load the worker... "
|
121
116
|
the_worker = self.worker
|