i have a clay table that has a column that uses an openai API key. when running the column, there are usually a many rows that have an error, which is likely due to the API exceeding how many times it can run in a certain period of time. how can set this to auto-run on some frequency? the column already has auto-update enabled, as well as the auto-update for the table
Currently, scheduling enrichments for specific frequencies is not available. However, there are two ways you can manage API rate limits: 1. Configure rate limiting in your column settings: ā¢ Go to the column settings ā¢ Find the "Define rate limit" section ā¢ Set a Request Limit (number of allowed requests) ā¢ Set a Duration in milliseconds (the time window for those requests)This helps prevent exceeding API rate limits by controlling how many requests are sent within a specific timeframe.For better performance with OpenAI API integrations, you may want to consider: ** Using your own API key with a higher tier for faster performance ** Checking your OpenAI account's usage limits and adjusting accordingly Sources: Table sources overview | Documentation | Clay University HTTP API with JWT authentication | Documentation | Clay University Can I schedule data enrichments so they re-run on their own? - FAQ | Clay.com
Is that what you were looking for?