Page MenuHomePhabricator

Explain to the user when they hit a rate limit why they cannot do the action they tried to
Open, LowestPublic

Description

To do this, we will need

  • Designs
  • Wordings

… for each of the different limits they might encounter.

Related Objects

Event Timeline

@Jdforrester-WMF, Ibadc6153c makes the API return an error with the message "You have too many function calls executing right now" (localized) when a user exceeds the rate limit. Is there anything left here for the performance workstream specifically, or is the rest UX work?

@Jdforrester-WMF, Ibadc6153c makes the API return an error with the message "You have too many function calls executing right now" (localized) when a user exceeds the rate limit. Is there anything left here for the performance workstream specifically, or is the rest UX work?

This is "just" UX work, yeah, including e.g. maybe some nice 'try again' button with a count-down or whatever.