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
We have 2 forms, one to collect user data and another to update it (populated with Guzzle client API call).
We'd like the collection integration to run on the queue so the front end for new users is snappy but we need the update form to wait on the integration response otherwise it returns stale read data before the integration gets chance to run from the queue.
What's your proposed solution?
Move queue preferences to individual forms, or offer a method to override
Additional context
No response
The text was updated successfully, but these errors were encountered:
What are you trying to do?
We have 2 forms, one to collect user data and another to update it (populated with Guzzle client API call).
We'd like the collection integration to run on the queue so the front end for new users is snappy but we need the update form to wait on the integration response otherwise it returns stale read data before the integration gets chance to run from the queue.
What's your proposed solution?
Move queue preferences to individual forms, or offer a method to override
Additional context
No response
The text was updated successfully, but these errors were encountered: