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

Add upload step to serverless. #1036

Closed
IceKhan13 opened this issue Oct 18, 2023 · 0 comments · Fixed by #1041
Closed

Add upload step to serverless. #1036

IceKhan13 opened this issue Oct 18, 2023 · 0 comments · Fixed by #1041
Assignees
Labels
enhancement New feature or request epic For epics and projects project: client Label to identify features related with client project project: gateway Label to identify features related with gateway project
Milestone

Comments

@IceKhan13
Copy link
Member

What is the expected behavior?

As user I want to upload my program once and then run it by name.

from quantum_servelress import Program

serverless = QuantumServerless(...)

# upload program
serverless.upload(Program(name="awesome", entrypoint="program.py", ...))


job = serverless.run(Program("awesome"), arguments={...}) # or serverless.run("awesome", arguments={...})
@IceKhan13 IceKhan13 added enhancement New feature or request epic For epics and projects project: client Label to identify features related with client project project: gateway Label to identify features related with gateway project labels Oct 18, 2023
@IceKhan13 IceKhan13 added this to the 0.7 milestone Oct 18, 2023
@IceKhan13 IceKhan13 self-assigned this Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic For epics and projects project: client Label to identify features related with client project project: gateway Label to identify features related with gateway project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant