Skip to content

Commit

Permalink
Update README about disabling ratelimits
Browse files Browse the repository at this point in the history
To help alleviate #73
  • Loading branch information
Jesse authored Oct 18, 2021
1 parent 29ff3b6 commit a951dec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion redash_toolbelt/docs/redash-migrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ Commands are idempotent. The same query, dashboard, visualization etc. will not
If you run `redash-migrate queries` repeatedly, the command will only attempt to import queries that
were not successfully migrated during a previous execution.
**Note**: due to the volume of network requests it creates, redash-migrate may trip the rate limit
on your destination Redash instance. We recommend you disable rate limiting at the destination
for the duration of your migration. On Redash V10 this can be disabled by setting an environment
variable named `REDASH_RATELIMIT_ENABLED=false`.
## FAQ
### Who should use redash-migrate?
Expand Down Expand Up @@ -243,4 +248,4 @@ redash-migrate is released into the public domain by the copyright holders.

This README file was originally written by Jesse Whitehouse and is likewise released to the public
domain. This README file is based on the work of Daniel Bolton for youtube-dl with deep gratitude
for that effort.
for that effort.

1 comment on commit a951dec

@shibacow
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Please sign in to comment.