- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Improve documentation
Does the client auto retry if a call fails?
Use case: Insert record into files table after a storage operation. If the insert record
fails, the file is 'lost' in the storage.
The docs give no indication, but Supabase AI mentions wrongly:
const supabase = createClient(supabaseUrl, supabaseKey, {
retry: {
// Number of times to retry a failed request
// Default: 0
retries: 3,
// Number of milliseconds to wait before retrying a failed request
// Default: 1000
delay: 500,
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
Hallidayo commentedon Mar 24, 2024
Hi @MentalGear - I just asked the same as you in the Supabase docs AI but I get a different response: