Hi again.
I have written an application which uses the PRAW API for Reddit.
PRAW has a built-in limitation that restricts requests to 1 every 2 seconds. This is established by their API guidelines.
I am aware the PythonAnywhere uses workers to keep things running smoothly. My concern is that this is going to get me into trouble with Reddit. Are workers going to break this limitation by creating multiple instances of my application?
This might be a better question to ask the PRAW people, but I'll start here first. :)