SNOW.1
Main work is to reorganize the workflow to resume a request.
Updates:
- update the task dag docs and add job dag docs.
- update docs for suspend/resume a request.
- enable auto-retry support for the lsst plugin.
- fix to avoid finish a processing before flushing all content updates.
- fix classification for panda closed jobs(before closed jobs was classified as running, it should be failed).
- fix expired_at after resuming: if expired_at was not fixed, the task would be expired again after resuming.
- fix life_time overwriting.
- fix to poll more times when panda status is not updated after the client issues a command(panda has a delay(few seconds) to execute commands from user, for example, killTask, retryTask).
- fix number of finished/failed/suspended tasks statistics in workflow after resuming.