Skip to content

SNOW.1

Compare
Choose a tag to compare
@wguanicedew wguanicedew released this 04 Apr 15:17
· 1591 commits to master since this release
d62e959

Main work is to reorganize the workflow to resume a request.

Updates:

  1. update the task dag docs and add job dag docs.
  2. update docs for suspend/resume a request.
  3. enable auto-retry support for the lsst plugin.
  4. fix to avoid finish a processing before flushing all content updates.
  5. fix classification for panda closed jobs(before closed jobs was classified as running, it should be failed).
  6. fix expired_at after resuming: if expired_at was not fixed, the task would be expired again after resuming.
  7. fix life_time overwriting.
  8. 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).
  9. fix number of finished/failed/suspended tasks statistics in workflow after resuming.