You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The catalog_push is one of the slowest actions. I would like it to add background processing for CatalogController#catalog_push, which should speed things up quite a bit.
I have pull request ready, but since the call is async I would need to use a callback providing import errors to an endpoint on the RetailOps side. Do you think that is feasible?
The job looks like this, and I would need to implement Spree::Api::Ratailops.import_results in this example:
The catalog_push is one of the slowest actions. I would like it to add background processing for
CatalogController#catalog_push
, which should speed things up quite a bit.I have pull request ready, but since the call is async I would need to use a callback providing import errors to an endpoint on the RetailOps side. Do you think that is feasible?
The job looks like this, and I would need to implement
Spree::Api::Ratailops.import_results
in this example:CatalogController would add this line:
The text was updated successfully, but these errors were encountered: