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

Programs are being cached by title #455

Closed
caleb-johnson opened this issue Apr 24, 2023 · 0 comments · Fixed by #462
Closed

Programs are being cached by title #455

caleb-johnson opened this issue Apr 24, 2023 · 0 comments · Fixed by #462
Assignees
Labels
bug Something isn't working
Milestone

Comments

@caleb-johnson
Copy link
Collaborator

Steps to reproduce the problem

  • Create a serverless Program.
  • Run it, verify output
  • Change the source code file to a new, blank Python file but keep the title attribute the same
  • Observe that the old code is still running, although the source is now pointing to a blank file

What is the current behavior?

Title is being used to cache Quantum Serverless programs, which is unintended behavior

What is the expected behavior?

The title should not be used to reference serverless programs

@caleb-johnson caleb-johnson added the bug Something isn't working label Apr 24, 2023
@IceKhan13 IceKhan13 added this to the 0.1 milestone Apr 27, 2023
@IceKhan13 IceKhan13 self-assigned this Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants