You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: plugins/sleep/bin/komand_sleep
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ from sys import argv
6
6
7
7
Name="Sleep"
8
8
Vendor="rapid7"
9
-
Version="1.0.3"
9
+
Version="1.0.4"
10
10
Description="Sleep allows Rapid7 InsightConnect users to suspend workflow execution for a specified period of time. Popular uses are to avoid rate limiting by a service or to wait for processing by a service to complete"
Copy file name to clipboardexpand all lines: plugins/sleep/plugin.spec.yaml
+20-15
Original file line number
Diff line number
Diff line change
@@ -6,39 +6,44 @@ title: Sleep
6
6
vendor: rapid7
7
7
support: community
8
8
status: []
9
-
description: "Sleep allows Rapid7 InsightConnect users to suspend workflow execution for a specified period of time. Popular uses are to avoid rate limiting by a service or to wait for processing by a service to complete"
10
-
version: 1.0.3
9
+
description: Sleep allows Rapid7 InsightConnect users to suspend workflow execution
10
+
for a specified period of time. Popular uses are to avoid rate limiting by a service
11
+
or to wait for processing by a service to complete
Copy file name to clipboardexpand all lines: plugins/sleep/setup.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
5
5
setup(name="sleep-rapid7-plugin",
6
-
version="1.0.3",
6
+
version="1.0.4",
7
7
description="Sleep allows Rapid7 InsightConnect users to suspend workflow execution for a specified period of time. Popular uses are to avoid rate limiting by a service or to wait for processing by a service to complete",
0 commit comments