APScheduler - Store several jobs and keep them running in the background
Context: I'm trying to create 3 schedules - one that gathers stock data daily, weekly and monthly (and then push this data onto MySQL).
Question: Is there a way to run these 3 jobs on the background? I'm using visual code studio and when I close the IDE, the scheduler seems to stop running in the background. I was testing it out by saving certain data in a csv file, but this only seems to work when I have the IDE and terminal open.
from Recent Questions - Stack Overflow https://ift.tt/3zIP3HU
https://ift.tt/eA8V8J
Comments
Post a Comment