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
Polaris makes callback requests to remote servers when requested in SEP-6 & 24 transactions. Callbacks have now been added to SEP-12 & SEP-31, and on top of that, the standards now recommend that anchors include a header with their signature to verify authenticity.
Polaris needs to be updated to support these changes, but as the use of callbacks increase (and the need for polling decreases), Polaris should have a long-running CLI command to make these requests outside the web server's request & response cycle.
This will ensure that making these callback requests does not slow down the response time of the web server while creating a most resilient system for making the requests asynchronous.
What would you like to see?
A new CLI command that reads from the DB for queued callback requests to be made and makes them, marking them as complete when the callback was successfully received, retrying on connection failure, and marking as error if an unexpected response was returned.
The text was updated successfully, but these errors were encountered:
What problem does your feature solve?
Polaris makes callback requests to remote servers when requested in SEP-6 & 24 transactions. Callbacks have now been added to SEP-12 & SEP-31, and on top of that, the standards now recommend that anchors include a header with their signature to verify authenticity.
Polaris needs to be updated to support these changes, but as the use of callbacks increase (and the need for polling decreases), Polaris should have a long-running CLI command to make these requests outside the web server's request & response cycle.
This will ensure that making these callback requests does not slow down the response time of the web server while creating a most resilient system for making the requests asynchronous.
What would you like to see?
A new CLI command that reads from the DB for queued callback requests to be made and makes them, marking them as complete when the callback was successfully received, retrying on connection failure, and marking as error if an unexpected response was returned.
The text was updated successfully, but these errors were encountered: