This is a list of all the types of tasks that need to be done on the server, currently totaling to 19 different kinds of things; I got this list from compiling all the things we have talked about in the issues, looking at everything the scraper.sh file does currently, plus using my imagination:
All of these things need to be done, not by the scraper, but by a program which is always running on the server, and which itself can start the scraper and other tasks concurrently (or in a blocking fashion, depending).
This is a list of all the types of tasks that need to be done on the server, currently totaling to 19 different kinds of things; I got this list from compiling all the things we have talked about in the issues, looking at everything the scraper.sh file does currently, plus using my imagination:
https://docs.google.com/document/d/1ep3Kv_F_7xpePbAOwBusMj0aJ_J3qn8qLAeFJA17qCU/edit
All of these things need to be done, not by the scraper, but by a program which is always running on the server, and which itself can start the scraper and other tasks concurrently (or in a blocking fashion, depending).