You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save the state of the print currently being monitored to a json file on disk (or something) to allow persistence of info between code restarts. Only way to avoid duplicate notices.
Could make the file a sort of snapshot of progress/parameters, too, which might be nice. Needs a little more thought.
The text was updated successfully, but these errors were encountered:
Going to start with just a json dump of the notices, with the print job UUID thrown in for good measure. That should give a pretty easy way to see if we were already monitoring a job, and an easy way to discard things if the UUIDs don't match. Will probably store the last percentage and job time too because it's easy enough.
Save the state of the print currently being monitored to a json file on disk (or something) to allow persistence of info between code restarts. Only way to avoid duplicate notices.
Could make the file a sort of snapshot of progress/parameters, too, which might be nice. Needs a little more thought.
The text was updated successfully, but these errors were encountered: