Hi All
I have stood up a simple linux vm in azure and installed discourse. I am using this machine to develop some migration scripts. I am running in to http 429 errors when running the migration scripts. I found the post how to set the limits in app.yml
we’ve tried to make changes in /etc/nginx/conf.d/discourse.conf – we have adjusted these values hoping of not getting any more 429 (“too many requests”):
sv stop nginx
sv start nginx
under /var/www/discourse
we still get 429 (“too many requests”) despite these changes.
Is there any other setting we should change? The error seems to come from discourse itself and not NGINX. I got this error:
{"errors":["You’ve reached the maximum number of new topics. Please wait 15 hours before trying again."],"error_type":"rate_limit","extras":{"wait_seconds":54224}}
If I try to post messages with other users, then it seems to work fine.
I wonder where is the setting to remove this restriction of number of new topics for each user. I didn’t find it under Settings \ Users or Settings \ Posting.