API calls should return immediately, process records in offline job

Currently when you submit a view-based or object-based API request to create or update a record, you do not get a return value until any related records have been updated. If you have multiple connections and formulas, this could possibly take a very long time. The API request should respond with success/failure immediately, and any updates necessary should be handled in an offline job.