Skip to content

Commit 0270c10

Browse files
authored
Streamlined and polished the README a bit
1 parent 069a24b commit 0270c10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Usage
108108

109109
Go
110110
~~~
111-
Writing a pipeline is as easy as importing a library, defining a function which will be the job to execute, and serving the gRPC-Server via a single command.
112111

113112
.. code:: go
114113
@@ -180,6 +179,8 @@ Java
180179
181180
private static Handler MyAwesomeJob = (gaiaArgs) -> {
182181
LOGGER.info("This output will be streamed back to gaia and will be displayed in the pipeline logs.");
182+
# Just raise an exception to tell Gaia if a job failed.
183+
# throw new IllegalArgumentException("Oh no, this job failed!");
183184
};
184185
185186
public static void main( String[] args )

0 commit comments

Comments
 (0)