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 need to validate the user's tokens for talking to OpenAI.
If the user token is bad, we need to take action to disable the endpoint.
Let's assume the user enters a bad token, which will approximate the issue with a valid token expiring later.
If the token is expired, we'll get a dead letter. While this is a good start, the issue is we want to disable the ingest, to prevent additional tasks being spawned.
The disabled endpoint for the pipeline(table for now) should respond with an error that the token is expired.
The text was updated successfully, but these errors were encountered:
We need to validate the user's tokens for talking to OpenAI.
If the user token is bad, we need to take action to disable the endpoint.
Let's assume the user enters a bad token, which will approximate the issue with a valid token expiring later.
If the token is expired, we'll get a dead letter. While this is a good start, the issue is we want to disable the ingest, to prevent additional tasks being spawned.
The disabled endpoint for the pipeline(table for now) should respond with an error that the token is expired.
The text was updated successfully, but these errors were encountered: