Skip to content

Commit 1427ef8

Browse files
authored
update pygeoapi plugin jobControlOptions (#337)
1 parent 084267e commit 1427ef8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pygeometa/pygeoapi_plugin.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
'href': 'https://geopython.github.io/pygeometa/pygeoapi-plugin',
168168
'hreflang': 'en-US'
169169
}],
170+
'jobControlOptions': ['sync-execute', 'async-execute'],
170171
'inputs': {},
171172
'outputs': {
172173
'result': {
@@ -199,6 +200,7 @@
199200
'href': 'https://geopython.github.io/pygeometa/pygeoapi-plugin',
200201
'hreflang': 'en-US'
201202
}],
203+
'jobControlOptions': ['sync-execute', 'async-execute'],
202204
'inputs': {
203205
'metadata': INPUT_METADATA,
204206
'schema': INPUT_SCHEMA
@@ -238,6 +240,7 @@
238240
'href': 'https://geopython.github.io/pygeometa/pygeoapi-plugin',
239241
'hreflang': 'en-US'
240242
}],
243+
'jobControlOptions': ['sync-execute', 'async-execute'],
241244
'inputs': {
242245
'mcf': INPUT_MCF
243246
},
@@ -276,6 +279,7 @@
276279
'href': 'https://geopython.github.io/pygeometa/pygeoapi-plugin',
277280
'hreflang': 'en-US'
278281
}],
282+
'jobControlOptions': ['sync-execute', 'async-execute'],
279283
'inputs': {
280284
'mcf': INPUT_MCF,
281285
'schema': INPUT_SCHEMA
@@ -316,6 +320,7 @@
316320
'href': 'https://geopython.github.io/pygeometa/pygeoapi-plugin',
317321
'hreflang': 'en-US'
318322
}],
323+
'jobControlOptions': ['sync-execute', 'async-execute'],
319324
'inputs': {
320325
'metadata': INPUT_METADATA,
321326
'input-schema': INPUT_SCHEMA,

0 commit comments

Comments
 (0)