Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bridge stop #22

Merged
merged 9 commits into from
Apr 16, 2024
Merged

bridge stop #22

merged 9 commits into from
Apr 16, 2024

Conversation

caelean
Copy link
Member

@caelean caelean commented Apr 16, 2024

  • register and write container id
  • working cid/non-working pid
  • proc stop
  • bump version
  • remove prints
  • remove pid recording

Comment on lines +72 to +73
with open(bridge_cid_path, "a") as f:
f.write(f"{self.container_id}\n")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not super urgent since they'll be no-ops in 'stop', but I think this will result in duplicates until someone runs 'stop'.

pyproject.toml Outdated Show resolved Hide resolved
@emdoyle emdoyle merged commit 2ff66ca into main Apr 16, 2024
4 checks passed
@emdoyle emdoyle deleted the bridge-stop branch April 16, 2024 06:15
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.

2 participants