At every 20-30 entries, I have one request that takes 90 seconds for the response (this occurred three times in the last 24 hours).
Just random hiccups or a bad omen? ^^
Comment has been collapsed.
it's not, it's same as always - regeneration depends on amount of GAs being made. Less GAs gets created - your points regenerate slower, more GAs, you get more points. It was just a few slow days - not many great deals or new good bundles, so people were giving away less games.
Comment has been collapsed.
Comment has been collapsed.
224 Comments - Last post 12 minutes ago by Mayanaise
653 Comments - Last post 26 minutes ago by VicViperV
11 Comments - Last post 29 minutes ago by Mayanaise
7 Comments - Last post 1 hour ago by maruten
24 Comments - Last post 1 hour ago by darksun1980
53 Comments - Last post 5 hours ago by DeliberateTaco
12 Comments - Last post 5 hours ago by DeliberateTaco
60 Comments - Last post 4 minutes ago by wigglenose
138 Comments - Last post 13 minutes ago by Theo6060
473 Comments - Last post 45 minutes ago by Thunderboltnl
1,883 Comments - Last post 45 minutes ago by LumpyCreature
9 Comments - Last post 1 hour ago by PTPant
734 Comments - Last post 1 hour ago by CBlade
158 Comments - Last post 2 hours ago by Blueaquapearl50
The Issue
When you create a giveaway there's a delay for 5-10 seconds. Also, when entering giveaways, the site occasionally hangs on the please wait state, or takes a few seconds to go through.
Why Is This Happening?
After a giveaway is created, the site needs to distribute 5% of the value in points to all users. This takes a few seconds, since we have nearly a million users. Since it happens during the giveaway creation process, users wait this few seconds when creating their giveaway.
As for the enter giveaway button, it sometimes freezes due to deadlocks in the database, when it's trying to perform the needed queries to enter the giveaway. Also, if a user creates a giveaway, and you try to enter a giveaway at the same time, there's a delay. The site is trying to distribute points for all users, and you need points removed from your account for entering the giveaway. This creates a delay for a few seconds until points are distributed and your giveaway entry can go through. During peak hours, we might have 5-10 giveaways created every minute. There's a decent chance you click the button to enter a giveaway within a few seconds of someone creating a giveaway, and end up waiting.
Solution
Points are now distributed in 15 minute intervals. Every 15 minutes, the site will look at the recently created giveaways, and distribute 5% of their total value to everyone. This means creating giveaways is faster and you no longer have that delay. Also, you're almost 100x less likely to run into a few second delay when entering a giveaway. Lastly, the code was improved for transactions surrounding giveaway entries, so there should no longer be deadlocks and endless please wait messages. These changes rolled out a couple of hours ago, and since then you should have seen the button for entering giveaways performing better.
Comment has been collapsed.