mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-18 18:18:23 -05:00
* MM-27512: Use an authenticated user to bump up request rate limit An unauthenticated user can only make 60 requests per hour which means 1 request every minute. This can lead to frequent rate limit errors while getting the latest release. We change that to use an authenticated user which is already available in the CI. This moves us to make 5000 requests per hour. We also add additional logging in the Makefile targets in case the command fails again so that it's clear what has happened, and not return cryptic 404 errors again. Ideally, we should be able to inspect the output of the curl command, but since the output value of the entire bash script is fed into the variable, it is a bit difficult to print debug output. If this still gives error, then we need to either use a cached artifact somehow or add additional logging and add a retry logic on top of it. * fix mistake |
||
|---|---|---|
| .. | ||
| diff-config.sh | ||
| get_latest_release.sh | ||
| ldap-check.sh | ||
| mattermost-mysql-5.0.sql | ||
| mattermost-postgresql-5.0.sql | ||
| mysql-migration-test.sh | ||
| prereq-check-enterprise.sh | ||
| prereq-check.sh | ||
| psql-migration-test.sh | ||
| test-xprog.sh | ||
| test.sh | ||