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

Prevent duplicate print job submissions. #5

Open
tylervz opened this issue Apr 8, 2015 · 4 comments
Open

Prevent duplicate print job submissions. #5

tylervz opened this issue Apr 8, 2015 · 4 comments
Labels

Comments

@tylervz
Copy link
Collaborator

tylervz commented Apr 8, 2015

Sometimes a document gets submitted twice. We don't know why this happens.

Investigate if this is a problem with the front end (perhaps debounce the button), back end, or a problem with Google's servers.

Figure out how to reliably reproduce this.

If we can't fix this, find a way to detect duplicates and delete one of them after jobs are submitted.

@tylervz tylervz added the bug label Apr 8, 2015
@jglamine
Copy link
Owner

jglamine commented Apr 8, 2015

I head a rumor that this happens mostly when you select double sided and multiple copies, or something like that. Someone should look into this.

@jglamine
Copy link
Owner

I've had multiple reports that this is still an issue.

@tylervz
Copy link
Collaborator Author

tylervz commented Apr 28, 2015

Me too. I have also heard that it happened on the default settings (nothing
checked and 1 copy). Do we have a log we could look through?

On Tuesday, April 28, 2015, James Lamine [email protected] wrote:

I've had multiple reports that this is still an issue.


Reply to this email directly or view it on GitHub
#5 (comment)
.

@jglamine
Copy link
Owner

Sadly, no. My guess is it has nothing to do with settings. We'll just add
code to detect it and delete duplicates. Then we can log something when a
duplicate is detected. We can make that logging part of the print log I
mentioned in the stats page issue.
On Apr 28, 2015 1:48 PM, "Tyler VanZanten" [email protected] wrote:

Me too. I have also heard that it happened on the default settings (nothing
checked and 1 copy). Do we have a log we could look through?

On Tuesday, April 28, 2015, James Lamine [email protected] wrote:

I've had multiple reports that this is still an issue.


Reply to this email directly or view it on GitHub
<
https://github.com/jglamine/calvinwebprint/issues/5#issuecomment-97148500>
.


Reply to this email directly or view it on GitHub
#5 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants