Skip to content

Releases: hysds/lightweight-jobs

v1.3.2: Lightweight HySDS core system jobs version 1.3.2

31 Oct 19:13
8f28268
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-556: Update retry and purge jobs to delete all possible instances of a job across multiple indices (#35)

v1.3.1: Lightweight HySDS core system jobs version 1.3.1

09 Oct 19:11
a2fb7e6
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-550: Update job retry to allow specifying new time limits and a new job queue (#33)
  • HC-546: Update retry job to move failed job back to job_status index if retried (#34)

v1.3.0: Lightweight HySDS core system jobs version 1.3.0

31 Oct 21:35
6026de5
Compare
Choose a tag to compare

HC-484: OpenSearch support (#31)

  • removed _type b/c its unused and opensearch removed it

Co-authored-by: dustinlo [email protected]
Co-authored-by: Mike Cayanan [email protected]

v1.2.6: Lightweight HySDS core system jobs version 1.2.6

11 Sep 16:36
7c238d9
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • query only job_status-* indices when purging jobs (#30)

v1.2.5: Lightweight HySDS core system jobs version 1.2.5

19 Jul 19:44
d34be30
Compare
Choose a tag to compare

using job-status_current alias in retry.py (#29)

v1.2.4: Lightweight HySDS core system jobs version 1.2.4

15 Jun 22:38
3f4083a
Compare
Choose a tag to compare

v1.2.3: Lightweight HySDS core system jobs version 1.2.3

03 May 23:21
09e2e9b
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-444: Added capability to purge job operation to not delete from object store (#27)

    need to close the multiprocessing pool (#28)

v1.2.2: Lightweight HySDS core system jobs version 1.2.2

20 Dec 00:27
d3ac1d1
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-444: Added capability to purge job operation to not delete from object store (#27)

v1.2.1: Lightweight HySDS core system jobs version 1.2.1

26 Oct 21:34
0947fe0
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • HC-439: Purge datasets v1.2.0 job time out after new pcm deployment (#26)
    • using the bulk API to purge datasets
    • multiprocessing for s3 deletion only
    • added deleted datasets stats
    • removing objects from ES first before deleting from s3

v1.2.0: Lightweight HySDS core system jobs version 1.2.0

06 Oct 16:02
b2de775
Compare
Choose a tag to compare

Bug fixes and enhancements:

  • SSDS-2703: Parallelize purge operation (#25)