-
I am using `apscheduler` to do some cron like jobs on my data. I just realized that those actions doesn't seem to go through `flask-whooshee`, since new created objects are not indexed.
What's the be…
-
### Things to check first
- [X] I have checked that my issue does not already have a solution in the [FAQ](https://apscheduler.readthedocs.io/en/master/faq.html)
- [X] I have searched the existi…
-
ERROR:root:Failed to load account from file: [Errno 2] No such file or directory: 'account/account.json'
2024-08-17 00:28:34,970 - INFO - No account found, register a new one
INFO:app_background:No …
-
We need to install globally flask-APScheduler
flask-APScheduler is available from https://pypi.org/ (with sudo pip3 install)
The reason why the pip install command doesn’t work in Ubuntu >23.04…
-
When trying to uninstall this library, I did a `python manage.py migrate django_apscheduler zero` and the following errors throws up:
```bash
Operations to perform:
Unapply all migrations: dj…
-
### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
Support NATS as a data store and event broker for aps…
-
### Things to check first
- [X] I have checked that my issue does not already have a solution in the [FAQ](https://apscheduler.readthedocs.io/en/master/faq.html)
- [X] I have searched the existing i…
-
I have a super simple Flask install, and i've run...
pip install Flask-APScheduler
and my code is simple...
```python
from flask import Flask
from flask_apscheduler import APScheduler
…
-
Hi
attaching issue from apscheduler here too, since there might be a bug in pyinstaller and not in apscheduler:
[https://github.com/agronholm/apscheduler/issues/530](url)
TLDR:
exe file gives …
-
Some running notes on integration of APScheduler with Flask. Below may not get you all the way to working state, but will add things to test as time allows.
## Configuration
Per this [example](h…