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

feat: executor to manage its own networks #97

Merged
merged 39 commits into from
Aug 30, 2024

Conversation

christyjacob4
Copy link
Contributor

No description provided.

app/http.php Outdated
try {
$orchestration->remove($container->getId(), true);

$activeRuntimeId = $container->getName();

if (!$activeRuntimes->exists($activeRuntimeId)) {
if ($activeRuntimes->exists($activeRuntimeId)) {
Copy link
Member

Choose a reason for hiding this comment

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

Previously it was !$activeRuntimes->exists. Was that a bug?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think its a bug.. because if the activeRuntimeId does not exist in the swoole table, how can we delete it?

But Ive reverted it since I want to validate with matej

composer.json Outdated
@@ -35,7 +35,7 @@
"utopia-php/registry": "0.5.*",
"utopia-php/preloader": "0.2.*",
"utopia-php/system": "0.8.*",
"utopia-php/orchestration": "0.13.*",
"utopia-php/orchestration": "dev-add-network-exists",
Copy link
Member

Choose a reason for hiding this comment

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

You'd update this, right?

@christyjacob4 christyjacob4 merged commit c6077f4 into main Aug 30, 2024
3 checks passed
@christyjacob4 christyjacob4 deleted the feat-use-bridge-networks branch August 30, 2024 14:27
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.

6 participants