spfjs
spfjs copied to clipboard
Task execution via scheduler needs error handling
When deferring task execution to an external scheduler, we need to ensure that we have error handling:
- Errors in the scheduler functions should be handled. Using
spf.execute
can help this. - Externally scheduled functions may need a fallback plan if they take too long to execute. Not sure what the best behavior is here.