-
Notifications
You must be signed in to change notification settings - Fork 6
Tips
Aditya Rajput edited this page Mar 31, 2026
·
2 revisions
- Prefer specific rules, and avoid "chaining" them.
- Always test rules after creating/updating them.
- For the first few days after creating a new rule, keep an eye on the executions history to ensure that the rule is not too generic.
- If flows aren't being executed, try disabling battery optimizations for FileFlow. This can be done from the Settings screen.
- Avoid "round" cron expressions, i.e. those involving "midnight", "noon", etc. Prefer a slight offset to ensure minimal interference from other processes or time-zone shenanigans.