Open kaihil opened 8 years ago
I honestly have no idea, I've never used apscheduler before. Some things to consider:
whooshee
stores its data?If you could show me your application or create a minimal reproducer, I'd find some time to investigate, but I'm shooting blind here and unfortunately I don't have the time to go learn apscheduler and find the reproducer myself.
I am using
apscheduler
to do some cron like jobs on my data. I just realized that those actions doesn't seem to go throughflask-whooshee
, since new created objects are not indexed.What's the best way to achieve it? Maybe some explicitly triggered indexing?
I am using
apscheduler
in my flask app like this: