spfjs icon indicating copy to clipboard operation
spfjs copied to clipboard

Task execution via scheduler needs error handling

Open nicksay opened this issue 10 years ago • 0 comments

When deferring task execution to an external scheduler, we need to ensure that we have error handling:

  1. Errors in the scheduler functions should be handled. Using spf.execute can help this.
  2. Externally scheduled functions may need a fallback plan if they take too long to execute. Not sure what the best behavior is here.

nicksay avatar Nov 20 '14 19:11 nicksay