which python3 /volume1/homes/<user>/<folder>/<venv>/bin/python3 and the test script is at: /volume1/homes/<user>/<folder>/hello.py which is a simple print("hello world"). I can run ti without problems with SSH, but in the task scheduler I get: /volume1/homes/<user>/<folder...
(venv) root@VM-8-7-ubuntu:/opt/www/taskPools1# python main.py Traceback (most recent call last): File "/opt/www/taskPools1/venv/lib/python3.8/site-packages/apscheduler/jobstores/mongodb.py", line 86, in add_job self.collection.insert_one({ File "/opt/www/taskPools1/venv/lib/pyt...
it's processed 5000 tasks.max_tasks_per_worker=5000,# Schedule two tasks, the first runs every minute, the second once every ten minutes.# Scheduled tasks can be passed as CronTask instances or tuples. To run scheduled# tasks you must keep a wakaq scheduler running as a daemon.schedules...