heyyy / espa

Automatically exported from code.google.com/p/espa
0 stars 0 forks source link

Create quota limits on how many scenes a given user may have at any one time. #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently there is no limit to the number of scenes a user may request.  This 
is fine for now but later as the api/ is put in place and also additional 
requests are coming thru via LCMAP, we may need to restrict the load on the 
system.

Checks should be put in place at order submission time to determine how many 
uncompleted scenes a user currently has in the system and reject if the # is 
above a configurable value.

Original issue reported on code.google.com by davehil...@gmail.com on 25 Jul 2014 at 5:46