workflow_script
workflow_script copied to clipboard
Request: Run certain commands only once for multiple files
Currently a task is added to the scheduler for every individual file. This can be inefficient.
Example:
- The camera uploads a larger group of photos within a short time.
- Each photo creates a task
- All tasks get run one after the other on the next cron run.
Most scripts need to have the occ files:scan
after their work, how ever that can be slow.
Idea:
Add a way that a script only gets run after all other tasks in one cron intrerval got run.