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

Taskinator::Api::Processes fails when one of the classes doesn't exist any more #24

Closed
bguban opened this issue Dec 24, 2022 · 1 comment · Fixed by #25
Closed

Taskinator::Api::Processes fails when one of the classes doesn't exist any more #24

bguban opened this issue Dec 24, 2022 · 1 comment · Fixed by #25

Comments

@bguban
Copy link
Contributor

bguban commented Dec 24, 2022

Describe the bug
When I try to get a list of processes I get an error

processes = Taskinator::Api::Processes.new
processes.first # persistence.rb:551:in `const_get': uninitialized constant Flows::EtfGraderFlow (NameError)

The things are that the class that is stored in Redis (Flows::EtfGraderFlow) doesn't exist anymore.

@virtualstaticvoid
Copy link
Owner

Hi @bguban

This issue has been resolved as your PR has been merged.

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 a pull request may close this issue.

2 participants