Look up a Rails HTTP Status Code

202 - Accepted

Rails HTTP Status code :accepted

When to use status code 202

The request has been accepted for processing, but the processing has not been completed. The request might or might not eventually be acted upon, as it might be disallowed when processing actually takes place.