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...
python -m venv .venv#on Mac/Linuxsource.venv/bin/activate#on Win.venv/Script/activate and install the dependencies: pip install -r requirements.txt pip install -r requirements-dev.txt for development purposes, it's useful to run the example application: ...
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...
This 'thing' would be a Trigger, and it would call a Python function with a callback to send the trigger to scheduler.react once complete. [1] You can find it here, section 35, page 939, if you don't have a IEEE membership on hand....