Revision 6e32868127bf0c51e49efabf8b68ad544cae9a3c authored by Maria Khrustaleva on 01 December 2023, 12:05:17 UTC, committed by GitHub on 01 December 2023, 12:05:17 UTC
This PR resolves 2 issues related to rq jobs:

1. In some scenarios it is possible to reach a situation when `X2` rq
   job depends on `X1` -> running `X1` job is moved to FailedJobRegistry
   and not deleted -> user creates one more `X1` job that is enqueued after
   `X2` execution. It was possible due to the second issue when a user
   tried to export annotations for task 1, then for task 2, and after
   restarting the worker container user tried again to export annotations
   for task 1. (cyclic dependence)

2. Looks like in rq implementation rq jobs that depend on `X` job will
   never be enqueued when `X` is moved to FailedJobRegistry due to
   AbandonedJobError. I've submitted the
   [issue](https://github.com/rq/rq/issues/2006) to the rq repository.
1 parent 81e88e1
Raw File
CITATION.cff
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Computer Vision Annotation Tool (CVAT)
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - email: support+github@cvat.ai
    name: CVAT.ai Corporation
identifiers:
  - type: doi
    value: 10.5281/zenodo.4009388
repository-code: 'https://github.com/opencv/cvat'
url: 'https://cvat.ai/'
abstract: >-
  Annotate better with CVAT, the industry-leading
  data engine for machine learning. Used and trusted
  by teams at any scale, for data of any scale.
keywords:
  - image-labeling-tool
  - computer-vision-annotation
  - labeling-tool
  - image-labeling
  - semantic-segmentation
  - annotation-tool
  - object-detection
  - image-classification
  - video-annotation
  - computer-vision
  - deep-learning
  - annotation
license: MIT
version: 2.8.2
date-released: '2023-11-06'

back to top