Introduce automatic retries when tasks fail
This may be usefull when connection to database is unoptimal. For example. If task "update_inventory" fails, the checks routine won't be run at all for the day. It may be wise to rerun the "update_inventory" task and have a chance that the checks routine run
Edited by Simon Panay