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
Currently deployments in the dashboard are named based on the service that has initiated them.
Thus if we have two different deployments using the same service: for example, edf_data_transfer can be called both for file download or upload, or echodatadlow can be called both for the MVBS pipeline or the hake ml pipeline.
It can be very confusing in the dashboard which one corresponds to which processing steps.
Investigate if we can add some additional tag/nickname to indicate that, or modify to have services with a new name for the different components.
The text was updated successfully, but these errors were encountered:
I think we can have an option argument for main.py being the name of the service. This way we are not bound by the names that is hardcoded in main.py.
We were just talking about for Lasker we would need to spin up 2 file-monitor for the two folders with the 18kHz .raw and the 5-channel .raw files, so this will be handy in that use case.
Currently deployments in the dashboard are named based on the service that has initiated them.
Thus if we have two different deployments using the same service: for example, edf_data_transfer can be called both for file download or upload, or echodatadlow can be called both for the MVBS pipeline or the hake ml pipeline.
It can be very confusing in the dashboard which one corresponds to which processing steps.
Investigate if we can add some additional tag/nickname to indicate that, or modify to have services with a new name for the different components.
The text was updated successfully, but these errors were encountered: