Skip to content

Commit ae61840

Browse files
committed
update jobControlOptions for additional processing plugins
1 parent e519be0 commit ae61840

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

wis2box_api/plugins/process/bufr2bufr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'description': 'Converts the posted data to BUFR and publishes to specified topic', # noqa
3939
'keywords': [],
4040
'links': [],
41-
'jobControlOptions': ['async-execute'],
41+
'jobControlOptions': ['sync-execute', 'async-execute'],
4242
'inputs': {
4343
'data': {
4444
'title': 'data',

wis2box_api/plugins/process/bufr2geojson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'description': 'Download bufr from URL and convert file-content to geoJSON', # noqa
3939
'keywords': [],
4040
'links': [],
41-
'jobControlOptions': ['async-execute'],
41+
'jobControlOptions': ['sync-execute', 'async-execute'],
4242
'inputs': {
4343
'data_url': {
4444
'title': 'data_url',

wis2box_api/plugins/process/cap2geojson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'description': 'Download CAP XML from URL and convert file-content to geoJSON', # noqa
3737
'keywords': [],
3838
'links': [],
39-
'jobControlOptions': ['async-execute'],
39+
'jobControlOptions': ['sync-execute', 'async-execute'],
4040
'inputs': {
4141
'data_url': {
4242
'title': 'data_url',

wis2box_api/plugins/process/csv2bufr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'description': 'Converts the posted data to BUFR and publishes to specified topic', # noqa
4848
'keywords': [],
4949
'links': [],
50-
'jobControlOptions': ['async-execute'],
50+
'jobControlOptions': ['sync-execute', 'async-execute'],
5151
'inputs': {
5252
'channel': {
5353
'title': {'en': 'Channel'},

wis2box_api/plugins/process/synop2bufr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'description': 'Converts the posted data to BUFR and publishes to specified topic', # noqa
4242
'keywords': [],
4343
'links': [],
44-
'jobControlOptions': ['async-execute'],
44+
'jobControlOptions': ['sync-execute', 'async-execute'],
4545
'inputs': {
4646
'channel': {
4747
'title': {'en': 'Channel'},

wis2box_api/plugins/process/universal_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'description': 'Process input data attributes to publish data', # noqa
4242
'keywords': [],
4343
'links': [],
44-
'jobControlOptions': ['async-execute'],
44+
'jobControlOptions': ['sync-execute','async-execute'],
4545
'inputs': {
4646
'metadata_id': {
4747
'title': {'en': 'Metadata ID'},

0 commit comments

Comments
 (0)