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

Improve Snapshot feature set #757

Open
cheribral opened this issue Jul 27, 2016 · 1 comment
Open

Improve Snapshot feature set #757

cheribral opened this issue Jul 27, 2016 · 1 comment
Assignees
Milestone

Comments

@cheribral
Copy link

I've run into situations where I've deleted a task with a custom function, and later defined something with the same name using different code. What appears to be happening is that my function is fed old state in the "restore" function, and then the process dies. I have to add code to make sure that I'm not getting someone else's data to work around this.

Is there / could there be a way to clean out old snapshot state from the database?

@nathanielc
Copy link
Contributor

nathanielc commented Aug 3, 2016

@cheribral Sorry for the delayed reply....

You are correct that the snapshot feature is a bit rough around the edges at this stage.

I took a minute to record some known issues with snapshots so we can prioritize getting them fixed. See #772 #773 #774 #775

I'll use this issue to track the overall progress of getting snapshots working. As for your current issue #772 is the quickest fix to avoid the issue you are having.

@nathanielc nathanielc changed the title Removing invalid or old snapshot state for UDF Improve Snapshot feature set Aug 3, 2016
@nathanielc nathanielc added this to the Unplanned milestone Aug 24, 2016
@nathanielc nathanielc modified the milestones: Unplanned, v1.1.0 Aug 31, 2016
@nathanielc nathanielc self-assigned this Sep 20, 2016
@nathanielc nathanielc modified the milestones: Unplanned, v1.1.0 Sep 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants