Skip to content

Doppio live processing requirements#790

Draft
stephen-riggs wants to merge 16 commits into
mainfrom
doppio-live-processing
Draft

Doppio live processing requirements#790
stephen-riggs wants to merge 16 commits into
mainfrom
doppio-live-processing

Conversation

@stephen-riggs

Copy link
Copy Markdown
Contributor

No description provided.

"""
project_dir = Path(visit_name)
pipeline_file = project_dir / "default_pipeline.star"
if not pipeline_file.is_file():
Comment thread src/murfey/util/processing_params.py Fixed
Comment thread src/murfey/util/processing_params.py Fixed
Comment thread src/murfey/server/api/workflow.py Fixed
Comment thread src/murfey/util/processing_params.py Fixed
Comment thread src/murfey/util/processing_params.py Fixed
Comment thread src/murfey/util/processing_params.py Fixed
Falls back to the positional default job002 and logs a warning so
drift from the live pipeline is visible in the logs instead of silent.
"""
project_dir = secure_path(Path(visit_name)).resolve()
project_dir = secure_path(Path(visit_name)).resolve()
pipeline_file = project_dir / "default_pipeline.star"
try:
mtime_ns = pipeline_file.stat().st_mtime_ns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants