magfest / ubersystem

MAGFest's Ubersystem - handles ticketing, staffing, analytics, volunteers, and tons more
http://magfest.org
GNU Affero General Public License v3.0
48 stars 55 forks source link

JSON check_prereg timing out #257

Closed binary1230 closed 9 years ago

binary1230 commented 10 years ago

I'm seeing on my local dev box error 408's while on the preregistration form for check_prereg.

I think this is Vicki's code checking to see if the event is sold out.

This -could- be my vagrant install and not anything to worry about, but worth looking into.

kitsuta commented 10 years ago

Yes, JSON check_prereg is something I added. It makes database calls every 15 minutes. It was working fine when tested on my install... are you running ubersystem without having the database up and reachable?

|| Victoria Earl kitsuta@gmail.com ||

On Thu, May 29, 2014 at 7:39 PM, Dominic Cerquetti <notifications@github.com

wrote:

I'm seeing on my local dev box error 408's while on the preregistration form for check_prereg.

I think this is Vicki's code checking to see if the event is sold out.

This -could- be my vagrant install and not anything to worry about, but worth looking into.

— Reply to this email directly or view it on GitHub https://github.com/EliAndrewC/magfest/issues/257.

binary1230 commented 10 years ago

It seems like it's doing it maybe every minute or so, I can help track down what's up with the debugger

If you go in Chrome and hit F12 you can see the errors.

On Thu, May 29, 2014 at 7:47 PM, Victoria Earl notifications@github.com wrote:

Yes, JSON check_prereg is something I added. It makes database calls every 15 minutes. It was working fine when tested on my install... are you running ubersystem without having the database up and reachable?

|| Victoria Earl kitsuta@gmail.com ||

On Thu, May 29, 2014 at 7:39 PM, Dominic Cerquetti < notifications@github.com

wrote:

I'm seeing on my local dev box error 408's while on the preregistration form for check_prereg.

I think this is Vicki's code checking to see if the event is sold out.

This -could- be my vagrant install and not anything to worry about, but worth looking into.

— Reply to this email directly or view it on GitHub https://github.com/EliAndrewC/magfest/issues/257.

— Reply to this email directly or view it on GitHub https://github.com/EliAndrewC/magfest/issues/257#issuecomment-44599723.

kitsuta commented 10 years ago

Yes, I was doing that extensively while making sure it worked.

|| Victoria Earl kitsuta@gmail.com ||

On Thu, May 29, 2014 at 7:49 PM, Dominic Cerquetti <notifications@github.com

wrote:

It seems like it's doing it maybe every minute or so, I can help track down what's up with the debugger

If you go in Chrome and hit F12 you can see the errors.

On Thu, May 29, 2014 at 7:47 PM, Victoria Earl notifications@github.com wrote:

Yes, JSON check_prereg is something I added. It makes database calls every 15 minutes. It was working fine when tested on my install... are you running ubersystem without having the database up and reachable?

|| Victoria Earl kitsuta@gmail.com ||

On Thu, May 29, 2014 at 7:39 PM, Dominic Cerquetti < notifications@github.com

wrote:

I'm seeing on my local dev box error 408's while on the preregistration form for check_prereg.

I think this is Vicki's code checking to see if the event is sold out.

This -could- be my vagrant install and not anything to worry about, but worth looking into.

— Reply to this email directly or view it on GitHub https://github.com/EliAndrewC/magfest/issues/257.

— Reply to this email directly or view it on GitHub https://github.com/EliAndrewC/magfest/issues/257#issuecomment-44599723.

— Reply to this email directly or view it on GitHub https://github.com/EliAndrewC/magfest/issues/257#issuecomment-44599824.

EliAndrewC commented 9 years ago

I don't think we've seen this happen for M13, so I'm closing this. We can re-open if we see it again.