Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FS-SC
AsapoWorker
Commits
1d0102e4
Commit
1d0102e4
authored
Sep 22, 2020
by
Mikhail Karnevskiy
Browse files
Add stream parameter to sender
parent
c4819717
Pipeline
#163
failed with stage
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/AsapoWorker/asapo_sender.py
View file @
1d0102e4
...
...
@@ -95,6 +95,7 @@ class AsapoSender:
"Allowed time in milliseconds for ASAP::O data access before "
"exception is thrown"
,
type
=
float
,
default
=
3000
)
))
stream
=
Config
(
"Name of output stream"
,
type
=
str
,
default
=
""
)
substream
=
Config
(
"The name of the substream."
,
type
=
str
,
default
=
"default"
,
init
=
False
)
ingest_mode
=
Config
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment