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

Convert UNAV Logic to Run on Serverless #8

Open
surendhar-palanisamy opened this issue Sep 17, 2024 · 0 comments
Open

Convert UNAV Logic to Run on Serverless #8

surendhar-palanisamy opened this issue Sep 17, 2024 · 0 comments

Comments

@surendhar-palanisamy
Copy link
Collaborator

Refactor the functions that map to the following endpoints:

  • /settings
  • /localize
  • /planner

An empty class named UnavServer has been defined with empty methods localize and planner under src/modal_function/unav.py

  • The /settings endpoint will not be used, as each method will run in a separate container. Therefore, we need to set the settings from the configuration file every time a container is spun up.

  • When calling the localize and planner methods, pass the entire configuration file and the user-selected destination to the modal function methods.

  • Ensure that settings are configured from the configuration file during container initialization while the Server class is being initialized in localize and planner method

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

No branches or pull requests

1 participant