Feature Req: Search Scheduling
It would be immensely useful to be able to schedule individual searches to run at pre-defined intervals. This would allow for better customization per source and per topic. If I want faster alerts for a specific high-profile/severity search, I could do so without filling results with data from having to run all searches ever X period of time.
Thanks, I'm looking into a couple different ways to provide this option.
Awesome, thanks!
Is this still being investigated? This would be very useful.
Hi @keirendev, yes this is still being looked into. As a side note, it would be relatively easy to do this by using cron jobs to run different tasks at different frequencies. We just don't have a good option for scheduling different tasks at different frequencies through UI yet.
Do you have an example of what I could run from the command line to run all enabled tasks?
If you want to run all enabled tasks you can just run:
bundle exec rake run_tasks
This will find all enabled tasks and run them based on the group you have them configured in.