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

Refactor edge rt pt 2 #155

Merged
merged 6 commits into from
Aug 3, 2023
Merged

Refactor edge rt pt 2 #155

merged 6 commits into from
Aug 3, 2023

Conversation

andreespirela
Copy link
Collaborator

What kind of change does this PR introduce?

  • Re-utilize code
  • Change references to event_worker instead of event_manager

@@ -85,7 +85,7 @@ fn main() -> Result<(), anyhow::Error> {
.cloned()
.unwrap();
let event_service_manager_path =
sub_matches.get_one::<String>("event-manager").cloned();
sub_matches.get_one::<String>("event-worker").cloned();
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@laktek Note when updating production

@@ -137,31 +132,6 @@ pub async fn op_user_worker_create(
Ok(result.unwrap().key.to_string())
}

#[op]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was moved to js_interceptors

@laktek laktek merged commit 448dcd1 into main Aug 3, 2023
3 checks passed
@laktek laktek deleted the refactor-edge-rt-pt-2 branch August 3, 2023 09:33
@github-actions
Copy link

github-actions bot commented Aug 3, 2023

🎉 This PR is included in version 1.8.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants