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
Before a connection is created, the web application will verify that both the source and the destination work. However, this verification process is redundant, since the verification is already done when setting up a source or destination.
Describe the solution you’d like
Remove the verification process when creating a connection.
Note that the verification is still necessary when creating a source or destination.
Describe the alternative you’ve considered or used
Cache the verification result for X days, and only do that when the result is considered stale.
Additional context
Related files: CreationFormPage.tsx, CreateEntityView.tsx.
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered:
Tell us about the problem you're trying to solve
Describe the solution you’d like
Describe the alternative you’ve considered or used
Additional context
CreationFormPage.tsx
,CreateEntityView.tsx
.Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: